File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -19,9 +19,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1919* Changed name of ` compas_cgal.straight_skeleton_2.create_interior_straight_skeleton_with_holes ` to ` interior_straight_skeleton_with_holes `
2020* Changed name of ` compas_cgal.straight_skeleton_2.create_offset_polygons_2 ` to ` offset_polygon `
2121* Changed name of ` compas_cgal.straight_skeleton_2.create_weighted_offset_polygons_2 ` to ` weighted_offset_polygon `
22+ * Changed version to ` scip=9.0.0 ` for windows.
2223
2324### Removed
2425
26+ * Removed optional support for GLPK for polygonal surface reconstruction.
27+
2528## [ 0.7.1] 2024-09-26
2629
2730### Added
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ and compile and install an editable version of `compas_cgal` using `setuptools`.
2828** Windows** :
2929
3030``` bash
31- conda create -n cgal-dev python=3.9 mpir mpfr boost-cpp eigen=3.3 cgal-cpp pybind11 scip --yes
31+ conda create -n cgal-dev python=3.10 mpir mpfr boost-cpp eigen=3.3 cgal-cpp pybind11 scip=9.0.0 --yes
3232conda activate cgal-dev
3333git clone https://github.com/compas-dev/compas_cgal
3434cd compas_cgal
@@ -38,7 +38,7 @@ pip install -e .'[dev]'
3838** Mac** :
3939
4040``` bash
41- conda create -n cgal-dev python=3.9 gmp mpfr boost-cpp eigen=3.3 cgal-cpp pybind11 scip --yes
41+ conda create -n cgal-dev python=3.10 gmp mpfr boost-cpp eigen=3.3 cgal-cpp pybind11 scip' >=9.0 ' --yes
4242conda activate cgal-dev
4343git clone https://github.com/compas-dev/compas_cgal
4444cd compas_cgal
You can’t perform that action at this time.
0 commit comments