Skip to content

Commit 1676742

Browse files
author
Christoph Graczyk
committed
release v4.1.0
1 parent 9553fef commit 1676742

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## Unreleased
44
### Added
5+
### Fixed
6+
### Changed
7+
### Removed
8+
9+
## 4.1.0 - 2022-02-22
10+
### Added
511
- Interface to include custom cut selector plugins
612
- New test for cut selector plugin
713
- Add SCIP function SCIPgetCutLPSolCutoffDistance and wrapper getCutLPSolCutoffDistance
@@ -24,7 +30,6 @@
2430
### Fixed
2531
- cmake / make install works from build directory
2632
### Changed
27-
2833
### Removed
2934

3035
## 4.0.0 - 2021-12-15

src/pyscipopt/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '4.0.0'
1+
__version__ = '4.1.0'
22

33
# required for Python 3.8 on Windows
44
import os

0 commit comments

Comments
 (0)