Skip to content

Releases: bmcage/odes

v3.1.1: Version 3.1.1

12 Jan 07:56
ea608d8
Compare
Choose a tag to compare

This fixes building on Windows by adding in the missing linking of the sundials_core library, and include Windows and MacOS in the CI (see PRs #196 and #197).

This should only affect scikits-odes-sundials.

v3.1.0: Version 3.1.0

15 Dec 04:50
04d1c6b
Compare
Choose a tag to compare
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

15 Dec 03:38
b3f361b
Compare
Choose a tag to compare
v3.1.0a2 - Alpha Release to test release CI fix

v3.1.0a1 - First Alpha Release for SUNDIALS 7.x

15 Dec 03:03
0fef027
Compare
Choose a tag to compare

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

14 Jul 08:16
Compare
Choose a tag to compare
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

14 Jul 07:04
139d8db
Compare
Choose a tag to compare
The "hopefully github auto-release will work this time" release.

Release v3.0.0a2

14 Jul 06:41
c35bf35
Compare
Choose a tag to compare
Release v3.0.0a2 Pre-release
Pre-release

Second test alpha post-numpy-distutils-refactor

This is to test that the auto-release code works.

Release 2.7.0

13 Jan 05:31
Compare
Choose a tag to compare

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

09 Sep 08:52
Compare
Choose a tag to compare

This release adds locking of setuptools, in order to prevent spurious build failures.

Bugfix release

10 Jul 06:06
Compare
Choose a tag to compare

Fix alen import via #136