- Update to allow Python >=3.9
- Revert error on different image shapes from
RavelNormalize
; it is required!
- Remove plural from
Modality
andTissueType
enumerations. - Update tutorials to use the
Modality
andTissueType
enumerations. - Remove error on different image shapes from
RavelNormalize
when registration enabled.
- Update documentation to support modifications to Python API
- Update dependencies
- Remove incorrect warning from WhiteStripe normalization
- Change backend to
pymedio
to support more medical image formats
- Fix testing bugs in 2.1.3 and cleanup some interfaces
- Cleanup Makefile and dependencies
- Add py.typed file
- Updates for security
- Fix warning about negative values when not passing in a mask
- Remove redundant word from Nyul normalize keyword arguments
- Restructure CLIs for faster startup and improve handling of missing antspy
- add option to CLIs to print version
- Improve Nyul docs and argument/keyword names
- Fix and improve documentation
- Add an escape-hatch "other" modality
- Add peak types as modalities in KDE & WS
- Save and load fit artifacts for LSQ and Nyul for both the CLIs and Python API
- Major refactor to reduce redundancy, make code more usable outside of the CLIs, and generally improve code quality.
- First release on PyPI.