Published December 13, 2023
| Version v0.22.0
Software
Open
JuliaIntervals/IntervalArithmetic.jl: v0.22.0
Authors/Creators
- David P. Sanders1
- Benoît Richard
- Luis Benet1
- OlivierHnt
- Luca Ferranti2
- Krish Agarwal
- Petr Vana3
- Josua Grawitter4
- Michael F. Herbst5
- Marcelo Forets6
- Eeshan Gupta
- yashrajgupta
- Eric Hanson7
- Braam van Dyk
- Christopher Rackauckas8
- Rushabh Vasani
- Sebastian Micluța-Câmpeanu9
- Sheehan Olver10
- Twan Koolen
- Caroline Wormell11
- Daniel Karrasch12
- David Widmann13
- Favio André Vázquez14
- Guillaume Dalle15
- Jeffrey Sarnoff
- Julia TagBot
- Kevin O'Bryant16
- Kristoffer Carlsson9
- Morten Piibeleht9
- Mosè Giordano17
- 1. Universidad Nacional Autónoma de México (UNAM)
- 2. University of Vaasa
- 3. Czech Technical University in Prague
- 4. TU Berlin
- 5. @epfl-matmat
- 6. Universidad de la República
- 7. Beacon Biosignals
- 8. Massachusetts Institute of Technology
- 9. @JuliaComputing
- 10. Imperial College
- 11. The Australian National University
- 12. Technische Universität München
- 13. Uppsala University
- 14. Life
- 15. EPFL
- 16. City University of New York
- 17. @UCL-ARC
Description
IntervalArithmetic v0.22.0
Merged pull requests:
- Make decorated interval the default (#590) (@OlivierHnt)
- Beta 0.22 (#593) (@OlivierHnt)
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)
Files
JuliaIntervals/IntervalArithmetic.jl-v0.22.0.zip
Files
(250.8 kB)
| Name | Size | Download all |
|---|---|---|
|
md5:440d771e21b80a85eefe956d80d6f6af
|
250.8 kB | Preview Download |
Additional details
Related works
- Is supplement to
- Software: https://github.com/JuliaIntervals/IntervalArithmetic.jl/tree/v0.22.0 (URL)