Skip to content

odeiv2 / numpy / python c types fixes

Pre-release
Pre-release
Compare
Choose a tag to compare
@PierreSchnizer PierreSchnizer released this 13 Feb 18:19
· 19 commits to main since this release
e0c2e27

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