Releases: bmcage/odes
Releases · bmcage/odes
v3.1.1: Version 3.1.1
v3.1.0: Version 3.1.0
This adds support for SUNDIALS 7.x Other changes are: * Minor refactoring to reduce code duplication enabled by moving to SUNDIALS 7.x * Python 3.13 support (and hence Cython 3+) * Minor documentation improvements and clean up left over from changes as part of 3.0.0.
v3.1.0a2 - Alpha Release to test release CI fix
v3.1.0a2 - Alpha Release to test release CI fix
v3.1.0a1 - First Alpha Release for SUNDIALS 7.x
This mainly adds support for SUNDIALS 7.x (and hence drops support for
SUNDIALS 6.x), but also Python 3.13 is supported (and so Cython 3 now
works for building), and some minor refactoring was done as part of the
SUNDIALS 7.x support.
v3.0.0: Version 3.0.0
This is the first release post-numpy-distutils transition. There should be no breaking changes to any of the underlying code since 2.7, and installations should work in exactly the same way as 2.7. If you have any issues with code that worked on 2.7, but not on 3.0, please file a bug report.
v3.0.0a3: Third post-numpy-distutils-refactor release
The "hopefully github auto-release will work this time" release.
Release v3.0.0a2
Second test alpha post-numpy-distutils-refactor
This is to test that the auto-release code works.
Release 2.7.0
SUNDIALS 6 is now supported. As SUNDIALS 6 substantially changes the API
of a large number of functions, if you need to use SUNDIALS 5 or
earlier, you will need to use an older version of scikits.odes.
Release 2.6.5
This release adds locking of setuptools, in order to prevent spurious build failures.
Bugfix release
Fix alen import via #136