Skip to content

Releases: MaRDI4NFDI/open-interfaces

v0.6.3

31 Oct 17:37

Choose a tag to compare

What's Changed

v0.6.2

30 Sep 10:02

Choose a tag to compare

Small update to the Release 0.6.1 that fixes an issue with testing examples on macOS when some implementations are not available.

v0.6.1

29 Sep 21:39

Choose a tag to compare

What's Changed

  • Update documentation: examples, installation instructions
  • Update examples
  • Add support of Julia on the user side
  • Generalize code to make it work on macOS
  • Make building tolerant to missing Bridge components or implementations
  • Make tests tolerant to missing Bridge components or implementations
  • Fix memory leaks in tests and examples

Commits

Full Changelog: v0.5.5...v0.6.1

v0.5.5

05 May 15:54

Choose a tag to compare

[build] Add Make target to upload Python package to PyPI

v0.5.4: [pre-commit.ci] auto fixes from pre-commit.com hooks

05 May 15:41

Choose a tag to compare

for more information, see https://pre-commit.ci

v0.5.3

05 May 15:22

Choose a tag to compare

What's Changed

v0.5.0

04 Apr 17:29

Choose a tag to compare

[misc] Update flake8 to version 7.2.0 and fix its complains

v0.1.0

12 Sep 12:28

Choose a tag to compare

  • OIF can be used from C and Python
  • Interface IVP for solving Initial-Value Problems for Ordinary Differential Equations has several implementations: sundials in C based on SUNDIALS, scipy_ode in Python based on scipy.integrate.ode, jl_diffeq in Julia based on OrdinaryDiffEq.jl