Skip to content

Commit e2b643f

Browse files
Merge branch 'master' into remove-weakref-proxy
2 parents 552f4ee + ec4728d commit e2b643f

3 files changed

Lines changed: 1 addition & 8 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
- Replaced `weakref.proxy` with strong references for plugin `self.model`, fixing `ReferenceError` during cleanup callbacks (#1193)
99
### Changed
1010
### Removed
11+
- Removed outdated warning about Make build system incompatibility
1112

1213
## 6.1.0 - 2026.01.31
1314
### Added

INSTALL.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@ Suite](https://www.scipopt.org/). Please, make sure that your SCIP installation
1818

1919
**Note that the latest PySCIPOpt version is usually only compatible with the latest major release of the SCIP Optimization Suite. See the table on the README.md page for details.**
2020

21-
If you install SCIP yourself and are not using the installer packages, you need to [install the
22-
SCIP Optimization Suite using CMake](https://www.scipopt.org/doc/html/md_INSTALL.php#CMAKE).
23-
The Makefile system is not compatible with PySCIPOpt!
24-
2521
If installing SCIP from source or using PyPI with a python and operating system that is not mentioned above, and SCIP is not installed in the global path,
2622
you need to specify the install location using the environment variable
2723
`SCIPOPTDIR`:

docs/build.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,6 @@ To download SCIP please either use the pre-built SCIP Optimization Suite availab
4444
* - 3.2
4545
- 1.0
4646

47-
.. note:: If you install SCIP yourself and are not using the pre-built packages,
48-
you need to install the SCIP Optimization Suite using CMake.
49-
The Makefile system is not compatible with PySCIPOpt!
50-
5147
Download Source Code
5248
======================
5349

0 commit comments

Comments
 (0)