Releases: MaRDI4NFDI/open-interfaces
Releases · MaRDI4NFDI/open-interfaces
v0.6.3
What's Changed
- Misc by @dmitry-kabanov in #829
- Python version update by @dmitry-kabanov in #830
v0.6.2
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
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
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #787
- [python] Fix imports in examples by @dmitry-kabanov in #788
- Julia user by @dmitry-kabanov in #790
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #789
- Julia
linsolvegateway andjl_backslashimplementation by @dmitry-kabanov in #796 - Spring cleaning bridges by @dmitry-kabanov in #797
- Add
IVPGateway to Julia by @dmitry-kabanov in #798 - [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #799
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #800
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #801
- Fix memory leaks in OIFConfigDict destructor function by @dmitry-kabanov in #803
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #805
- Fix multiple memory leaks and issues by @dmitry-kabanov in #806
- Add CMake options to build code with verbose debug information and sanitizers by @dmitry-kabanov in #807
- Add object orientation to C implementations by @dmitry-kabanov in #808
- Add OOP to the
dopri5cimplementation by @dmitry-kabanov in #809 - Implement
ivp::set_integratormethod for Julia users by @dmitry-kabanov in #802 - Update 2025-09 by @dmitry-kabanov in #813
- Update 2025 09, set 2 by @dmitry-kabanov in #818
- Update 2025 09 nr 3 by @dmitry-kabanov in #820
Full Changelog: v0.5.5...v0.6.1
v0.5.5
[build] Add Make target to upload Python package to PyPI
v0.5.4: [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
v0.5.3
What's Changed
- Add CITATION.cff by @dmitry-kabanov in #782
- Mark headers as c for clang by @dmitry-kabanov in #783
- Pip package by @dmitry-kabanov in #784
v0.5.0
[misc] Update flake8 to version 7.2.0 and fix its complains
v0.1.0
- OIF can be used from C and Python
- Interface
IVPfor solving Initial-Value Problems for Ordinary Differential Equations has several implementations:sundialsin C based on SUNDIALS,scipy_odein Python based onscipy.integrate.ode,jl_diffeqin Julia based on OrdinaryDiffEq.jl