Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Update version
  • Loading branch information
mmghannam committed Dec 4, 2023
commit 269a482aadf2a9937b76e2b50be0a15ed6eb2054
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# CHANGELOG

## Unreleased
## Untracked
### Added
### Fixed
### Changed
### Removed

## 4.4.0 - 2023-12-04
### Added
- Added all event types and tests for checking them
- Added SCIP functions SCIPconsGetNVars, SCIPconsGetVars
Expand Down
2 changes: 1 addition & 1 deletion src/pyscipopt/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '4.3.0'
__version__ = '4.4.0'

# required for Python 3.8 on Windows
import os
Expand Down