0.6.0 (2025-08-23)
Features
- 5 dynamical systems for benchmarking (61e6024)
- fully implemented and generated benchmarks (30901e8)
- helper functions in
integrators.rs(5b93e68) - implemented various integrator steppers (e79a56e)
- modified (new architecture) (d26d903)
- PyO3 Class Definitions for Python API (aa9389c)
- re-implemented module (90b3c96)
- re-implemented module (28d91d9)
- re-implemented
lyapunov.rsmodule (100fd3a) - re-implemented adaptive integration loop (cdb0abd)
- re-implemented explicit integration loop (d70ef1d)
- re-implemented implicit integration loop (86498d4)
- reworked program architecture (1596aea)
Bug Fixes
invariant_measure()performance fix + new benchmark (13e9ca9)- attempted to fix library import issue (8c327a5)
- deadlock caused by using
GILfor callingdynamics_func(2d5659e) - dealing with compilation errors (ad17179)
- fixed
Rustmodules' compilation errors (c74c6aa) - modified
Pythonlayer to fit withRust(294be8d) - re-implemented
simulation.py(2a84731) - re-implemented
analysis.py(e892ee7) - re-implemented tests to align with new code (05b066d)