Skip to content

Commit ba09a10

Browse files
authored
Added missing Changelog Entry for 4.0.0
1 parent d019afa commit ba09a10

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,17 @@
99
### Changed
1010
### Removed
1111

12+
## 4.0.0 - 2021-12-15
13+
### Added
14+
- many functions regarding the new cons expression logic and implementation
15+
### Fixed
16+
- fixed tests and github actions to fit the new SCIP version.
17+
### Changed
18+
- SCIP8 changes the way nonlinear constraints are handled inside SCIP. These changes have consequences for their respective PySCIPOpt wrappers and have changed regardingly. Please refer to the latest SCIP report for an in-depth explanation of these changes.
19+
- small changes to the documentation.
20+
### Removed
21+
- some of the deprecated functions that could not be made backwards compatible
22+
1223
## 3.5.0 - 2021-12-07
1324
### Added
1425
### Fixed

0 commit comments

Comments
 (0)