Skip to content

Releases: kmaitreys/pylsodes

pylsodes 0.3.1

19 Feb 19:11
Compare
Choose a tag to compare

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

03 Jan 13:04
Compare
Choose a tag to compare

Finally moved to meson.

Full Changelog: v0.2...v0.3

pylsodes v0.2

02 Nov 12:45
311592c
Compare
Choose a tag to compare
pylsodes v0.2 Pre-release
Pre-release

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

04 Jul 14:34
cefb326
Compare
Choose a tag to compare
  • Added DLSODE solver for systems with non-sparse Jacobians.

pylsodes 0.1.3

22 Jun 14:46
Compare
Choose a tag to compare
  • Add architecture-specific compilation flags
  • Fix install script bug

Full Changelog: v0.1.2...v0.1.3

pylsodes 0.1.2

21 May 04:42
Compare
Choose a tag to compare
  • Updated stub file for better interface.

pylsodes 0.1.1

18 May 09:11
Compare
Choose a tag to compare
  • Added typing stub file for the function.

pylsodes 0.1.0

17 May 16:21
Compare
Choose a tag to compare
pylsodes 0.1.0 Pre-release
Pre-release

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!