Skip to content

Releases: JuliaIntervals/IntervalArithmetic.jl

v0.20.9

14 Jun 12:28
4404658
Compare
Choose a tag to compare

IntervalArithmetic v0.20.9

Diff since v0.20.8

Closed issues:

  • Implementing the Riemann-Siegel Formula to find zeros of the Riemann Zeta Function with Interval Arithmetic (#549)

Merged pull requests:

v0.20.8

27 Oct 11:42
2d021b4
Compare
Choose a tag to compare

IntervalArithmetic v0.20.8

Diff since v0.20.7

Closed issues:

  • Allow user to easily specify to use faster, but less tight, functions (#56)
  • Use === when possible instead of ==` (#69)
  • Use Julia's inbounds mechanism for turning on and off validity checks? (#71)
  • Add convert(Interval, x::Float64, Val{:tight}) (#80)
  • a..b should have different modes (#90)
  • Add parse(Interval, s) for a string s (#95)
  • Add a benchmarking / performance suite (#105)
  • Document setrounding(Interval, mode) (#126)
  • [NaN, NaN] should not be allowed (#170)
  • Use cases for package in other packages and papers (#184)
  • Bugs with tiny numbers (#215)
  • 📝🐞 ieee1788-exceptions.jl - exception case for strings (#221)
  • 📝🐞 ieee1788-elem.jl - sheNaNigans and atan2 (#223)
  • 📝🐞 ieee1788.overlap.jl - ∅ cases, missing tests, NaNs (#224)
  • 🛣️ The long and treacherous road to compliance with the ITF1788 test suite (#225)
  • cospi/sinpi stack overflow (#280)
  • Define any(isinf, x) (#311)
  • Non zero diameter for degenerated interval (#545)

Merged pull requests:

v0.20.7

03 Aug 06:19
9813b95
Compare
Choose a tag to compare

IntervalArithmetic v0.20.7

Diff since v0.20.6

Closed issues:

  • Allow date intervals (#526)
  • Power of negative numbers is broken for non-rational exponents (#536)

Merged pull requests:

v0.20.6

21 May 15:40
f8a5b5e
Compare
Choose a tag to compare

IntervalArithmetic v0.20.6

Diff since v0.20.5

Closed issues:

  • Why is 0..2 < 1..3 true? (#512)
  • Extend inclusion check for interval and interval box (#519)

Merged pull requests:

v0.20.5

08 Mar 14:03
0acb83b
Compare
Choose a tag to compare

IntervalArithmetic v0.20.5

Diff since v0.20.4

Closed issues:

  • define inf, sup etc. for non-intervals (#510)

Merged pull requests:

v0.20.4

05 Mar 23:17
1e1dad2
Compare
Choose a tag to compare

IntervalArithmetic v0.20.4

Diff since v0.20.3

Closed issues:

  • Midpoint for semi-infinite interval (#107)
  • Use CRLibm 1.0.1 (#485)
  • Allow sort(::AbstractInterval) (#506)
  • cancelminus specification (#508)

Merged pull requests:

v0.20.3

21 Jan 15:34
db9202c
Compare
Choose a tag to compare

IntervalArithmetic v0.20.3

Diff since v0.20.2

Closed issues:

  • [ANN] Round table in upcoming workshop (#498)

Merged pull requests:

  • Bump CRlibm to 1 while keeping the existing compats (#503) (@ven-k)

v0.20.2

14 Dec 19:59
75f53c0
Compare
Choose a tag to compare

IntervalArithmetic v0.20.2

Diff since v0.20.1

Closed issues:

  • Normalise negative zero to zero (#473)

Merged pull requests:

v0.20.1

04 Dec 16:40
af22f4a
Compare
Choose a tag to compare

IntervalArithmetic v0.20.1

Diff since v0.20.0

Merged pull requests:

v0.20.0

16 Oct 07:36
e94b3ae
Compare
Choose a tag to compare

IntervalArithmetic v0.20.0

Diff since v0.19.2

Closed issues:

  • Fixing broadcast requires changing eltype (#397)
  • Doesn't work with GenericLinearAlgebra (#407)
  • eltype should return the full Interval type (?) (#487)
  • Showing incorrect interval bounds in Julia 1.7-rc1 macOS ARM (#494)

Merged pull requests: