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.4
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.13.0
Choose a head ref
  • 4 commits
  • 20 files changed
  • 3 contributors

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
Loading