Releases: JuliaGNI/GeometricEquations.jl
Releases · JuliaGNI/GeometricEquations.jl
v0.20.5
GeometricEquations v0.20.5
Merged pull requests:
- CompatHelper: bump compat for GeometricBase to 0.13, (keep existing compat) (#29) (@github-actions[bot])
v0.20.4
GeometricEquations v0.20.4
v0.20.3
GeometricEquations v0.20.3
v0.20.2
GeometricEquations v0.20.2
v0.20.1
GeometricEquations v0.20.1
Merged pull requests:
- Bring SDE interface in line with ODE and DAE interface. (#26) (@michakraus)
- Add compute_vectorfield! method for all equations types and fix some issues (#27) (@michakraus)
v0.20.0
GeometricEquations v0.20.0
Breaking changes
- New treatment of periodicity requires specification of lower and upper value bounds.
Merged pull requests:
- Revise treatment of periodicity. (#25) (@michakraus)
v0.19.1
GeometricEquations v0.19.1
Merged pull requests:
tstep->timestep&tspan->timespan. (#23) (@benedict-96)
v0.19.0
GeometricEquations v0.19.0
Breaking changes
- Removed
tstepfunction in favour oftimestep. - Renamed
tspantotimespan. - Renamed
tbegintoinitialtimeandtendtofinaltime.
v0.18.2
GeometricEquations v0.18.2
Merged pull requests:
- Define and export missing abstract types for DELE. (#21) (@michakraus)