We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59564c6 commit 269a482Copy full SHA for 269a482
CHANGELOG.md
@@ -1,6 +1,12 @@
1
# CHANGELOG
2
3
-## Unreleased
+## Untracked
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
src/pyscipopt/__init__.py
@@ -1,4 +1,4 @@
-__version__ = '4.3.0'
+__version__ = '4.4.0'
# required for Python 3.8 on Windows
import os
0 commit comments