Skip to content

Commit b674bfd

Browse files
committed
log and update readme
1 parent 0ad2c07 commit b674bfd

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
3232
conda activate cgal-dev
3333
git clone https://github.com/compas-dev/compas_cgal
3434
cd 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
4242
conda activate cgal-dev
4343
git clone https://github.com/compas-dev/compas_cgal
4444
cd compas_cgal

0 commit comments

Comments
 (0)