Releases: JuliaIntervals/IntervalArithmetic.jl
Releases · JuliaIntervals/IntervalArithmetic.jl
v0.18.1
IntervalArithmetic v0.18.1
Closed issues:
Merged pull requests:
- Speed up set difference of interval boxes (#456) (@lucaferranti)
v0.18.0
IntervalArithmetic v0.18.0
Closed issues:
- Display 1-dimensional IntervalBox more clearly (#171)
- showfull is not defined for IntervalBox (#283)
- Complex intervals not displayed correctly (#287)
show
is broken for complex intervals (#332)- Print cubic IntervalBox more compactly (#339)
- Display empty IntervalBox as ∅ (#432)
Merged pull requests:
- fixing displaying issues (#451) (@lucaferranti)
v0.17.8
IntervalArithmetic v0.17.8
Closed issues:
- Add
zero(X::IntervalBox)
(#438)
Merged pull requests:
- migrate to github actions (#445) (@lucaferranti)
- Add special interval constructors (#446) (@mforets)
v0.17.7
v0.17.6
IntervalArithmetic v0.17.6
Closed issues:
- Rename interval_part -> interval for DecoratedInterval (#212)
- 📝🐞 ieee1788-constructors.jl - parse more cases (#222)
- nai should be a decorated interval (#233)
- cot and coth test cases fail in ITF1788 test suite (#301)
- hypot() on intervals (#306)
- Use random samplers correctly (#349)
hypot
broken in Julia 1.4 (#368)- Support gamma function (#372)
- Error displaying complex interval (#402)
- Decoration of atan(y, x). (#406)
- Support for open sets? (#422)
- Exception when subtracting an Int64 scalar from a Interval{Rational{Int64}} (#428)
Merged pull requests:
- Add documentation for input and output of intervals (#318) (@yashrajgupta)
- Completes c-xsc.jl (#393) (@krish8484)
- Completes libieeep1788_bool.jl (#400) (@krish8484)
- Add atan.jl and complete libieeep1788_tests_num.jl (#404) (@krish8484)
- Extend BigFloat fallback to other floating-point types (#414) (@mfherbst)
- fix: make big53() thread safe using lock (#420) (@gwater)
- Overload Base.show for complex type (#427) (@rushabh-v)
- Support Rational - Int operations (#429) (@rushabh-v)
v0.17.5
IntervalArithmetic v0.17.5
Closed issues:
Merged pull requests:
- Completes ieee1788-constructors.jl (#386) (@krish8484)
- Completes mpfi.jl and fi.lib.jl (#390) (@krish8484)
- Display Interval{Float32} with f0 (#391) (@krish8484)
v0.17.4
IntervalArithmetic v0.17.4
Closed issues:
Merged pull requests:
- Import isadjoint when necessary (#384) (@dpsanders)
v0.17.3
IntervalArithmetic v0.17.3
Merged pull requests:
- Speed up intersect (#379) (@dpsanders)
- Force inlining and specialisation for multiplication (#382) (@dpsanders)
v0.17.2
IntervalArithmetic v0.17.2
v0.17.1
IntervalArithmetic v0.17.1
Closed issues:
- Make this software citable? (#371)
Merged pull requests:
- Add 1 related packages in README.md (#375) (@singularitti)
- Update plot recipe to use seriesalpha (#378) (@dpsanders)