Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 545 Bytes

NEWS.md

File metadata and controls

14 lines (9 loc) · 545 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.2.0] – 2024-09-03

Changed

  • ODE solutions are no longer stored in SciMLBase.ODESolution but in ManifoldODESolution to avoid having to define ndims for all points.
  • SciMLBase.jl newer than 2.39 is supported again.
  • Julia 1.10 is now required due to SciML dependencies.