Releases: kmaitreys/pylsodes
Releases · kmaitreys/pylsodes
pylsodes 0.3.1
Make the installation simple and straighforward. Until now, if you tried to install the package directly, you might run into problem of not having numpy
already. Or the build systems of meson
and ninja
.
Now, if they are not found, in the environment, they will first automatically installed.
pylsodes v0.3
Finally moved to meson
.
Full Changelog: v0.2...v0.3
pylsodes v0.2
What's Changed
- Move to meson backend, now compatible with Python 3.12+ and Numpy 2.0+ by @kmaitreys in #2
Full Changelog: v0.1.4...v0.2
pylsodes 0.1.4
- Added
DLSODE
solver for systems with non-sparse Jacobians.
pylsodes 0.1.3
- Add architecture-specific compilation flags
- Fix install script bug
Full Changelog: v0.1.2...v0.1.3
pylsodes 0.1.2
- Updated stub file for better interface.
pylsodes 0.1.1
- Added typing stub file for the function.
pylsodes 0.1.0
Full Changelog: https://github.com/kmaitreys/pylsodes/commits/v0.1.0
- Initial release.
- No python front-end for now. Might add in future
- For now, just import the extension module and fine tune it yourself!