napari-cellseg3d v0.2.4
Summary
- Python 3.10-12 support added
- Several fixes to deprecation errors on newer Python versions
- Upgraded packaging to use only pyproject.toml
- Added uv.lock to repository for more reproducible installs
Warning
If you are still getting errors related to in_channels on the SwinUNetR model, please open an issue and report your MONAI version. Thanks!
What's Changed
- Fix brainreg URL in docs by @C-Achard in #108
- Update docs build to py3.9 by @C-Achard in #109
- Update README.md by @MMathisLab in #111
- Update README with links to publication by @C-Achard in #114
- Fix Swin for latest MONAI by @C-Achard in #113
- Fix preprint link in README by @ajinkya-kulkarni in #118
- Upgrade python support to 3.10-3.12, fix deprecation errors by @C-Achard in #120
- Additional fixes for py3.12: Fix Swin args, update docs workflow by @C-Achard in #124
- Add uv lock + bump MONAI lower bound by @C-Achard in #123
- Update and run all pre commit hooks by @C-Achard in #121
- Update README & docs CI for Python 3.12 support by @C-Achard in #125
- Fix plugin manifest by @C-Achard in #126
New Contributors
- @ajinkya-kulkarni made their first contribution in #118
Full Changelog: v0.2.2...v0.2.4