Releases: JuliaReach/RangeEnclosures.jl
Releases · JuliaReach/RangeEnclosures.jl
v0.1.1
RangeEnclosures v0.1.1
Closed issues:
- Add branch and prune method (#6)
- Activate codecov (#15)
- Compat issue (#19)
- Precompilation failure (#24)
- Fix BranchAndBound (#27)
- Accept Polynomial function (#29)
- Undo _maximise (#32)
- Add structs for each backend (#35)
- Package not installable on Windows (#36)
- Recursive range evaluation (#38)
- Make SDPA optional (#40)
- Update deprecated code (#59)
- use type dispatch for
enclose
(#64) - replace
DynamicPolynomials.jl
byMultivariatePolynomials.jl
(#68) - Make
relative_precision
return a tuple (#73) - Multivariate functions API (#75)
Merged pull requests:
- enclose and initial methods (#1) (@mforets)
- Add CI scripts and tests (#2) (@mforets)
- Add docs and update README (#3) (@mforets)
- Temp fix to maximise in IntervalOptimisation (#4) (@mforets)
- branchandbound algo (#7) (@aa25desh)
- Fix univariate Taylor model evaluation (#8) (@mforets)
- update docs CI script (#9) (@mforets)
- add daisy benchmarks (#10) (@mforets)
- Update README.md (#11) (@mforets)
- update branch and bound (#13) (@mforets)
- doc version (#14) (@mforets)
- Update .travis.yml (#16) (@mforets)
- Updates (#17) (@schillic)
- Update deps (#18) (@mforets)
- Update README.md (#20) (@mforets)
- Update compatibility requirements (#21) (@mforets)
- Update .travis.yml (#25) (@mforets)
- Add tests from the Readme (#26) (@mforets)
- update travis and project.toml (#28) (@mforets)
- #29 - Accept polynomial function as input (#31) (@mforets)
- #32 - Undo _maximise (#33) (@mforets)
- Remove output type annotations (#34) (@mforets)
- add enclose_binary function (#39) (@dfcaporale)
- Fix branch and bound kwargs (#41) (@mforets)
- Update make.jl (#42) (@mforets)
- CompatHelper: bump compat for "SumOfSquares" to "0.4" (#43) (@github-actions[bot])
- CompatHelper: bump compat for "Requires" to "1.0" (#44) (@github-actions[bot])
- CompatHelper: bump compat for "IntervalArithmetic" to "0.17" (#50) (@github-actions[bot])
- CompatHelper: bump compat for "SDPA" to "0.3" (#51) (@github-actions[bot])
- Revise scripts (#52) (@schillic)
- CompatHelper: bump compat for SumOfSquares to 0.5, (keep existing compat) (#53) (@github-actions[bot])
- Use Julia v1.7 in CI (#54) (@schillic)
- Update docs (#55) (@schillic)
- Adapt docs to change in IntervalArithmetic (#56) (@schillic)
- Update CI scripts (#57) (@schillic)
- CompatHelper: bump compat for SDPA to 0.4, (keep existing compat) (#58) (@github-actions[bot])
- CompatHelper: bump compat for SumOfSquares to 0.6, (keep existing compat) (#60) (@github-actions[bot])
- #59 - Update deprecated code (#61) (@schillic)
- Revert "Use Julia v1.7 in CI" (#63) (@schillic)
- make IntervalOptimisation and SOS stuff optional (#65) (@lucaferranti)
- Update README.md (#66) (@mforets)
- remove SDPA as optional dependency (#67) (@lucaferranti)
- simplify interval optimisation code (#69) (@lucaferranti)
- add types for solvers (#70) (@lucaferranti)
- remove AffineArithmetic backend (#71) (@lucaferranti)
- use type dispatch for enclose (#72) (@lucaferranti)
- update relative precision (#74) (@lucaferranti)
- added branch and bound (#76) (@lucaferranti)
- make taylor models an optional dependency (#78) (@lucaferranti)
- allow SDPA on julia > 1.6 (#79) (@lucaferranti)
- Update README.md (#80) (@lucaferranti)
- distinguish between direct and iterative methods (#81) (@lucaferranti)
- add mean value form (#82) (@lucaferranti)
- update sdp and polynomial interface (#83) (@lucaferranti)
- update multivariate functions API (#84) (@lucaferranti)