Skip to content

Releases: JuliaIntervals/IntervalArithmetic.jl

v0.22.21

24 Dec 11:51
Compare
Choose a tag to compare

IntervalArithmetic v0.22.21

Diff since v0.22.20

Closed issues:

  • problems with IntervalArithmetic in MacBook Pro with Apple M3 Max chip (#691)

v0.22.20

21 Dec 14:14
Compare
Choose a tag to compare

IntervalArithmetic v0.22.20

Diff since v0.22.19

Merged pull requests:

v0.22.19

05 Nov 02:53
ec34419
Compare
Choose a tag to compare

IntervalArithmetic v0.22.19

Diff since v0.22.18

v0.22.18

22 Oct 15:36
223b422
Compare
Choose a tag to compare

IntervalArithmetic v0.22.18

Diff since v0.22.17

Merged pull requests:

Closed issues:

  • Conversion issue when combining StaticArrays, ForwardDif, and IntervalArithmetic (#685)
  • interval(-Inf) should do the useful thing (#688)

v0.22.17

02 Oct 16:59
429ad16
Compare
Choose a tag to compare

IntervalArithmetic v0.22.17

Diff since v0.22.16

Merged pull requests:

Closed issues:

  • IntervalBox doesn't appear in the documentation (#681)
  • Cos returns invalid interval (#683)

v0.22.16

09 Sep 02:15
Compare
Choose a tag to compare

IntervalArithmetic v0.22.16

Diff since v0.22.15

Closed issues:

  • Bisection with bisection point 0.5 gives incorrect answer (#680)

v0.22.15

03 Sep 18:34
Compare
Choose a tag to compare

IntervalArithmetic v0.22.15

Diff since v0.22.14

Merged pull requests:

Closed issues:

  • Improve Float32 support (#415)
  • Provide tool for checking if a function plays well with intervals (#537)
  • Compatibility with NaNMath.jl? (#626)
  • Is cbrt correctly rounded? (#673)
  • Introduce IntervalType for union of Interval and BareInterval (#678)

v0.22.14

08 Jun 15:43
5d7dea2
Compare
Choose a tag to compare

IntervalArithmetic v0.22.14

Diff since v0.22.13

Merged pull requests:

Closed issues:

  • Docs: how to handle branching? (#524)
  • Make sure that the documentation is correct (#591)
  • hull with NaI gives non-NaI (#662)
  • Reinstate fast rounding with prevfloat and nextfloat (#665)
  • Define x // 3 for an interval x (#670)
  • Document the decoration and flag system (#671)

v0.22.13

29 May 20:03
Compare
Choose a tag to compare

IntervalArithmetic v0.22.13

Diff since v0.22.12

Merged pull requests:

Closed issues:

  • Use SafeEFT for rounding (#341)
  • Finding quadrants is flawed (#622)
  • Define and for BareInterval (#650)
  • Define and export Heaviside function (#653)
  • No mechanism to define functions restricted to a domain (#654)
  • Add \infty symbol to Symbols module (#658)
  • zero(emptyinterval()) should be empty (#659)

v0.22.12

19 May 20:32
856da9b
Compare
Choose a tag to compare

IntervalArithmetic v0.22.12

Diff since v0.22.11

Merged pull requests:

Closed issues:

  • Broken functions for complex intervals (#41)
  • Implement reverse mode elementary functions (#323)
  • Approximate equality with intervals (#479)
  • Don't display NG when decorations = false (#639)
  • string(x::Interval) is not working correctly (#643)
  • Unclear error for malformed interval (#645)
  • Can't multiply a BareInterval by a scalar (#646)