Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: JuliaIntervals/TaylorModels.jl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.8.0
Choose a base ref
...
head repository: JuliaIntervals/TaylorModels.jl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.9.0
Choose a head ref
  • 1 commit
  • 27 files changed
  • 2 contributors

Commits on Sep 22, 2025

  1. Compatibility with IA v1 (#178)

    * 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 <kolaru@hotmail.com>
    lbenet and Kolaru authored Sep 22, 2025
    4 Configuration menu
    Copy the full SHA
    6a2ea4d View commit details
    Browse the repository at this point in the history
Loading