Skip to content

Releases: JuliaReach/IntervalMatrices.jl

v0.2.3

16 Oct 21:36
v0.2.3
d48b043
Compare
Choose a tag to compare

Features

  • added copy method (#56)

Enhancements

  • documentation improvements (#54)

v0.2.2

11 Sep 08:25
v0.2.2
1ebe930
Compare
Choose a tag to compare

Bug fixes

  • fixed docstring of quadratic_expansion (#50)
  • fixed bug where the IntervalMatrix type was not preserved when multiplying with a scalar or in quadratic_expansion (#52)

v0.2.1

23 Aug 13:53
d18513f
Compare
Choose a tag to compare

Announcements

This release changed the interval backend from IntervalSets to IntervalArithmetic. It is also the first release published in Julia's ecosystem.

Breaking changes

  • changed the interval backend from IntervalSets to IntervalArithmetic (#38)

v0.2.0

07 Aug 13:08
a3ba485
Compare
Choose a tag to compare

Announcements

This release is compatible with Julia v1.0. It drops compatibility with Julia v0.6.

Features

  • rename norm to opnorm and add 1-norm (#17)
  • function to split an interval matrix into two scalar matrices (#25)
  • membership test of a scalar matrix in an interval interval matrix (#31)
  • function to sample a concrete matrix from an interval matrix (#29)
  • interval multiplication with interval matrix (#35)
  • correction_hull function (not exported) (#32)

Bug fixes

  • fix infinity matrix norm (#17)

Enhancements

  • parameterized matrix type in IntervalMatrix (#16)
  • faster expm_overapproximation (#19)
  • faster quadratic_expansion (#18)

v0.1.0

02 Feb 19:34
2c3a6e1
Compare
Choose a tag to compare

Initial release. This release is compatible with Julia v0.6.