Releases: JuliaIntervals/IntervalArithmetic.jl
Releases · JuliaIntervals/IntervalArithmetic.jl
v0.17.0
v0.16.7
IntervalArithmetic v0.16.7
Closed issues:
- Export mince function (#274)
- Remove pi_interval (#285)
- Range of atan (#297)
- Remove old version tags (#364)
Merged pull requests:
- Install TagBot as a GitHub Action (#357) (@JuliaTagBot)
- Remove old version checks (#365) (@krish8484)
- Update Project.toml (#369) (@mforets)
v0.16.6
v0.16.6 (2020-02-25)
Merged pull requests:
v0.16.5
v0.16.4
v0.16.4 (2020-02-10)
Merged pull requests:
v0.16.3
v0.16.3 (2020-01-22)
Closed issues:
- Declare
IntervalBox
as subtype ofAbstractArray
? (#350) - interval(0, pi) should round pi up (#347)
log1p\(interval\(x\)\)
not working for-1 \< x \<= 0
(#342)- Problems with trigonometric functions for Float32 intervals (#336)
- assign operator ≼ to precedes() (#314)
Merged pull requests:
v0.16.2
v0.16.2 (2019-12-13)
Closed issues:
- Calculation Runs Forever? (#327)
- Type instability in extended_div (#312)
- Subtle case of type instability in
convert
(#291) - Bug in extended_div (#290)
- Extended interval arithmetic? (#272)
Merged pull requests:
- Add compat bounds (#343) (lbenet)
- Remove extra type constraints (#340) (ericphanson)
v0.16.1
v0.16.0
v0.16.0 (2019-07-12)
Closed issues:
- Replace *(x, x, r) by sqr(x, r) (#277)
- Add missing set operations to IntervalBox (#261)
- Add rand(X) for Intervals and IntervalBoxs (#259)
- Add multiplication of matrix by IntervalBox (#252)
Merged pull requests:
- Add missing dependencies to Project.toml and remove REQUIRE (#299) (lbenet)
- Fix bug in extended_div function (#293) (yashrajgupta)
- Add string parsing (#289) (yashrajgupta)
- Fix rational power function[WIP] (#286) (yashrajgupta)
- Add sinpi and cospi function (#284) (yashrajgupta)
- Update docs deployment (#279) (lbenet)
- Fix copysign (#273) (dlfivefifty)
- Add missing set operations involving
IntervalBox
es, with tests (#262) (lbenet) - Add rand(X) for Intervals and IntervalBoxes (#260) (dpsanders)
- Type stability for some functions (#258) (dpsanders)
Add matrix multiplication with IntervalBox
Multiplication of IntervalBox by a matrix (#253) * Add multiplication of an IntervalBox by a matrix * Missing end * Fix testset