You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Initial fixes for compatibility with IA 1.0
* Update Project.toml
* Maaaany scattered fixes
* More fixes
* Upgrade TaylorSeries version, and other fixes
* Separate in a submodule validated integration stuff
* First round of substitution
* Fixes related to validated integration
* Fix test errors
* Further fixes
* Fix docs
* Fix a broken test
* Fixes in displaying TMs...
after upgrading IA to v0.23
* Small fixes
* Fix TM.bound_taylor1 (and broken tests)
* Use Bunger (2020) method to eval remainder of product
* Use pown(ii, n) instead of ii^n, for ii::Interval, n::Int, and fix tests
This avoids that the guarateed field of remainder is always false
* Use ii^interval(n) instead of pown(ii,n); saves allocs
* Bump IA to v1 :-)
* Keep compatibility with IA v0.22 and v0.23
---------
Co-authored-by: Benoît Richard <[email protected]>
0 commit comments