File tree Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Unreleased
4
4
### Added
5
+ ### Fixed
6
+ ### Changed
7
+ ### Removed
8
+
9
+ ## 5.4.0 - 2024.02.24
10
+ ### Added
5
11
- Added option to get Lhs, Rhs of nonlinear constraints
6
12
- Added cutoffNode and test
7
13
- Added getMajorVersion, getMinorVersion, and getTechVersion
11
17
- Warning at Model initialisation now uses new version calls
12
18
### Changed
13
19
### Removed
20
+ - Removed universal wheel type from setup.cfg (support for Python 2)
14
21
15
22
## 5.3.0 - 2025.02.07
16
23
### Added
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ To download SCIP please either use the pre-built SCIP Optimization Suite availab
22
22
* - SCIP
23
23
- PySCIPOpt
24
24
* - 9.2
25
- - 5.3
25
+ - 5.3, 5.4+
26
26
* - 9.1
27
27
- 5.1, 5.2.x
28
28
* - 9.0
Original file line number Diff line number Diff line change 108
108
109
109
setup (
110
110
name = "PySCIPOpt" ,
111
- version = "5.3 .0" ,
111
+ version = "5.4 .0" ,
112
112
description = "Python interface and modeling environment for SCIP" ,
113
113
long_description = long_description ,
114
114
long_description_content_type = "text/markdown" ,
Original file line number Diff line number Diff line change 1
- __version__ = '5.3 .0'
1
+ __version__ = '5.4 .0'
You can’t perform that action at this time.
0 commit comments