Skip to content

Releases: JuliaIntervals/IntervalArithmetic.jl

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)

v0.22.8

23 Feb 16:50
5275e5c
Compare
Choose a tag to compare

IntervalArithmetic v0.22.8

Diff since v0.22.7

Merged pull requests:

v0.22.7

05 Feb 14:57
98a235b
Compare
Choose a tag to compare

IntervalArithmetic v0.22.7

Diff since v0.22.6

Merged pull requests:

v0.22.6

03 Feb 14:29
ba420dc
Compare
Choose a tag to compare

IntervalArithmetic v0.22.6

Diff since v0.22.5

Merged pull requests:

Closed issues:

  • Non-thread safe use of setrounding (#612)
  • Incorrect rounding for extreme irrationals (#616)
  • Avoid convert to Interval in ^ (#618)
  • quadrant is not thread-safe (#620)

v0.22.5

04 Jan 17:48
5909148
Compare
Choose a tag to compare

IntervalArithmetic v0.22.5

Diff since v0.22.4

v0.22.4

04 Jan 14:53
2358b4c
Compare
Choose a tag to compare

IntervalArithmetic v0.22.4

Diff since v0.22.3

Merged pull requests:

Closed issues:

  • Plotting intervals after removal of IntervalBox (#605)
  • Don't write inside of the package dir (#606)

v0.22.3

29 Dec 12:08
ef276d7
Compare
Choose a tag to compare

IntervalArithmetic v0.22.3

Diff since v0.22.2

Merged pull requests:

Closed issues:

  • Use version of sin with quadrant for Float32 too (#381)
  • sinpi returns unnecessarily wide intervals (#412)
  • Add methods for sind and etc. (#423)
  • AbstractInterval (#521)