Releases: JuliaIntervals/IntervalArithmetic.jl
Releases · JuliaIntervals/IntervalArithmetic.jl
v0.22.19
IntervalArithmetic v0.22.19
v0.22.18
IntervalArithmetic v0.22.18
Merged pull requests:
- Extend conversion (#686) (@OlivierHnt)
Closed issues:
v0.22.17
IntervalArithmetic v0.22.17
Merged pull requests:
- Improve support for linear algebra (#682) (@OlivierHnt)
- Fix quadrant (#684) (@OlivierHnt)
Closed issues:
v0.22.16
IntervalArithmetic v0.22.16
Closed issues:
- Bisection with bisection point 0.5 gives incorrect answer (#680)
v0.22.15
IntervalArithmetic v0.22.15
Merged pull requests:
- Fix decoration for
atan
with two arguments (#672) (@OlivierHnt) - Improve alignment display (#676) (@OlivierHnt)
- add IntervalSets conversions (#677) (@aplavin)
- Export
RealIntervalType
(#679) (@OlivierHnt)
Closed issues:
v0.22.14
IntervalArithmetic v0.22.14
Merged pull requests:
- Return explicitly an NaI for
intersect_interval
andhull
(#664) (@OlivierHnt) - Restore partial support for
:fast
rounding mode (#666) (@OlivierHnt) - Base utilities for exact reals (#667) (@dpsanders)
- Add documentation about boolean/set functions (#669) (@OlivierHnt)
Closed issues:
v0.22.13
IntervalArithmetic v0.22.13
Merged pull requests:
- Fast intersection for BareInterval (#649) (@dpsanders)
- Add unicode alias for
hull
andintersect_interval
(#651) (@OlivierHnt) - Reliable quadrant (#652) (@OlivierHnt)
- Export \sqcap and \sqcup (#657) (@dpsanders)
Closed issues:
- Use SafeEFT for rounding (#341)
- Finding quadrants is flawed (#622)
- Define
∩
and∪
forBareInterval
(#650) - Define and export Heaviside function (#653)
- No mechanism to define functions restricted to a domain (#654)
- Add
\infty
symbol to Symbols module (#658) zero(emptyinterval())
should be empty (#659)
v0.22.12
IntervalArithmetic v0.22.12
Merged pull requests:
- Small fixes for ExactReal (#638) (@Kolaru)
- Add an option to not display the NG flag (#641) (@OlivierHnt)
- Ensure
string
is consistent withshow
(#644) (@OlivierHnt) - Extend
ExactReal
to work withBareInterval
(#648) (@OlivierHnt)
Closed issues:
- Broken functions for complex intervals (#41)
- Implement reverse mode elementary functions (#323)
- Approximate equality with intervals (#479)
- Don't display
NG
whendecorations = false
(#639) string(x::Interval)
is not working correctly (#643)- Unclear error for malformed interval (#645)
- Can't multiply a
BareInterval
by a scalar (#646)
v0.22.11
IntervalArithmetic v0.22.11
v0.22.10
IntervalArithmetic v0.22.10
Merged pull requests:
- New macro for guaranteed operations (#627) (@Kolaru)
- Improve support for complex intervals (#636) (@OlivierHnt)