Releases: JuliaReach/IntervalMatrices.jl
Releases · JuliaReach/IntervalMatrices.jl
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
using
s and avoidusing
packages (#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)
v0.8.2
v0.8.1
v0.8.0
IntervalMatrices v0.8.0
Closed issues:
- Optimum term in quadratic expansion (#109)
- Add transmission line test (#133)
- Restructure matrix.jl (#174)
- rename
split
function (#179)
Merged pull requests:
- overestimation free quadratic expansion (#175) (@lucaferranti)
- Drop restriction to Interval (#177) (@schillic)
- refactor matrix.jl (#178) (@lucaferranti)
- Refactor tests (#180) (@mforets)
- #133 - Add transmission line test matrix (#181) (@mforets)
- added rump fast matrix multiplication (#182) (@lucaferranti)
- renamed split -> midpoint_radius, fixes #179 (#183) (@lucaferranti)
- added constructor for complex interval matrices (#184) (@lucaferranti)
- Update Project.toml (#185) (@mforets)
- fix init problem with matrix multiplication (#186) (@lucaferranti)