Changelogs » Affine-transform
PyUp Safety actively tracks 282,845 Python packages for vulnerabilities and notifies you when to upgrade.
Affine-transform
0.2.8
Changes Hopefully the correct changes to have now working Linux travis automatic binary deployment.
0.2.7
Changes Added a binary wheel release for Linux for Python 3.6 and 3.7.
0.2.6
Changes - Python 3.6 was not supported in the previous version even though no Python 3.7 feature was used, this was corrected with this release
0.2.5
Changes - Removed an unnecessary copy that made it into the code
0.2.4
Changes - Made it explicit in setup.py that this package uses Python 3.6 features
0.2.3
Additions - Support for float32 and float64 without copy - Added documentation about how different data-types are treated Changes - Fixed data-types other than float64 leading to an empty output - Fixed issues with some paramters being passed as integers
0.2.2
Changes - Fixes to MANIFEST.in - Fixes to setup.py
0.2.1
Changes - Fixed setup of package to produce a proper sdist
0.2.0
Additions - Output image can now have arbitrary shape - Origin of output image can be set - Badges, more CI integration
0.1.0
Additions - Up to 5D affine transform - Linear and cubic interpolation - Constant boundary values supported