Releases: JuliaIntervals/TaylorModels.jl
Releases · JuliaIntervals/TaylorModels.jl
v0.3.5
TaylorModels v0.3.5
Closed issues:
- Getter function for the expansion point (#75)
Merged pull requests:
v0.3.4
v0.3.3
TaylorModels v0.3.3
Closed issues:
- Add a constructor for a TaylorModelN just changing remainder (#28)
Merged pull requests:
v0.3.2
v0.3.2 (2020-03-06)
v0.3.1
v0.3.0
v0.2.0
v0.1.1
v0.1.1 (2019-06-11)
Closed issues:
- Rename TMs domain field (#42)
- Identity for floating poing rpa (#41)
- Ambiguity in broadcasted(+, ::IntervalBox, ::IntervalBox) (#39)
- Return TaylorModel1 from validated_integ (#37)
- Documentation link broken in readme.md (#33)
Merged pull requests:
- Drop support to Julia 0.7, add Project.toml and delete REQUIRE files (#48) (mforets)
- Benchmark (#46) (Aadesha)
- Rename TMs fieldname I (#44) (lbenet)
- #41 - Identity for floating point rpa (#43) (mforets)
- Return vector with TaylorModel1 from validated_integ (#38) (lbenet)
- Add documentation badges to README and fix docs (#36) (lbenet)
- Add introductory docs (#34) (barpit20)
Validated ODE integration
Merge pull request #18 from JuliaIntervals/validatedODEs Validated ODE integration
Initial release
Still WIP.