Skip to content

Releases: NOhs/affine_transform_nd

Add CMake to Setup Dependencies

13 May 16:30
4f31565
Compare
Choose a tag to compare

Changes

  • Add cmake to setup dependencies

Fix issues compiling on newer Windows systems

13 May 15:42
a90ddd0
Compare
Choose a tag to compare

Changes

  • Change the way the C++17 flag is passed via CMake to the compilers

Add support for Python 3.11

23 Apr 14:43
170ef6f
Compare
Choose a tag to compare

Changes

  • Update Eigen and Pybind11 version to be compatible with Python 3.11

Readme Fix

22 Apr 11:28
0957ae2
Compare
Choose a tag to compare

Changes

  • Fixes broken links in the README
  • Fixes list of tested Python versions

Minor setup fixes

22 Apr 11:08
cc3dad1
Compare
Choose a tag to compare

Changes

  • Adapt version schemas to be in line with PEP0440
  • Migrate from Travis to Github Actions

Relaxed Python requirements

25 Sep 23:27
e0c406c
Compare
Choose a tag to compare

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

24 Sep 21:51
001b202
Compare
Choose a tag to compare

Changes

  • Removed an unnecessary copy that made it into the code

Fixed python versions

20 Aug 22:46
b834e8d
Compare
Choose a tag to compare

Changes

  • Made it explicit in setup.py that this package uses Python 3.6 features

Bug fixes, improved documentation

20 Aug 22:23
55d49d8
Compare
Choose a tag to compare

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

23 Jul 23:47
3a63469
Compare
Choose a tag to compare

Changes

  • Fixes to MANIFEST.in
  • Fixes to setup.py