We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 59564c6 + 077e32e commit 0b6bb13Copy full SHA for 0b6bb13
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
## Unreleased
4
### Added
5
+### Fixed
6
+### Changed
7
+### Removed
8
+
9
+## 4.4.0 - 2023-12-04
10
+### Added
11
- Added all event types and tests for checking them
12
- Added SCIP functions SCIPconsGetNVars, SCIPconsGetVars
13
- Added SCIP functions SCIPchgCoefLinear, SCIPaddCoefLinear and SCIPdelCoefLinear
src/pyscipopt/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = '4.3.0'
+__version__ = '4.4.0'
# required for Python 3.8 on Windows
import os
0 commit comments