Skip to content

Releases: JuliaIntervals/IntervalArithmetic.jl

v1.0.2

11 Nov 15:12

Choose a tag to compare

IntervalArithmetic v1.0.2

Diff since v1.0.1

v1.0.1

10 Oct 08:31
87c0b8a

Choose a tag to compare

IntervalArithmetic v1.0.1

Diff since v1.0.0

Merged pull requests:

Closed issues:

  • Warning when changing the matrix multiplication mode (#729)
  • How to change setdisplay defaults when loading IA from other package? (#731)
  • isempty_interval return false on empty ill intervals (#734)

v1.0.0

20 Sep 06:00
544c000

Choose a tag to compare

IntervalArithmetic v1.0.0

Diff since v0.23.0

Breaking changes

  • No breaking changes

Merged pull requests:

Closed issues:

  • invalid interval constructed (#718)
  • inv(A::Matrix{<:RealOrComplexI}) uses an opnorm where it could use a norm (#726)

v0.23.0

25 Jul 22:55

Choose a tag to compare

IntervalArithmetic v0.23.0

Diff since v0.22.36

Breaking changes

  • Fast matrix multiplication is now the default algorithm

Merged pull requests:

Closed issues:

  • Document in behaviour (#647)
  • Give a hand to downstream packages to update to v0.22 (#668)
  • Document PowerMode (#674)
  • Document isapprox (#675)
  • Changing the display of intervals (#697)
  • Decision for 1.0: Comparison operators (#705)
  • To-do list for 1.0 release (#706)
  • @interval macro API (#707)
  • Setting matmul to fast makes all computations run in low precision (#717)

v0.22.36

15 Jun 17:40

Choose a tag to compare

IntervalArithmetic v0.22.36

Diff since v0.22.35

Merged pull requests:

  • Fix display test for BigFloat newest julia versions (#722) (@Kolaru)
  • Add extension for Arblib.jl (#723) (@Joel-Dahne)
  • Add how to obtain the unicode of the symbols in docstrings (#724) (@lbenet)

Closed issues:

  • Arblib.jl ❤️ IntervalArithmetic.jl (#721)

v0.22.35

15 May 10:19
38e1cd6

Choose a tag to compare

IntervalArithmetic v0.22.35

Diff since v0.22.34

Merged pull requests:

Closed issues:

  • NaI returned for valid interval (#715)

v0.22.34

04 May 21:57

Choose a tag to compare

IntervalArithmetic v0.22.34

Diff since v0.22.33

Merged pull requests:

Closed issues:

  • using IntervalArithmetic invalidates a lot of code from ModelingToolkit.jl (#708)
  • Circular Dependency issues (#713)

v0.22.33

01 May 21:01

Choose a tag to compare

IntervalArithmetic v0.22.33

Diff since v0.22.32

Merged pull requests:

Closed issues:

  • Implement rand(::Interval) (#709)

v0.22.32

01 May 18:04

Choose a tag to compare

IntervalArithmetic v0.22.32

Diff since v0.22.31

Merged pull requests:

v0.22.31

29 Apr 21:04

Choose a tag to compare

IntervalArithmetic v0.22.31

Diff since v0.22.30

Closed issues:

  • Provide faster versions of tanh etc. (#23)
  • setdiff returns a disjoint representation, whereas union does not (#424)
  • atan(y, x) is very slow (#449)