Metadata-Version: 2.1
Name: intensity-normalization
Version: 2.0.2
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.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.6
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: matplotlib
Requires-Dist: nibabel
Requires-Dist: numpy
Requires-Dist: scikit-image
Requires-Dist: scikit-learn
Requires-Dist: scikit-fuzzy
Requires-Dist: scipy
Requires-Dist: statsmodels
Provides-Extra: ants
Requires-Dist: antspyx (>=0.2.7) ; extra == 'ants'

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

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.


