Skip to content

Releases: pygsl/pygsl

2.4.0

30 Jun 16:29
3e4e207
Compare
Choose a tag to compare

Bug fix release

  • gsl complex: use macros for access
  • name clashes in tranform code fixed

odeiv2 / numpy / python c types fixes

13 Feb 18:19
e0c2e27
Compare
Choose a tag to compare
Pre-release

This release is mainly a bug fix release.

  • odeiv2: fixed check if solver requires jacobian (was dysfunctional before)
  • compliant for python12 + gcc14: fixed implementation of Python (C) Types
  • now using np.get_include() to find location of numpy header files
  • should now compile with gcc-14

Thanks to Jose for reporting the bugs

odeiv2 / numpy / python c types fixes

16 Feb 07:36
e0c2e27
Compare
Choose a tag to compare

This release is mainly a bug fix release.

odeiv2: fixed check if solver requires jacobian (was dysfunctional before)
compliant for python12 + gcc14: fixed implementation of Python (C) Types
now using np.get_include() to find location of numpy header files
should now compile with gcc-14

Thanks to Jose for reporting the bugs

PyGSL 2.3.3

10 May 15:40
Compare
Choose a tag to compare

This release fixes installing from PyPI when swig is not available.

PyGSL 2.3.2

23 Jan 09:16
ad33a72
Compare
Choose a tag to compare

This release refactors the build scripts and setup.py to facilitate installation via PyPI.