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/IntervalConstraintProgramming.jl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.13.0
Choose a base ref
...
head repository: JuliaIntervals/IntervalConstraintProgramming.jl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.14.0
Choose a head ref
  • 4 commits
  • 30 files changed
  • 3 contributors

Commits on Mar 17, 2024

  1. Update README.md (#211)

    schillic authored Mar 17, 2024
    Configuration menu
    Copy the full SHA
    739bc0a View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2024

  1. Rewrite the package to use Symbolics and ReversePropagation (#212)

    * Add source files for rewrite
    
    * Add basic examples
    
    * Add ConstraintProblem
    
    * Bump versions
    
    * Add model.jl
    
    * update Project.toml and workflow
    
    * Update rewrite branch. Working with Symbolics 5,  IntervalArithmetic 0.20
    
    * Pass nanmath=false to build_function
    
    * Fix action of separator on box
    
    * Require Julia 1.10
    
    * Working with new versions of packages
    
    * Add basic usage and image to readme
    
    * Add boundary to plot
    
    * Fix
    
    * Replace PNG with SVG
    
    * Get tests passing with new API
    
    * Clean up by removing unneeded code and MacroTools dep
    
    * Add back missing files after name change
    
    ---------
    
    Co-authored-by: lucaferranti <lucaa.ferranti@gmail.com>
    dpsanders and lucaferranti authored Dec 9, 2024
    2 Configuration menu
    Copy the full SHA
    6b5a070 View commit details
    Browse the repository at this point in the history
  2. Update NEWS.md

    dpsanders authored Dec 9, 2024
    Configuration menu
    Copy the full SHA
    967ccdc View commit details
    Browse the repository at this point in the history
  3. 2 Configuration menu
    Copy the full SHA
    8032fa9 View commit details
    Browse the repository at this point in the history
Loading