We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87e8117 commit 2ba9089Copy full SHA for 2ba9089
CHANGELOG.md
@@ -3,10 +3,13 @@
3
## Unreleased
4
### Added
5
### Fixed
6
-- allow NULL solutions to query LP solutions in the correct solving stage
7
### Changed
8
### Removed
9
+## 3.1.4 - 2021-04-25
10
+### Fixed
11
+- check for correct stage when querying solution values (raise warning otherwise)
12
+
13
## 3.1.3 - 2021-04-23
14
15
- check for NULL pointers when creating Solution objects (will return None): [#494](https://github.com/scipopt/PySCIPOpt/pull/494)
src/pyscipopt/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = '3.1.3'
+__version__ = '3.1.4'
2
# required for Python 3.8 on Windows
import os
0 commit comments