We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c2e3fc commit 2eba0f4Copy full SHA for 2eba0f4
CHANGELOG.md
@@ -2,12 +2,16 @@
2
3
## Unreleased
4
### Added
5
-- add SCIP function `SCIPsetMessagehdlrLogfile`
6
### Fixed
7
-- fix `Model.writeLP` method
8
### Changed
9
### Removed
10
+## 3.1.5 - 2021-05-23
+### Added
11
+- add SCIP function `SCIPsetMessagehdlrLogfile`
12
+### Fixed
13
+- fix `Model.writeLP` method
14
+
15
## 3.1.4 - 2021-04-25
16
17
- check for correct stage when querying solution values (raise warning otherwise)
src/pyscipopt/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = '3.1.4'
+__version__ = '3.1.5'
# required for Python 3.8 on Windows
import os
0 commit comments