Skip to content

Commit 7dc2c39

Browse files
authored
Update IA 0.22 (#345)
* Adapt changes in IA * Add _isthinzero as alias of iszero * Updates to newer version of IA in TaylorSeriesIAExt * Further additions and clean up * Bump IA to v0.22 and fix a test * Fix a test, and catch empty interval warnings * Small fixes and clean-up * Fixes in functions for Interval's * Require Julia 1.9 at least (IA compatibility) * Fix docs * Fix test * Fix tests again, and clean-up * Fixes related to specialized methods pow!, sqr! and accsqr! * Bump minor version * Remove Requires.jl dependency * "Manual" cherry-pick of 2de2acb * Add more tests
1 parent 0298820 commit 7dc2c39

File tree

14 files changed

+1065
-332
lines changed

14 files changed

+1065
-332
lines changed

Project.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
name = "TaylorSeries"
22
uuid = "6aa5eb33-94cf-58f4-a9d0-e4b2c4fc25ea"
33
repo = "https://github.com/JuliaDiff/TaylorSeries.jl.git"
4-
version = "0.18.3"
4+
version = "0.19.0"
55

66
[deps]
77
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
88
Markdown = "d6f4376e-aef5-505a-96c1-9c027394607a"
9-
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
109
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
1110

1211
[weakdeps]
@@ -23,12 +22,11 @@ TaylorSeriesSAExt = "StaticArrays"
2322

2423
[compat]
2524
Aqua = "0.8"
26-
IntervalArithmetic = "0.15 - 0.20"
25+
IntervalArithmetic = "0.22"
2726
JLD2 = "0.5"
2827
LinearAlgebra = "<0.0.1, 1"
2928
Markdown = "<0.0.1, 1"
3029
RecursiveArrayTools = "2, 3"
31-
Requires = "0.5.2, 1"
3230
SparseArrays = "<0.0.1, 1"
3331
StaticArrays = "1"
3432
Test = "<0.0.1, 1"

docs/src/api.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ asinh!
9494
acosh!
9595
atanh!
9696
differentiate!
97+
_isthinzero
9798
_internalmutfunc_call
9899
_dict_unary_ops
99100
_dict_binary_calls

0 commit comments

Comments
 (0)