Skip to content

Releases: JuliaIntervals/IntervalArithmetic.jl

v0.22.2

21 Dec 10:59
e6b9893
Compare
Choose a tag to compare

IntervalArithmetic v0.22.2

Diff since v0.22.1

Merged pull requests:

Closed issues:

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

v0.22.1

17 Dec 02:29
922d1c0
Compare
Choose a tag to compare

IntervalArithmetic v0.22.1

Diff since v0.22.0

Merged pull requests:

Closed issues:

  • Add tests with Float32 intervals (#49)
  • Dividing exactly 0 always returns 0. (#264)
  • Use atan from CRlibm (#296)
  • Non-allocating version of set operations (#551)

v0.22.0

13 Dec 12:52
b394cae
Compare
Choose a tag to compare

IntervalArithmetic v0.22.0

Diff since v0.21.2

Merged pull requests:

Closed issues:

  • Bug in integer power of BigFloat interval (#83)
  • Bisection should ignore atomic intervals (#84)
  • ∞🔁🐞 : ==(DecoratedInterval, Interval) gives an infinite loop. (#219)
  • Remove Interval <: Real ? (#237)
  • Implement reverse mode elementary functions (#323)
  • Change base type of Interval{<: AbstractFloat} to AbstractFloat? (#335)
  • Equality for decorated intervals (#394)
  • Empty interval as [NaN, NaN]? (#408)
  • Throw error for ==(::DecoratedInterval, ::Interval) (#419)
  • Mince should return an iterator (#431)
  • Possible bug in powers (#441)
  • nai() not working with rational intervals (#462)
  • ITF1788 compliance (#465)
  • What is required to use custom types in Intervals? (#476)
  • Float16 setrounding error (#486)
  • How should strict enclosure of interval boxes be defined? (#490)
  • IntervalArithmetic.jl testing errors / broken found. (#540)
  • Fractional powers of nonpositive intervals containing zero (#543)
  • Derivative of abs(::Interval) (#564)
  • Warn or error on every operation mixing Interval and number (#568)
  • Lack of convert(::Interval{T}, a::Real) (#580)
  • Make DecoratedInterval the default (#584)
  • Failure of Interval{T}(x::AbstractIrrational) (#588)
  • incorrect comparison for ieee standard (#589)
  • Revive @interval (#595)
  • constants in @constraint not working (#596)

v0.21.2

11 Oct 21:10
581e03c
Compare
Choose a tag to compare

IntervalArithmetic v0.21.2

Diff since v0.21.1

Merged pull requests:

Closed issues:

  • Remove global precision (#228)
  • setrounding uses old-style warn and error functions (#328)
  • setrounding is slow and unreliable (#352)
  • Use IntervalSets.jl for set operations (#366)
  • MethodError with inclusion test (#409)
  • Allow direct comparison of directed rounding modes (#436)

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: