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/IntervalContractors.jl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.4.7
Choose a base ref
...
head repository: JuliaIntervals/IntervalContractors.jl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.5.0
Choose a head ref
  • 1 commit
  • 29 files changed
  • 1 contributor

Commits on Aug 24, 2024

  1. Bump IntervalArithmetic to 0.22 (#57)

    * Use \sqcup and \sqcap
    
    * Comment out stuff with DecoratedIntervals
    
    * Replace a.lo with inf(a) and similarly for .hi and sup
    
    * More updates
    
    * Bump minor version
    
    * Replace == and === in tests with isequal_interval
    
    * Fix CI to 1.10
    
    * Bump IntervalBoxes version
    
    * Replace Interval() with interval()
    
    * Add eq function for testing bareinterval equality
    
    * Add single-argument sqr_rev
    
    * Add single-arg abs_rev
    
    * Add NEWS.md
    
    * Add single-argument versions of sin_rev and cos_rev
    
    * Typo
    
    * Remove usage of member symbol
    
    * Fix mulrev_to_pair tests
    
    * Add more single-variable versions
    
    * Fix another isempty
    
    * Correct fix for mul_rev_to_pair tests
    
    * Tests passing
    
    * Working for bare intervals
    
    * Fix tests
    
    * Fix test
    dpsanders authored Aug 24, 2024
    2 Configuration menu
    Copy the full SHA
    2da7077 View commit details
    Browse the repository at this point in the history
Loading