-
Notifications
You must be signed in to change notification settings - Fork 8
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
Release v4.5.0 #86
Merged
Merged
Release v4.5.0 #86
Conversation
This file contains 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
* fix: pyright type issues * fix: remove excess star * test: fix type issues in conftest * fix: quote issue * fix: remove language feature not available in 3.7
* Fix broken code in custom latent trajectory example * Fix image error * Fix note * Directly include image of custom trajectory * Third time fixing the image is the charm
General usage questions should be posted to the discussion forum. Bugs should be reported to GitHub
Generalize 3dflex custom traj to >2 dimensions
* feat(spm): cached load func * fix(spm): add mask.blob summary result fields --------- Co-authored-by: Nick Frasser <[email protected]>
* feat(dataset): user 16 bits for dataset shapes instead of 8 Allows for dimensions larger than 255 * fix(dataset): remove unnecessary printf
Filter out empty datasets, but return an empty dataset with the fields of the first one if none are found
For prettier markdown formatting
…ory (#67) * fix: API and docs updates to allow copying/linking outside job directory Goes with some in-development changes in CryoSPARC * chore: lint * test: fix request mock
Make sure exclude_uid param works
* fix: revert @Property decorator for project/job dir Avoid this breaking change until future major tools release * docs: fix cryolo example
… setup instructions (#63) * docs: improved running examples instructions * docs: rerun crYOLO and link to install instructions * docs: fix notebook formatting * docs: correct reference fix * refactor: cleaner record array use * feat: additional job metadata spec * feat: job param/input/output printing utilities * docs: new guide for general job access Includes details about how to inspect jobs, inputs, outputs and parameters * docs: tweaks to crYOLO and workflow examples * fix: type issue * fix: docstrings and naming improvements * docs: wording, references and typo fixes * docs: fix typo in link * chore: lint * ci: test minimum python 3.8 on macOS * ci: use older macOS runner * ci: skip macos python 3.7 matrix For now * docs: stream log -> event log
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Redundant because PRs to main are only done through release-* branches, which already have push triggers
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.
Release notes
New
cluster_vars
argument forJob.queue
method for queueing to clustersprint
methods for inspecting available job types, inputs, outputs and parametersUpdated
Fixed
uid
field inDataset.descr
methodDocs