Skip to content

pylandau 2.2.1

Latest
Compare
Choose a tag to compare
@cbespin cbespin released this 26 Apr 07:10
· 3 commits to master since this release
7760fc6

This release adds support for numpy 1.21 since 1.22 is not supported by numba (yet). Before, pylandau dependencies and numba dependencies could not be resolved if both packages are installed.
From now on, the C code will be compiled at installation to build against the specific numpy version the user is running.

What's Changed

  • Numba support in pylandau environment by @cbespin in #23

Full Changelog: v2.2.0...v2.2.1