Releases: NOhs/affine_transform_nd
Releases · NOhs/affine_transform_nd
Add CMake to Setup Dependencies
Fix issues compiling on newer Windows systems
Changes
- Change the way the C++17 flag is passed via CMake to the compilers
Add support for Python 3.11
Changes
- Update Eigen and Pybind11 version to be compatible with Python 3.11
Readme Fix
Changes
- Fixes broken links in the README
- Fixes list of tested Python versions
Minor setup fixes
Changes
- Adapt version schemas to be in line with PEP0440
- Migrate from Travis to Github Actions
Relaxed Python requirements
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
Performance fixes
Changes
- Removed an unnecessary copy that made it into the code
Fixed python versions
Changes
- Made it explicit in setup.py that this package uses Python 3.6 features
Bug fixes, improved documentation
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
Another attempt to fix the interplay of Travis and Pypi
Changes
- Fixes to MANIFEST.in
- Fixes to setup.py