IntervalArithmetic.jl Versions Save

Library for validated numerics using interval arithmetic

v0.22.11

1 month ago

IntervalArithmetic v0.22.11

Diff since v0.22.10

v0.22.10

1 month ago

IntervalArithmetic v0.22.10

Diff since v0.22.9

Merged pull requests:

  • New macro for guaranteed operations (#627) (@Kolaru)
  • Improve support for complex intervals (#636) (@OlivierHnt)

v0.22.9

2 months ago

IntervalArithmetic v0.22.9

Diff since v0.22.8

Merged pull requests:

  • Allow == if one of the operand is a thin interval (#631) (@OlivierHnt)
  • Allow changing decoration (#632) (@OlivierHnt)
  • Description NG decoration (#635) (@mi-ayala)

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

2 months ago

IntervalArithmetic v0.22.8

Diff since v0.22.7

Merged pull requests:

  • ForwardDiff extension for power (#629) (@Kolaru)

v0.22.7

3 months ago

IntervalArithmetic v0.22.7

Diff since v0.22.6

Merged pull requests:

  • Revert throwing an error for non-thin intervals (#625) (@OlivierHnt)

v0.22.6

3 months ago

IntervalArithmetic v0.22.6

Diff since v0.22.5

Merged pull requests:

  • Properly closed interval boxes for other backends than GR (#609) (@lorenzgillner)
  • (re)Introduce scaling factor for mid (#610) (@Kolaru)
  • Construction of interval when mixing real and complex arguments (#611) (@Joel-Dahne)
  • Ensure boolean functions error for non-thin intervals (#613) (@OlivierHnt)
  • Fix thread-safe in rounding (#615) (@OlivierHnt)
  • Ensure correct rounding for irrationals (#617) (@OlivierHnt)
  • Avoid convert in ^ for literal powers (#619) (@lbenet)
  • Ensure thread-safety for trigonometric functions (#621) (@OlivierHnt)

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

4 months ago

IntervalArithmetic v0.22.5

Diff since v0.22.4

v0.22.4

4 months ago

IntervalArithmetic v0.22.4

Diff since v0.22.3

Merged pull requests:

  • Do not generate the ITF1788 test suite automatically (#607) (@OlivierHnt)
  • Add RecipesBase as an extension (#608) (@OlivierHnt)

Closed issues:

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

v0.22.3

4 months ago

IntervalArithmetic v0.22.3

Diff since v0.22.2

Merged pull requests:

  • Improve accuracy of sinpi and cospi (#600) (@OlivierHnt)
  • Add sind/cosd/sincosd (#603) (@OlivierHnt)
  • Allow pointwise equality (#604) (@OlivierHnt)

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)

v0.22.2

4 months ago

IntervalArithmetic v0.22.2

Diff since v0.22.1

Merged pull requests:

  • Fix one and define isthinone (#602) (@OlivierHnt)

Closed issues:

  • "one" on complex intervals returns wrong value (#601)