Skip to content
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 34 commits into from
May 7, 2024
Merged
Changes from 1 commit
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
b4233bc
Project.dir and Job.dir should be properties (#65)
PlethoraChutney Dec 5, 2023
78d483c
Merge branch 'release-v4.4' into develop
nfrasser Dec 5, 2023
052a21d
Fix: Type issues for latest Pyright (#68)
nfrasser Dec 8, 2023
efab4c6
Merge remote-tracking branch 'origin/release-v4.4' into develop
nfrasser Dec 8, 2023
27880ed
Fix .dir() documentation examples (#69)
PlethoraChutney Dec 18, 2023
5c9b4b3
Fix broken code in custom latent trajectory example (#70)
PlethoraChutney Dec 19, 2023
7d3f3ee
Generalize 3dflex custom traj to >2 dimensions
PlethoraChutney Jan 4, 2024
1dd8265
chore: 2023 -> 2024
nfrasser Jan 10, 2024
f7b7af4
Chore: Replace black with ruff format (#72)
nfrasser Jan 23, 2024
d0f01c1
fix: add missing ruff flag in precommit
nfrasser Jan 23, 2024
b60bb83
docs: update lint/format instructions in contributing guide
nfrasser Jan 23, 2024
3142685
chore: update to lz4 to v1.9.4
nfrasser Feb 2, 2024
4ad4e95
Docs: update contribution guidelines (#75)
nfrasser Feb 12, 2024
c0a21f6
CI: update actions to use Node.js 20 (#76)
nfrasser Feb 12, 2024
0606379
docs: fix grammar in readme/intro
nfrasser Feb 13, 2024
656ac46
Merge pull request #71 from PlethoraChutney/custom-traj
PlethoraChutney Feb 29, 2024
d65d613
SPM Job changes (#74)
Puratinamu Feb 29, 2024
ad88f32
chore: run linter (#78)
nfrasser Mar 1, 2024
9644af4
Feat(dataset): use 16 bits for dataset shapes instead of 8 (#77)
nfrasser Mar 1, 2024
eaf556d
Feat: add cluster_vars to job.queue (#79)
nfrasser Mar 14, 2024
7a042e0
Fix: keep fields when appending empty datasets (#81)
nfrasser Mar 18, 2024
02c6386
docs: fix typo, add editor config
nfrasser Mar 18, 2024
f1275da
chore: addtional editorconfig options
nfrasser Mar 18, 2024
598c3c8
Fix: keep fields when unionizing empty datasets (#82)
nfrasser Mar 18, 2024
6c88a93
Fix: raise explicit memory error when dataset allocation fails (#80)
nfrasser Mar 20, 2024
04deaf6
Fix: API and docs updates to allow copying/linking outside job direct…
nfrasser Mar 25, 2024
b0d1e4a
fix: typos
nfrasser Mar 25, 2024
2058d2f
Fix: correct Dataset.descr() implementation (#84)
nfrasser Apr 17, 2024
815da94
Fix: revert @property decorator for project/job dir (#85)
nfrasser Apr 22, 2024
fbf4e01
Docs: New Jobs guide, improved crYOLO instructions, improved examples…
nfrasser Apr 24, 2024
c569053
fix(dataset): make load_cached method private
nfrasser May 7, 2024
070c604
ci: disable for pull requests to main branch
nfrasser May 7, 2024
0d77d56
v4.5.0
nfrasser May 7, 2024
0765418
fix: correct pyproject.toml license definition
nfrasser May 7, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix: correct pyproject.toml license definition
nfrasser committed May 7, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 0765418f77c7ba13acd99502c40ff911d0cc9bf6
4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -19,6 +19,7 @@ classifiers = [
"Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: Software Development :: Libraries",
]
license = { file = "LICENSE" }
dependencies = ["numpy ~= 1.15", "typing-extensions >= 3.7"]

[project.optional-dependencies]
@@ -42,9 +43,6 @@ Documentation = "https://tools.cryosparc.com"
Repository = "https://github.com/cryoem-uoft/cryosparc-tools"
Changelog = "https://github.com/cryoem-uoft/cryosparc-tools/blob/main/CHANGELOG.md"

[license]
file = "LICENSE"

[tool.setuptools]
packages = ["cryosparc"]