Skip to content

Releases: JuliaIntervals/IntervalArithmetic.jl

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)

v0.22.11

16 Apr 03:54
79ab4a4
Compare
Choose a tag to compare

IntervalArithmetic v0.22.11

Diff since v0.22.10

v0.22.10

07 Apr 20:05
6c26d7a
Compare
Choose a tag to compare

IntervalArithmetic v0.22.10

Diff since v0.22.9

Merged pull requests:

v0.22.9

17 Mar 11:14
c55dd23
Compare
Choose a tag to compare

IntervalArithmetic v0.22.9

Diff since v0.22.8

Merged pull requests:

Closed issues:

  • Should intersect_interval (or hull) return always trv decoration? (#624)
  • Compatibility with SparseArrays (#628)
  • Investigate incorporating testing as described in arxiv.org/abs/2205.11837 (#630)
  • Clarification on 'NG' Decoration (#634)