File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33## Unreleased
44### Added
55### Fixed
6- - ` Expr.__array_ufunc__ ` can't handle 0-dim array
76### Changed
87### Removed
98
9+ ## 6.2.1 - 2026.05.16
10+ ### Fixed
11+ - Fixed ` AttributeError ` when comparing NumPy scalars (e.g. ` np.float64 ` ) or 0-dim NumPy arrays against ` Expr ` /` Variable ` on NumPy 2.x (#1218 )
12+
1013## 6.2.0 - 2026.05.11
1114### Added
1215- Added ` solveProbingLPWithPricing() ` and test
Original file line number Diff line number Diff line change 133133
134134setup (
135135 name = "PySCIPOpt" ,
136- version = "6.2.0 " ,
136+ version = "6.2.1 " ,
137137 description = "Python interface and modeling environment for SCIP" ,
138138 long_description = long_description ,
139139 long_description_content_type = "text/markdown" ,
Original file line number Diff line number Diff line change 1- __version__ : str = '6.2.0 '
1+ __version__ : str = '6.2.1 '
You can’t perform that action at this time.
0 commit comments