Skip to content

Releases: JuliaIntervals/IntervalArithmetic.jl

v0.21.1

11 Sep 22:04
9ac59c7
Compare
Choose a tag to compare

IntervalArithmetic v0.21.1

Diff since v0.21.0

Closed issues:

  • Add convert(Interval, x::String) and Interval(x::String) (#55)
  • Use IOContext internally (#197)
  • Creating an IntervalBox with given size is slow (#234)
  • Add IntervalBox constructor (#275)
  • Use styles in broadcasting (#278)
  • Add IntervalBox(tuple, tuple) (#282)
  • Add equivalent of entireinterval for IntervalBox (#333)
  • Document interval validation use (#356)
  • Parsing intervals from strings (#383)
  • Add a constructor for IntervalBox{Float32} (#385)
  • Plotting infinite IntervalBoxes (#401)
  • Incorrect construction of Interval{Float64} from Rational{Int} (#405)
  • Have a branch for the last version compatible with julia LTS release (#417)
  • Indexing with a range into an IntervalBox should produce a new IntervalBox (#437)
  • IntervalBox not working with decorated intervals (#450)
  • Consistency in validity check during interval creation (#468)
  • Make IntervalBox an MVector? (#475)
  • LinearAlgebra.reflectorApply! (#478)
  • Macros can not guarantee tight inclusion of float literals (#502)
  • interval + inf returns invalid interval (#535)
  • Remove IntervalBox in favor of AbstractVector{Interval} (#550)
  • Matrix multiplication with mixed Interval SMatrix and SMatrix broken (#573)
  • IntervalArithmetic.Interval(::Float64, ::Float64) appears no longer supported in v0.21.0; replace with IntervalArithmetic.interval() (#581)

Merged pull requests:

v0.21.0

24 Aug 13:11
Compare
Choose a tag to compare

IntervalArithmetic v0.21.0

Diff since v0.20.9

Closed issues:

  • entireinterval is not a very good name (#8)
  • Print intervals as 3..4? (#319)
  • Float interval + BigFloat interval should be Float interval? (#326)
  • Use Infinities.jl for infinity (#439)
  • replace StaticArrays.jl with StaticArraysCore.jl (#542)
  • < and > breaks interval? (#566)

Merged pull requests:

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: