Releases: JuliaReach/SpaceExParser.jl
Releases · JuliaReach/SpaceExParser.jl
v0.4.2
Clean up, particularly of dependencies
v0.4.1
Support for new version of HybridSystems
v0.3.1
Internal changes
- Cleanup
- Drop
Compat
and FillArrays
dependencies (#38)
v0.3.0
Merge pull request #32 from JuliaReach/mforets/update_deps
update SX
v0.2.0
Updates for Julia v0.7.0 and v1.0 (#31).
Note. This release is fully compatible with Julia v0.6.0 and higher.
v0.1.0
First release of SX.jl
Features
- parsing models with linear affine dynamics (#13)
- initial implementation (#10)
- add nonlinear models examples: Hamiltonian system, Lotka-Volterra, Van der Pol (#9)
- add a purely continuous model: motor (#15)
- add hybrid models examples: bouncing ball, circle, filtered oscillator (#3)