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: JuliaPolyhedra/Polyhedra.jl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.7.8
Choose a base ref
...
head repository: JuliaPolyhedra/Polyhedra.jl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.8.0
Choose a head ref
  • 9 commits
  • 47 files changed
  • 5 contributors

Commits on Feb 15, 2024

  1. [BREAKING] Move functionality to extension packages (#328)

    * move jump to extension
    
    * support for regular dependency in julia 1.6
    
    * reorganize JuMP ext
    
    * move RecipesBase and GeometryBasics to ext
    
    * uncomment verbose statement
    
    * add error message for Mesh
    
    * add news file describing breaking change
    
    * update docs
    
    * update examples
    
    * simplify doc
    
    * fix verbose print of model
    
    * remove exported JuMP function
    
    * import functions missing in GeometryBasicsExt
    
    * add missing compat entry
    lxvm authored and blegat committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    687831d View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. Configuration menu
    Copy the full SHA
    568db26 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. Fix order of dimensions in LPHRep (#339)

    * Fix order of dimensions in LPHRep
    
    * Fix dimension_names
    
    * Fix
    
    * Fix
    
    * Fix
    
    * Fix
    blegat authored Apr 5, 2024
    Configuration menu
    Copy the full SHA
    8c131a6 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. Configuration menu
    Copy the full SHA
    460b4f0 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. Configuration menu
    Copy the full SHA
    00d90a9 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2024

  1. CompatHelper: bump compat for GeometryBasics to 0.5, (keep existing c…

    …ompat) (#347)
    
    Co-authored-by: CompatHelper Julia <compathelper_noreply@julialang.org>
    github-actions[bot] and CompatHelper Julia authored Nov 19, 2024
    Configuration menu
    Copy the full SHA
    f4ed2f0 View commit details
    Browse the repository at this point in the history
  2. CompatHelper: bump compat for GeometryBasics in [weakdeps] to 0.5, (k…

    …eep existing compat) (#348)
    
    Co-authored-by: CompatHelper Julia <compathelper_noreply@julialang.org>
    github-actions[bot] and CompatHelper Julia authored Nov 19, 2024
    Configuration menu
    Copy the full SHA
    4026e18 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2025

  1. Speed up with MutableArithmetics (#343)

    * Speed up with MutableArithmetics
    
    * Fix tol
    
    * Unifty tol
    
    * Fixes
    
    * Add missing tol
    
    * Fixes
    
    * Bump Julia to v1.10
    
    * Fix doctest output
    blegat authored Jan 15, 2025
    Configuration menu
    Copy the full SHA
    1688368 View commit details
    Browse the repository at this point in the history
  2. v0.8.0

    blegat authored Jan 15, 2025
    5 Configuration menu
    Copy the full SHA
    3f8c920 View commit details
    Browse the repository at this point in the history
Loading