Releases: JuliaReach/IntervalMatrices.jl
Releases · JuliaReach/IntervalMatrices.jl
v0.12.1
v0.12.0
IntervalMatrices v0.12.0
Breaking changes
- Support IntervalArithmetic v1, which changed the default matrix multiplication mode and now may yield coarser results than before. We use that new mode by default, but the old (more precise) mode can be restored manually if desired.
Note that we do not show the new interval annotations from IntervalArithmetic to avoid clutter; they can also be activated manually if desired.
Read IntervalArithmetic's documentation for how to change these options.
Merged pull requests:
- Trigger docs building for new tags (#275) (@schillic)
- Increase test coverage (#276) (@schillic)
- Automatic JuliaFormatter.jl run (#277) (@github-actions[bot])
- Allow IntervalArithmetic v0.23 (#279) (@schillic)
- v0.12.0 (#280) (@schillic)
- CompatHelper: bump compat for IntervalArithmetic to 1, (keep existing compat) (#281) (@github-actions[bot])
- Do not print interval annotations (#282) (@schillic)
- Fix
pow/pownerror (#283) (@schillic) - Use
^instead ofpown(#284) (@schillic)
v0.11.2
IntervalMatrices v0.11.2
Merged pull requests:
- Count invalidations on latest Julia version (#267) (@schillic)
- Consistent spelling (#268) (@schillic)
- Use
DocumenterCitationsfor bibliography (#269) (@schillic) - Fix creation of tagged docs versions (#271) (@schillic)
- Bump actions/checkout from 4 to 5 (#272) (@dependabot[bot])
- Fix ambiguity with
LinearAlgebra.\in Julia v1.13 (#273) (@schillic) - v0.11.2 (#274) (@schillic)
Closed issues:
- Mixed matrix multiplication is broken with new versions of IntervalArithmetic (#270)
v0.11.1
IntervalMatrices v0.11.1
Merged pull requests:
- Bump peter-evans/create-pull-request from 6 to 7 (#258) (@dependabot[bot])
- Automatic JuliaFormatter.jl run (#259) (@github-actions[bot])
- Aqua v0.8.9 tests only for local ambiguities (#260) (@schillic)
- Fix invalidations CI run (#261) (@schillic)
- Add commits since last release to README (#262) (@schillic)
- Bump codecov/codecov-action from 4 to 5 (#264) (@dependabot[bot])
- Fix ambiguities with new IntervalArithmetic version (#265) (@schillic)
- v0.11.1 (#266) (@schillic)
Closed issues:
- Tests fail due to changed behavior in IntervalArithmetic (#263)
v0.11.0
IntervalMatrices v0.11.0
Merged pull requests:
- Automatic JuliaFormatter.jl run (#227) (@github-actions[bot])
- Fix compat for PkgVersion in tests; freeze IntervalArithmetic in docs (#230) (@schillic)
- Do not set multiplication mode in tests (redundant) (#231) (@schillic)
- #199 - Add Zenodo badge to README (#232) (@schillic)
- Avoid redefinition of '==' in tests (#233) (@schillic)
- Revise CI scripts (#236) (@schillic)
- Outsource init code and add tests for IntervalArithmetic; unsupport :fast multiplication (#237) (@schillic)
- Bump version to v1.2, run Aqua in tests and fix problems (#238) (@schillic)
- Replace $ with double backticks (#239) (@schillic)
- Fix Codecov (#242) (@schillic)
- Add Aqua badge (#243) (@schillic)
- Remove redundant statement (#244) (@schillic)
- Fix some piracies (#245) (@schillic)
- Fix ambiguities with
\(#246) (@schillic) - Rename
get->matrix(#247) (@schillic) - Use eachindex instead of 1:length (#248) (@schillic)
- Remove precompile statement (#249) (@schillic)
- Collect
usings and avoidusingpackages (#250) (@schillic) - Bump julia-actions/setup-julia from 1 to 2 (#251) (@dependabot[bot])
- Bump julia-actions/cache from 1 to 2 (#252) (@dependabot[bot])
- Add JuliaHub and PkgEval badges (#253) (@schillic)
- Remove piracy for
==(#254) (@schillic) - Fix ambiguities with matrix multiplication (#255) (@schillic)
- v0.11.0 (#256) (@schillic)
- Exclude lines from code coverage (#257) (@schillic)
Closed issues:
v0.10.0
v0.9.0
v0.8.5
v0.8.4
IntervalMatrices v0.8.4
Merged pull requests:
- Update scripts (#206) (@schillic)
- Use Julia v1.8 in CI (#207) (@schillic)
- Update scripts/README/Project/docs, format code, fix linter warning, remove type piracy (#208) (@schillic)
- Change formatter rule and format test code (#209) (@schillic)
- Format test code (#210) (@schillic)
- Some minor changes and tests (#211) (@schillic)
v0.8.3
IntervalMatrices v0.8.3
Closed issues:
- Review exp_overapproximation name (#176)
- should
Symmetric(::IntervalMatrix)return anIntervalMatrix? (#204)
Merged pull requests:
- Refactor exp methods (#193) (@mforets)
- Revise scripts (#197) (@schillic)
- Fix CI script (#198) (@schillic)
- Skip CI when changing README (#200) (@schillic)
- Update credits (#201) (@schillic)
- Use Julia v1.7 in CI & update docs (#202) (@schillic)
- Update CI scripts (#203) (@schillic)
- fix #204 (#205) (@lucaferranti)