https://github.com/JuliaIntervals/IntervalArithmetic.jl
Branch name Release name Target Message Date
refs/tags/v0.22.9 v0.22.9 c55dd23 [Diff since v0.22.8](https://github.com/JuliaIntervals/IntervalArithmetic.jl/compare/v0.22.8...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:** - Should `intersect_interval` (or `hull`) return always `trv` decoration? (#624) - Compatibility with SparseArrays (#628) - Investigate incorporating testing as described in arxiv.org/abs/2205.11837 (#630) - Clarification on 'NG' Decoration (#634) 17 March 2024, 11:14:07 UTC
refs/tags/v0.22.8 v0.22.8 5275e5c [Diff since v0.22.7](https://github.com/JuliaIntervals/IntervalArithmetic.jl/compare/v0.22.7...v0.22.8) **Merged pull requests:** - ForwardDiff extension for power (#629) (@Kolaru) 23 February 2024, 16:50:50 UTC
refs/tags/v0.22.7 v0.22.7 98a235b [Diff since v0.22.6](https://github.com/JuliaIntervals/IntervalArithmetic.jl/compare/v0.22.6...v0.22.7) **Merged pull requests:** - Revert throwing an error for non-thin intervals (#625) (@OlivierHnt) 05 February 2024, 14:57:36 UTC
refs/tags/v0.22.6 v0.22.6 ba420dc [Diff since v0.22.5](https://github.com/JuliaIntervals/IntervalArithmetic.jl/compare/v0.22.5...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:** - Non-thread safe use of `setrounding` (#612) - Incorrect rounding for extreme irrationals (#616) - Avoid `convert` to `Interval` in `^` (#618) - `quadrant` is not thread-safe (#620) 03 February 2024, 14:29:28 UTC
refs/tags/v0.22.5 v0.22.5 5909148 [Diff since v0.22.4](https://github.com/JuliaIntervals/IntervalArithmetic.jl/compare/v0.22.4...v0.22.5) 04 January 2024, 17:47:59 UTC
refs/tags/v0.22.4 v0.22.4 2358b4c [Diff since v0.22.3](https://github.com/JuliaIntervals/IntervalArithmetic.jl/compare/v0.22.3...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:** - Plotting intervals after removal of `IntervalBox` (#605) - Don't write inside of the package dir (#606) 04 January 2024, 14:52:59 UTC
refs/tags/v0.22.3 v0.22.3 ef276d7 [Diff since v0.22.2](https://github.com/JuliaIntervals/IntervalArithmetic.jl/compare/v0.22.2...v0.22.3) **Merged pull requests:** - Improve accuracy of `sinpi` and `cospi` (#600) (@OlivierHnt) - Add `sind`/`cosd`/`sincosd` (#603) (@OlivierHnt) - Allow pointwise equality (#604) (@OlivierHnt) **Closed issues:** - Use version of sin with quadrant for Float32 too (#381) - `sinpi` returns unnecessarily wide intervals (#412) - Add methods for `sind` and etc. (#423) - `AbstractInterval` (#521) 29 December 2023, 12:08:15 UTC
refs/tags/v0.22.2 v0.22.2 e6b9893 [Diff since v0.22.1](https://github.com/JuliaIntervals/IntervalArithmetic.jl/compare/v0.22.1...v0.22.2) **Merged pull requests:** - Fix `one` and define `isthinone` (#602) (@OlivierHnt) **Closed issues:** - "one" on complex intervals returns wrong value (#601) 21 December 2023, 10:59:52 UTC
refs/tags/v0.22.1 v0.22.1 922d1c0 [Diff since v0.22.0](https://github.com/JuliaIntervals/IntervalArithmetic.jl/compare/v0.22.0...v0.22.1) **Merged pull requests:** - Rename CompactHelper.yml to CompatHelper.yml (#597) (@vtjeng) - Update docs link in README.md (#598) (@vtjeng) - Add in-place set operations (#599) (@OlivierHnt) **Closed issues:** - Add tests with Float32 intervals (#49) - Dividing exactly 0 always returns 0. (#264) - Use atan from CRlibm (#296) - Non-allocating version of set operations (#551) 17 December 2023, 02:29:12 UTC
refs/tags/v0.22.0 v0.22.0 b394cae ## IntervalArithmetic v0.22.0 [Diff since v0.21.2](https://github.com/JuliaIntervals/IntervalArithmetic.jl/compare/v0.21.2...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 `Interval`s? (#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) 13 December 2023, 12:52:54 UTC
refs/tags/v0.21.2 v0.21.2 581e03c ## IntervalArithmetic v0.21.2 [Diff since v0.21.1](https://github.com/JuliaIntervals/IntervalArithmetic.jl/compare/v0.21.1...v0.21.2) **Merged pull requests:** - Renaming of functions (#572) (@OlivierHnt) **Closed issues:** - Remove global precision (#228) - `setrounding` uses old-style `warn` and `error` functions (#328) - `setrounding` is slow and unreliable (#352) - Use IntervalSets.jl for set operations (#366) - MethodError with inclusion test (#409) - Allow direct comparison of directed rounding modes (#436) 11 October 2023, 21:10:39 UTC
refs/tags/v0.21.1 v0.21.1 9ac59c7 ## IntervalArithmetic v0.21.1 [Diff since v0.21.0](https://github.com/JuliaIntervals/IntervalArithmetic.jl/compare/v0.21.0...v0.21.1) **Closed issues:** - Add convert(Interval, x::String) and Interval(x::String) (#55) - Use IOContext internally (#197) - Creating an IntervalBox with given size is slow (#234) - Add IntervalBox constructor (#275) - Use styles in broadcasting (#278) - Add IntervalBox(tuple, tuple) (#282) - Add equivalent of entireinterval for IntervalBox (#333) - Document interval validation use (#356) - Parsing intervals from strings (#383) - Add a constructor for IntervalBox{Float32} (#385) - Plotting infinite IntervalBoxes (#401) - Incorrect construction of Interval{Float64} from Rational{Int} (#405) - Have a branch for the last version compatible with julia LTS release (#417) - Indexing with a range into an IntervalBox should produce a new IntervalBox (#437) - IntervalBox not working with decorated intervals (#450) - Consistency in validity check during interval creation (#468) - Make IntervalBox an MVector? (#475) - LinearAlgebra.reflectorApply! (#478) - Macros can not guarantee tight inclusion of float literals (#502) - interval + inf returns invalid interval (#535) - Remove IntervalBox in favor of AbstractVector{Interval} (#550) - Matrix multiplication with mixed Interval SMatrix and SMatrix broken (#573) - IntervalArithmetic.Interval(::Float64, ::Float64) appears no longer supported in v0.21.0; replace with IntervalArithmetic.interval() (#581) **Merged pull requests:** - Fix multiplication with zero (#574) (@schillic) - Update GitHub workflows (#575) (@OlivierHnt) - Update docs (#576) (@OlivierHnt) - Implement `muladd` (#577) (@OlivierHnt) - Fix doctests (#578) (@OlivierHnt) - Fix doctests (#579) (@OlivierHnt) - Remove `IntervalBox` (#582) (@OlivierHnt) - Merge commit fix for v0.21.1 (#583) (@Kolaru) 11 September 2023, 22:04:35 UTC
refs/tags/v0.21.0 v0.21.0 91dede5 ## IntervalArithmetic v0.21.0 [Diff since v0.20.9](https://github.com/JuliaIntervals/IntervalArithmetic.jl/compare/v0.20.9...v0.21.0) **Closed issues:** - `entireinterval` is not a very good name (#8) - Print intervals as `3..4`? (#319) - Float interval + BigFloat interval should be Float interval? (#326) - Use Infinities.jl for infinity (#439) - replace `StaticArrays.jl` with `StaticArraysCore.jl` (#542) - `<` and `>` breaks interval? (#566) **Merged pull requests:** - Simplified version of mod(x::Interval, y::Real) (#525) (@petvana) - 1.0-dev: Remove `@format` (#563) (@OlivierHnt) - fix typos (#569) (@spaette) 24 August 2023, 13:11:46 UTC
refs/tags/v0.20.9 v0.20.9 4404658 ## IntervalArithmetic v0.20.9 [Diff since v0.20.8](https://github.com/JuliaIntervals/IntervalArithmetic.jl/compare/v0.20.8...v0.20.9) **Closed issues:** - Implementing the Riemann-Siegel Formula to find zeros of the Riemann Zeta Function with Interval Arithmetic (#549) **Merged pull requests:** - 1.0-dev: remove superfluous `Real`-like methods for `Interval` (#552) (@OlivierHnt) - 1.0-dev: fix `Interval(::Interval)` ambiguity error (#553) (@OlivierHnt) - 1.0-dev: fix `interval(::Interval)` and some ambiguities (#554) (@OlivierHnt) - 1.0-dev: improve printing and fix alignment issue (#555) (@OlivierHnt) - Use `AbstractIrrational` instead of `Irrational` (#556) (@devmotion) - 1.0-dev: fully disallow conversion between non `Interval` types (#558) (@OlivierHnt) - 1.0-dev: Enforce the bounds of `Interval` to be a `Rational` or an `AbstractFloat` (#559) (@OlivierHnt) - 1.0-dev: rework constructors (#560) (@OlivierHnt) - 1.0-dev: fix stack overflow error (#513, #538) (#562) (@OlivierHnt) 14 June 2023, 12:28:47 UTC
refs/tags/v0.20.8 v0.20.8 2d021b4 ## IntervalArithmetic v0.20.8 [Diff since v0.20.7](https://github.com/JuliaIntervals/IntervalArithmetic.jl/compare/v0.20.7...v0.20.8) **Closed issues:** - Allow user to easily specify to use faster, but less tight, functions (#56) - Use === when possible instead of ==` (#69) - Use Julia's inbounds mechanism for turning on and off validity checks? (#71) - Add convert(Interval, x::Float64, Val{:tight}) (#80) - a..b should have different modes (#90) - Add parse(Interval, s) for a string s (#95) - Add a benchmarking / performance suite (#105) - Document setrounding(Interval, mode) (#126) - [NaN, NaN] should not be allowed (#170) - Use cases for package in other packages and papers (#184) - Bugs with tiny numbers (#215) - 📝🐞 ieee1788-exceptions.jl - exception case for strings (#221) - 📝🐞 ieee1788-elem.jl - sheNaNigans and atan2 (#223) - 📝🐞 ieee1788.overlap.jl - ∅ cases, missing tests, NaNs (#224) - 🛣️ The long and treacherous road to compliance with the ITF1788 test suite (#225) - cospi/sinpi stack overflow (#280) - Define `any(isinf, x)` (#311) - Non zero diameter for degenerated interval (#545) **Merged pull requests:** - Fix type parameter warning, mild cleanup (#547) (@dkarrasch) - Test Julia v1.6 explicitly in CI (#548) (@lbenet) 27 October 2022, 11:42:37 UTC
refs/tags/v0.20.7 v0.20.7 9813b95 ## IntervalArithmetic v0.20.7 [Diff since v0.20.6](https://github.com/JuliaIntervals/IntervalArithmetic.jl/compare/v0.20.6...v0.20.7) **Closed issues:** - Allow date intervals (#526) - Power of negative numbers is broken for non-rational exponents (#536) **Merged pull requests:** - fix parser (#522) (@lucaferranti) - update pointwise policy (#523) (@lucaferranti) - fix rational power bug in 1.0 (#529) (@lucaferranti) - Use inf, sup (or bounds) instead of .lo and .hi (#531) (@lbenet) - Use rounding in extended div (#532) (@lbenet) - nthroot and rational power (#533) (@lbenet) - Version bump for Polynomials. (#541) (@hurak) 03 August 2022, 06:19:25 UTC
refs/tags/v0.20.6 v0.20.6 f8a5b5e ## IntervalArithmetic v0.20.6 [Diff since v0.20.5](https://github.com/JuliaIntervals/IntervalArithmetic.jl/compare/v0.20.5...v0.20.6) **Closed issues:** - Why is 0..2 < 1..3 true? (#512) - Extend inclusion check for interval and interval box (#519) **Merged pull requests:** - Dispatch for exponentiation on Float32 intervals (#482) (@mfherbst) - Update 1.0-dev with some commits from master (not in #271) (#514) (@lbenet) - Fix acot and acoth with tests (#517) (@lbenet) - Return enum elements for overlap, and adapt ITF tests (#518) (@lbenet) - Update intervalbox.jl (#520) (@mforets) 21 May 2022, 15:40:26 UTC
refs/tags/v0.20.5 v0.20.5 0acb83b ## IntervalArithmetic v0.20.5 [Diff since v0.20.4](https://github.com/JuliaIntervals/IntervalArithmetic.jl/compare/v0.20.4...v0.20.5) **Closed issues:** - define `inf, sup` etc. for non-intervals (#510) **Merged pull requests:** - add mid radius inf sup diam for reals (#511) (@lucaferranti) 08 March 2022, 14:03:34 UTC
refs/tags/v0.20.4 v0.20.4 1e1dad2 ## IntervalArithmetic v0.20.4 [Diff since v0.20.3](https://github.com/JuliaIntervals/IntervalArithmetic.jl/compare/v0.20.3...v0.20.4) **Closed issues:** - Midpoint for semi-infinite interval (#107) - Use CRLibm 1.0.1 (#485) - Allow `sort(::AbstractInterval)` (#506) - `cancelminus` specification (#508) **Merged pull requests:** - added ITF1788 tests (#505) (@lucaferranti) - update compat for FastRounding (#507) (@JeffreySarnoff) - Fix cancelminus (#509) (@lbenet) 05 March 2022, 23:17:10 UTC
refs/tags/v0.20.3 v0.20.3 db9202c ## IntervalArithmetic v0.20.3 [Diff since v0.20.2](https://github.com/JuliaIntervals/IntervalArithmetic.jl/compare/v0.20.2...v0.20.3) **Closed issues:** - [ANN] Round table in upcoming workshop (#498) **Merged pull requests:** - Bump CRlibm to 1 while keeping the existing compats (#503) (@ven-k) 21 January 2022, 15:34:53 UTC
refs/tags/v0.20.2 v0.20.2 75f53c0 ## IntervalArithmetic v0.20.2 [Diff since v0.20.1](https://github.com/JuliaIntervals/IntervalArithmetic.jl/compare/v0.20.1...v0.20.2) **Closed issues:** - Normalise negative zero to zero (#473) **Merged pull requests:** - Fix display of -0.0 to 0.0 (#500) (@lbenet) 14 December 2021, 19:59:49 UTC
refs/tags/v0.20.1 v0.20.1 af22f4a ## IntervalArithmetic v0.20.1 [Diff since v0.20.0](https://github.com/JuliaIntervals/IntervalArithmetic.jl/compare/v0.20.0...v0.20.1) **Merged pull requests:** - Unexport numtype (#499) (@lbenet) 04 December 2021, 16:40:49 UTC
refs/tags/v0.20.0 v0.20.0 e94b3ae ## IntervalArithmetic v0.20.0 [Diff since v0.19.2](https://github.com/JuliaIntervals/IntervalArithmetic.jl/compare/v0.19.2...v0.20.0) **Closed issues:** - Fixing broadcast requires changing eltype (#397) - Doesn't work with GenericLinearAlgebra (#407) - `eltype` should return the full `Interval` type (?) (#487) - Showing incorrect interval bounds in Julia 1.7-rc1 macOS ARM (#494) **Merged pull requests:** - Fix typo in REPL block (#493) (@gdalle) - fixed eltype for interval (#496) (@lucaferranti) - Use `@ccall` instead of `ccall` (#497) (@giordano) 16 October 2021, 07:36:45 UTC
refs/tags/v0.19.2 v0.19.2 df97cdd ## IntervalArithmetic v0.19.2 [Diff since v0.19.1](https://github.com/JuliaIntervals/IntervalArithmetic.jl/compare/v0.19.1...v0.19.2) **Merged pull requests:** - add `isinterior` for complex intervals (#492) (@lucaferranti) 21 September 2021, 17:49:06 UTC
refs/tags/v0.19.1 v0.19.1 2d1d646 ## IntervalArithmetic v0.19.1 [Diff since v0.19.0](https://github.com/JuliaIntervals/IntervalArithmetic.jl/compare/v0.19.0...v0.19.1) **Merged pull requests:** - added issubset, mig, mag, mid for complex intervals (#483) (@lucaferranti) - updated CI (#484) (@lucaferranti) 27 August 2021, 16:13:20 UTC
refs/tags/v0.19.0 v0.19.0 636f1c1 ## IntervalArithmetic v0.19.0 [Diff since v0.18.2](https://github.com/JuliaIntervals/IntervalArithmetic.jl/compare/v0.18.2...v0.19.0) **Closed issues:** - Rational powers of intervals are broken (#276) - IntervalArithmetic v0.16.0 not running in JuliaBox (#307) - Inconsistent errors when constructing intervals with NaN bound (#325) - Generalize IntervalBox split for non-uniform partitions (#444) - Should Interval(Inf, Inf) give the empty set? (#457) **Merged pull requests:** - return empty interval when an invalid input is given (#461) (@lucaferranti) - Improve mince and add method for non-uniform partition of IntervalBox (#467) (@lbenet) - Update Project.toml (#481) (@mforets) 06 August 2021, 18:41:31 UTC
refs/tags/v0.18.2 v0.18.2 65ca77f ## IntervalArithmetic v0.18.2 [Diff since v0.18.1](https://github.com/JuliaIntervals/IntervalArithmetic.jl/compare/v0.18.1...v0.18.2) **Merged pull requests:** - fix dist for decorated intervals (#458) (@lucaferranti) - fix `..` for irrational inputs (#459) (@lucaferranti) 05 May 2021, 18:34:29 UTC
refs/tags/v0.18.1 v0.18.1 24a0b66 ## IntervalArithmetic v0.18.1 [Diff since v0.18.0](https://github.com/JuliaIntervals/IntervalArithmetic.jl/compare/v0.18.0...v0.18.1) **Closed issues:** - setdiff is slow (#265) - showfull should work with IntervalBox (#413) **Merged pull requests:** - Speed up set difference of interval boxes (#456) (@lucaferranti) 22 April 2021, 14:25:26 UTC
refs/tags/v0.18.0 v0.18.0 e0333ae ## IntervalArithmetic v0.18.0 [Diff since v0.17.8](https://github.com/JuliaIntervals/IntervalArithmetic.jl/compare/v0.17.8...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) 16 April 2021, 22:30:44 UTC
refs/tags/v0.17.8 v0.17.8 f0eebb6 ## IntervalArithmetic v0.17.8 [Diff since v0.17.7](https://github.com/JuliaIntervals/IntervalArithmetic.jl/compare/v0.17.7...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) 31 March 2021, 16:06:54 UTC
refs/tags/v0.17.7 v0.17.7 b70940d ## IntervalArithmetic v0.17.7 [Diff since v0.17.6](https://github.com/JuliaIntervals/IntervalArithmetic.jl/compare/v0.17.6...v0.17.7) **Merged pull requests:** - Support StaticArrays v1.0 (#433) (@dlfivefifty) 11 January 2021, 18:15:27 UTC
refs/tags/v0.17.6 v0.17.6 ca2f42a ## IntervalArithmetic v0.17.6 [Diff since v0.17.5](https://github.com/JuliaIntervals/IntervalArithmetic.jl/compare/v0.17.5...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) 09 December 2020, 19:18:01 UTC
refs/tags/v0.17.5 v0.17.5 d3a318c ## IntervalArithmetic v0.17.5 [Diff since v0.17.4](https://github.com/JuliaIntervals/IntervalArithmetic.jl/compare/v0.17.4...v0.17.5) **Closed issues:** - Underflow handling (#302) - Display Interval{Float32} differently (#387) **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) 28 June 2020, 01:10:50 UTC
refs/tags/v0.17.4 v0.17.4 8545fc4 ## IntervalArithmetic v0.17.4 [Diff since v0.17.3](https://github.com/JuliaIntervals/IntervalArithmetic.jl/compare/v0.17.3...v0.17.4) **Closed issues:** - Tests failling in nightly (#360) - Performance regression with multiplication (#380) **Merged pull requests:** - Import isadjoint when necessary (#384) (@dpsanders) 05 June 2020, 19:09:03 UTC
refs/tags/v0.17.3 v0.17.3 2d1095f ## IntervalArithmetic v0.17.3 [Diff since v0.17.2](https://github.com/JuliaIntervals/IntervalArithmetic.jl/compare/v0.17.2...v0.17.3) **Merged pull requests:** - Speed up intersect (#379) (@dpsanders) - Force inlining and specialisation for multiplication (#382) (@dpsanders) 26 May 2020, 19:10:52 UTC
refs/tags/v0.17.2 v0.17.2 e03d3fc ## IntervalArithmetic v0.17.2 [Diff since v0.17.1](https://github.com/JuliaIntervals/IntervalArithmetic.jl/compare/v0.17.1...v0.17.2) 19 May 2020, 17:07:08 UTC
refs/tags/v0.17.1 v0.17.1 c064717 ## IntervalArithmetic v0.17.1 [Diff since v0.17.0](https://github.com/JuliaIntervals/IntervalArithmetic.jl/compare/v0.17.0...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) 19 May 2020, 16:08:45 UTC
refs/tags/v0.17.0 v0.17.0 81dc482 ## IntervalArithmetic v0.17.0 [Diff since v0.16.7](https://github.com/JuliaIntervals/IntervalArithmetic.jl/compare/v0.16.7...v0.17.0) **Merged pull requests:** - Another rounding option (#370) (@matsueushi) 14 April 2020, 23:05:04 UTC
refs/tags/v0.16.7 v0.16.7 c5246d7 ## IntervalArithmetic v0.16.7 [Diff since v0.16.6](https://github.com/JuliaIntervals/IntervalArithmetic.jl/compare/v0.16.6...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) 25 March 2020, 16:06:58 UTC
refs/tags/v0.16.6 v0.16.6 afb2685 See github.com/JuliaIntervals/IntervalArithmetic.jl/releases/tag/v0.16.6 for release notes -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAABCAAGBQJeVLGoAAoJENj8/TKbBj5+0tkH/3M4GXByV881R3f/E/p7IeZf iTyuW8LhTySaGcblrGCu8zUfZkz4kvQcnNdJ6/OR8uvQm/e6k3A1kNqSsm8RVxsF WD6muPITqGjIxNmzJmKu3l8SsWfvs0ml/Qe5VSeXdGx2TIGxVZSkwFFMB3r6vqu2 UTksw4pJPWwfWV38Fhzmj7Fk+Lac4bWeiF7EvFVqAPJeCtFUKmIZSNvfEYE0cDHt vJNXznyZ9R6tUsUnzvpcNMFby5hMojfbMk34nhohDwgap0a9OPhHriScft599hoq uK52fQ+UakyOI2N2/nyG3tiryP+YxvgYoUNCJvt5fiqoqCHZtSqy2gAlPZYswO0= =zNkF -----END PGP SIGNATURE----- 25 February 2020, 05:33:28 UTC
refs/tags/v0.16.5 v0.16.5 d1cd072 See github.com/JuliaIntervals/IntervalArithmetic.jl/releases/tag/v0.16.5 for release notes -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAABCAAGBQJeS/tdAAoJENj8/TKbBj5+Xa4H/Rnu9N5OjE4vjcw+9JdpOgiu 5Qmekvy7crW2yGiAHCkXCBUb4tBFCvabM05qXSCH5FzuOKa8qkr9lF+kQQUzONIg bTrFr0aGqVjXzDzR+oF221f4DKEy8c/SryKyoARdKtJLFJcdv/sXc2TzUu5IY8ia MkfsNptr6tfD9U/qH2/+ZzqzQUTNM7vE+aXkD4xvQaZQrkXkge/S1wk90esrIyh0 7wbtm4Q3NtJVdNKHJwRW3L+yMfv1hl+/DrncKY4Kq23wJWmV3Uk3x9gdqYBu3tgK ZAGJTXRj2xkiBuMDwiWi5eFIaFANTQ05pJ0aL48FO2xaYelr/P3AL/VSrqju730= =fqKv -----END PGP SIGNATURE----- 18 February 2020, 14:57:33 UTC
refs/tags/v0.16.4 v0.16.4 8b621f1 See github.com/JuliaIntervals/IntervalArithmetic.jl/releases/tag/v0.16.4 for release notes -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAABCAAGBQJeQeg+AAoJENj8/TKbBj5+NH4IAJmDGx+s+Gq+1Zwsad9UT0Vw VYZVnzam6Oyy1Sj7mde2BpPso9l6aZubb+91DVDwsnt52bEI98DTbA1JcxjwHL0+ h9XqN8t3vNXE74h9D26UNj/kBZ2cZbBtCEohAyWTNFTJcHdM8cqUwN9frc1FMH7E TUkvKu0ChrXBfRTDtDPFRk4/GzCOGzXwkACstNXQQZHlFUVs/HzbBE5Ii4CM/qgh F+HZPRsrkYr7qZARmdvD2D/a07U5TiADkQs2LnS/MGLLNtVWcgOHnw1rxeIRdukq iM9rwbaNbUS2PwbrROE02pXcFv/f98gc2p0nRR4aiTOdFqsBchhC3ZEbHBZB+UE= =OJQZ -----END PGP SIGNATURE----- 10 February 2020, 23:33:18 UTC
refs/tags/v0.16.3 v0.16.3 dbef7f7 See github.com/JuliaIntervals/IntervalArithmetic.jl/releases/tag/v0.16.3 for release notes -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAABCAAGBQJeKIS2AAoJENj8/TKbBj5+rU4IALmKEKusOfkGGZSZvGtTrkFf L9QgLc0oyRYRjrK4kuT5RS+NtfMLbZLRiVFxPTWDn7IGmjN3j69xn3XK99GNokbo /T/qN0oo6T/iuXvNfsxrbzdkV82nbTERPCrK4Kx0UYOcjmH/6UCNWyItyL+sqNHL RovvPNcmvFfc2ruI7WJ6+qcJF5a9IXVsVo/w0BMIYbvGVnWVJmXQ++kaolfVPOHW 4LylcW9kJMDFe5sEgyxmSrqziUdjif/CF9RzFMq6i3+SAxGA4TlxDWT+Rx7Wzwo3 KXD+GwKm6NJJPE1AZqu+oTi/YDpjPHQg1+lSJQEAH4HwdAi1vd8C0QT9UoJ94cs= =ul7v -----END PGP SIGNATURE----- 22 January 2020, 17:21:58 UTC
refs/tags/v0.16.2 v0.16.2 07fcbfb See github.com/JuliaIntervals/IntervalArithmetic.jl/releases/tag/v0.16.2 for release notes -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAABCAAGBQJd8tvTAAoJENj8/TKbBj5+pqAIAK8YbP8KjS3W2bBAF0k4+YHp 8zbN5uCaMXzbTVEfJd7fEheIGloE8kvfqiAlUukETbW486gLuXcBENvMP1/jX2yn Q67s6muuDFpRvm0srQrLyy0APYWMEmmcxMpJd4OY7vV3nQO2ew7rrCqSWu8qE1D6 zlQ+qfaeEC3/EjvAoV+JB6l8JnGTiO/+NnFyeP/FDks63YTE57ed6hP+FjM6ZG5x FoiY4+LtgcKPk9qQ4Bdz4sjZDwBd3cLZde/s5Y8wQEr6ORySdubsFyPWxxGfs2oU EhGmhSi+ee0qBb6kfpgzzVnwFxSrXy/Xan0kJ3MTXwb+UR/86QWSnk5+vDGliBQ= =shmf -----END PGP SIGNATURE----- 13 December 2019, 00:31:15 UTC
refs/tags/v0.16.1 v0.16.1 1516c5e See github.com/JuliaIntervals/IntervalArithmetic.jl/releases/tag/v0.16.1 for release notes -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAABCAAGBQJdUW3LAAoJENj8/TKbBj5+2JgH/2UuBzjLQrAh3rPlvO1unfNN R2XFGfqapqcLd4XSImKouKdA+MeivhvW7mp/+q9cG/HN+UN8Mkud92PBXJJccZ8B l9NGPa+YQD8Fi60WVpaxF13MZArYfWyE/KGHJLFXwzZmgtt8xeC/NSOce3YZvu4D fKHuXjRPYlxxEqIreCrXz1ROxyZi8ampUSZB7jhM/hVEcQ0Pg0VGLtPKoXaqH4pY ZnlSVTsnDRCuVkF0mwL7NVRoWO2/Tn3PUnXAEz4G1AtG8fp8g4VoL6rHpOCPQ/uF T/04IlZ4puma57IUtaHqfarvg3jICpKtcLyrd1dhJMy4dA04eV4JedX2lsIrTyQ= =6b/n -----END PGP SIGNATURE----- 12 August 2019, 13:46:51 UTC
refs/tags/v0.16.0 v0.16.0 9fe0bc4 See github.com/JuliaIntervals/IntervalArithmetic.jl/releases/tag/v0.16.0 for release notes -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAABCAAGBQJdLJbIAAoJENj8/TKbBj5+L+MH+wVxOWa/esvCMeoLjDvASsjN Tv8Y5F/VgKwh3byiN8jGKl+Qys7HC4+JmnoaSK+GwSP9o3bN4zG9SPFmC9+djBzl CaFS/pZDF+eoQRZ+aZVhby+TIWtiuYzOUJpTeqSqq8eg6FaFty1i90NSA3flH5pt p0FdWPX5McpoY8T4ar6RRxi7hI14ZQ9w0Pma45ZaaoREvifvzE1bgm4rE1IMjnpa udB+BQQt1vsqszsEiX2NYlquRQhg9H6/ldWZxoONo8pOeASET/tQhCYiI064kz5K HCzFiwKrzJnioNBJTXRuaTymlRPOlowNR8lHXd/vy8VDexkN8W/bxq/Yyt8+3zU= =sJJo -----END PGP SIGNATURE----- 15 July 2019, 15:07:52 UTC
back to top