Version 2.4.2
This release:
- Gets rid of
ez_setup.py
and usespyproject.toml
instead. - Lazy loads
estimate_transform
andmatrix_transform
from scikit-image for faster import time. - Drops support for python 3.6 and 3.7 from unit testing.
This release:
ez_setup.py
and uses pyproject.toml
instead.estimate_transform
and matrix_transform
from scikit-image for faster import time.