We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9553fef commit 1676742Copy full SHA for 1676742
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
## Unreleased
4
### Added
5
+### Fixed
6
+### Changed
7
+### Removed
8
+
9
+## 4.1.0 - 2022-02-22
10
+### Added
11
- Interface to include custom cut selector plugins
12
- New test for cut selector plugin
13
- Add SCIP function SCIPgetCutLPSolCutoffDistance and wrapper getCutLPSolCutoffDistance
@@ -24,7 +30,6 @@
24
30
### Fixed
25
31
- cmake / make install works from build directory
26
32
### Changed
27
-
28
33
### Removed
29
34
35
## 4.0.0 - 2021-12-15
src/pyscipopt/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = '4.0.0'
+__version__ = '4.1.0'
# required for Python 3.8 on Windows
import os
0 commit comments