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.12.1
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: master
Choose a head ref
  • 14 commits
  • 26 files changed
  • 7 contributors

Commits on Mar 4, 2021

  1. remove dynamic polynomials. fixes #176 (#177)

    * remove dynamic polynomials
    
    * allow failure on nightly
    lucaferranti authored Mar 4, 2021
    Configuration menu
    Copy the full SHA
    a3827dc View commit details
    Browse the repository at this point in the history
  2. added missing ticks in docstring (#175)

    * added missing ticks in docstring
    
    * added link to webpage in readme (fixes #151)
    
    * fix docstring for constraint-macro (fixes #154)
    lucaferranti authored Mar 4, 2021
    Configuration menu
    Copy the full SHA
    9cb7c81 View commit details
    Browse the repository at this point in the history
  3. Update Project.toml

    dpsanders authored Mar 4, 2021
    2 Configuration menu
    Copy the full SHA
    9902592 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2021

  1. migrate to gha (#179)

    * added gha workflow
    
    * removed travis/appveyor and updated readme
    
    * commented out failing test
    lucaferranti authored Mar 28, 2021
    Configuration menu
    Copy the full SHA
    e42e265 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2021

  1. updated compat for IntervalArithmetic (#188)

    * updated compat for IntervalArithmetic
    
    * trigger workflow
    lucaferranti authored Apr 28, 2021
    4 Configuration menu
    Copy the full SHA
    1a208ef View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2021

  1. CompatHelper: bump compat for IntervalArithmetic to 0.20, (keep exist…

    …ing compat) (#202)
    
    * CompatHelper: bump compat for IntervalArithmetic to 0.20, (keep existing compat)
    
    * Update Project.toml
    
    Co-authored-by: CompatHelper Julia <compathelper_noreply@julialang.org>
    Co-authored-by: lucaferranti <49938764+lucaferranti@users.noreply.github.com>
    3 people authored Oct 17, 2021
    2 Configuration menu
    Copy the full SHA
    e2171cd View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2021

  1. Update CI.yml (#207)

    * Update CI.yml
    
    * Update CI.yml
    lucaferranti authored Dec 15, 2021
    Configuration menu
    Copy the full SHA
    96812f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ddec09 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2024

  1. Make ModelingToolkit optional - alternative (#210)

    * .gitignore
    
    * fix header spaces in NEWS
    
    * remove redundant version in Project.toml
    
    * remove REQUIRE files
    
    * remove .DS_Store
    
    * use isnothing
    
    * minor formatting
    
    * remove IntervalRootFinding
    
    * remove undefined exports
    
    * prepare for making ModelingToolkit an optional dependency
    
    * make ModelingToolkit an optional dependency
    
    * use test/Project.toml
    
    * remove unbound arg
    
    * add coverage badge
    
    * outsource ModelingToolkit tests
    
    * add CI runs in older Julia versions
    schillic authored Mar 17, 2024
    Configuration menu
    Copy the full SHA
    aab7506 View commit details
    Browse the repository at this point in the history
  2. Bump minor version

    dpsanders authored Mar 17, 2024
    2 Configuration menu
    Copy the full SHA
    5abddef View commit details
    Browse the repository at this point in the history
  3. 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