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.
- Compatibility with
OrdinaryDiffEqCorev3 instead of v1. - Updated setup-julia action to v3.
- Use dependabot instead of CompatHelper for dependency updates.
CompatHelperbumped to v3.- Compatibility with
SciMLOperatorsv1.
- Compatibility with
SciMLOperatorsv0.4
- Example usage was updated to the
LieGroups.jlrefactor.
- Bumped dependencies of all JuliaManifolds ecosystem packages to be consistent with ManifoldsBase.jl 2.0 and Manifolds.jl 0.11
ManifoldLieEulerandRKMK4no longer store the manifold separately from the action, and instead use the manifold used in the action.
- Enable ManifoldODESolution to support abstract numeric types (include Complex with previously supported Real)
- Substituting
SciMLBase.AbstractDiffEqOperatorwithSciMLOperators.AbstractSciMLOperator.
- Increased
ManifoldsBase.jlcompatibility to 1.0.
- Added a few missing retraction methods in some solvers.
- ODE solutions are no longer stored in
SciMLBase.ODESolutionbut inManifoldODESolutionto avoid having to definendimsfor all points. SciMLBase.jlnewer than 2.39 is supported again.- Julia 1.10 is now required due to SciML dependencies.