Metadata-Version: 2.1
Name: intensity-normalization
Version: 2.1.4
Summary: normalize the intensities of various MR image modalities
Home-page: https://github.com/jcreinhold/intensity-normalization
Author: Jacob Reinhold
Author-email: jcreinhold@gmail.com
License: Apache Software License 2.0
Project-URL: Bug Tracker, https://github.com/jcreinhold/intensity-normalization/issues
Project-URL: Documentation, https://intensity-normalization.readthedocs.io/
Keywords: intensity,normalization,mri
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Typing :: Typed
Requires-Python: >=3.6
Description-Content-Type: text/x-rst
Provides-Extra: ants
License-File: LICENSE

=======
History
=======

2.1.4 (2022-01-17)
------------------

* Fix testing bugs in 2.1.3 and cleanup some interfaces

2.1.3 (2022-01-17)
------------------

* Cleanup Makefile and dependencies
* Add py.typed file

2.1.2 (2022-01-03)
------------------

* Updates for security

2.1.1 (2021-10-20)
------------------

* Fix warning about negative values when not passing in a mask
* Remove redundant word from Nyul normalize keyword arguments

2.1.0 (2021-10-13)
------------------

* Restructure CLIs for faster startup and improve handling of missing antspy
* add option to CLIs to print version

2.0.3 (2021-10-11)
------------------

* Improve Nyul docs and argument/keyword names

2.0.2 (2021-09-27)
------------------

* Fix and improve documentation
* Add an escape-hatch "other" modality
* Add peak types as modalities in KDE & WS

2.0.1 (2021-08-31)
------------------

* Save and load fit artifacts for LSQ and Nyul for both the CLIs and Python API

2.0.0 (2021-08-22)
------------------

* Major refactor to reduce redundancy, make code more usable outside of the CLIs, and generally improve code quality.

1.4.0 (2021-03-16)
------------------

* First release on PyPI.


