Skip to content

Releases: JuliaIntervals/IntervalArithmetic.jl

v1.0.9

Choose a tag to compare

@github-actions github-actions released this 19 May 11:52
c5e5a65

IntervalArithmetic v1.0.9

Diff since v1.0.8

Merged pull requests:

Closed issues:

  • Add a benchmark suite (#294)
  • Non-thin interval is displayed as thin interval (#751)

v1.0.8

Choose a tag to compare

@github-actions github-actions released this 29 Apr 15:49
a0575e7

IntervalArithmetic v1.0.8

Diff since v1.0.7

Closed issues:

  • Multiplication by Integer or Rational scalar produces NG (#755)

v1.0.7

Choose a tag to compare

@github-actions github-actions released this 28 Apr 02:51
d1ca3cb

IntervalArithmetic v1.0.7

Diff since v1.0.6

Closed issues:

  • Broken documentation for configuration (#754)

v1.0.6

Choose a tag to compare

@github-actions github-actions released this 07 Apr 11:02
65b45dc

IntervalArithmetic v1.0.6

Diff since v1.0.5

Merged pull requests:

Closed issues:

  • Arithmetic for ExactReal (#747)

v1.0.5

Choose a tag to compare

@github-actions github-actions released this 04 Apr 09:58
54c906b

IntervalArithmetic v1.0.5

Diff since v1.0.4

Merged pull requests:

Closed issues:

  • Extension to support IrrationalConstants (#730)

v1.0.4

Choose a tag to compare

@github-actions github-actions released this 01 Apr 05:42
6e498e0

IntervalArithmetic v1.0.4

Diff since v1.0.3

Merged pull requests:

Closed issues:

  • Replacing CRlibm with CORE-MATH (#592)

v1.0.3

Choose a tag to compare

@github-actions github-actions released this 17 Mar 10:28
fd10d63

IntervalArithmetic v1.0.3

Diff since v1.0.2

  • Add InconclusiveBooleanOperation error type for when neither true nor false can be determined in a Boolean operation
  • Add benchmarks and improve tests

Merged pull requests:

Closed issues:

  • Remove/update reference to removed function (#737)
  • Allow == if one of the operand is a thin interval (#739)
  • Error in simple root finding (#740)
  • CI failure (nightly) due to Arblib package extension (#741)
  • stack overflow in Interval{T}(x::Real) (#743)

v1.0.2

Choose a tag to compare

@github-actions github-actions released this 11 Nov 15:12

IntervalArithmetic v1.0.2

Diff since v1.0.1

v1.0.1

Choose a tag to compare

@github-actions github-actions released this 10 Oct 08:31
87c0b8a

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

Choose a tag to compare

@github-actions github-actions released this 20 Sep 06:00
544c000

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)