Releases: JuliaIntervals/IntervalArithmetic.jl
Releases · JuliaIntervals/IntervalArithmetic.jl
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)
v0.22.9
IntervalArithmetic v0.22.9
Merged pull requests:
- Allow
==
if one of the operand is a thin interval (#631) (@OlivierHnt) - Allow changing decoration (#632) (@OlivierHnt)
- Description NG decoration (#635) (@mi-ayala)
Closed issues:
v0.22.8
IntervalArithmetic v0.22.8
Merged pull requests:
v0.22.7
IntervalArithmetic v0.22.7
Merged pull requests:
- Revert throwing an error for non-thin intervals (#625) (@OlivierHnt)
v0.22.6
IntervalArithmetic v0.22.6
Merged pull requests:
- Properly closed interval boxes for other backends than GR (#609) (@lorenzgillner)
- (re)Introduce scaling factor for mid (#610) (@Kolaru)
- Construction of interval when mixing real and complex arguments (#611) (@Joel-Dahne)
- Ensure boolean functions error for non-thin intervals (#613) (@OlivierHnt)
- Fix thread-safe in rounding (#615) (@OlivierHnt)
- Ensure correct rounding for irrationals (#617) (@OlivierHnt)
- Avoid
convert
in^
for literal powers (#619) (@lbenet) - Ensure thread-safety for trigonometric functions (#621) (@OlivierHnt)
Closed issues:
v0.22.5
IntervalArithmetic v0.22.5
v0.22.4
IntervalArithmetic v0.22.4
Merged pull requests:
- Do not generate the ITF1788 test suite automatically (#607) (@OlivierHnt)
- Add RecipesBase as an extension (#608) (@OlivierHnt)
Closed issues:
v0.22.3
IntervalArithmetic v0.22.3
Merged pull requests:
- Improve accuracy of
sinpi
andcospi
(#600) (@OlivierHnt) - Add
sind
/cosd
/sincosd
(#603) (@OlivierHnt) - Allow pointwise equality (#604) (@OlivierHnt)
Closed issues: