-
Notifications
You must be signed in to change notification settings - Fork 19
Release v2.4.0 #1678
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Release v2.4.0 #1678
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* chore: hotfix v2.0.1 * bump schema version [skip actions] * chore: bump version * bump schema version [skip actions] * fix: adds check if dependency_graph is None (#1576) * fix: adds check if dependency_graph is None * build: version bump to 2.0.3 * chore: set a ceiling on pydantic to avoid errors with model_validators * chore: increment patch version * hotfix: move the subject_details validator out of Acquisition and into Metadata * chore: bump version * tests: fix test that included specimen_id but doesn't need it * chore: upgrade versions * bump schema version [skip actions] * chore: bump minor versions * bump schema version [skip actions] * bump schema version [skip actions] * chore: bump minor versions * bump schema version [skip actions] --------- Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: jtyoung84 <[email protected]>
…1648) * refactor: allow un-tupled string to make life easier * docs: update * fix: actually allow str | * tests: fix tests, and properly handle input data that looks like new data * docs: improve how allow_tag_failures is explained * chore: lint * fix: overenthusiastic defensiveness
* added protocol * docs: build docs for protocl addition --------- Co-authored-by: Dan Birman <[email protected]>
…tuple[str, ...]] type (#1655) * fix: fix bad functionality in how default_grouping was being merged * chore: lint * tests: simplify and add docstrings
* optional * docs
* fix: properly handle None dependency_graph during merge * fix: raise error for one None one not * fix: change merge code to work when one graph exists and the other doesn't * chore: refactor to simplify __add__ function * test: ensure link occurred in process merge * chore: fix dependencies due to new adsm
* added contrast and brightness units * docs --------- Co-authored-by: Dan Birman <[email protected]>
…1663) * refactor: allow instrument_id to be included in device.name fields * test: add coverage for the new instrumentID check * chore: lint * chore: fix bad active devices * tests: ensure that exaspim acq/inst are compatible * tests: fix broken test * chore: lint
* fix: add GenericModelType to fix serialization also sets all GenericModelType fields to Optional with default=None * chore: linting * fix: whitespace
…trast/brightness using a validator (#1677) * fix: backward compatibility for contrast/brightness unit fields * chore: lint * chore: docstrings * fix: add warning to output
* feat: compute group:value pairs for tag status * chore: lint * tests: add coverage for properties
Closed
saskiad
approved these changes
Jan 6, 2026
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.