Skip to content
Snippets Groups Projects
Unverified Commit a304e737 authored by Stephan Kuschel's avatar Stephan Kuschel Committed by GitHub
Browse files

compatibility to new numpy scipy and numexpr versions (#281)

* Scipy 1.14.0 removed deprecated scipy.integrate.trapz and
scipy.integrate.simps functions
* numexpr introduced (in version 2.9?) sanity check rules, which result
in invalid control character errors if ignored.
* numpy 2.0 changed __array_ufunc__ such that axis=None is possible.
* numpy 2.0 has removed np.asfarray
parents bdbafd65 c61e85a5
Branches master
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment