Skip to content

Commit 6ff3381

Browse files
committed
release v6.2.1
1 parent cff80a8 commit 6ff3381

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,13 @@
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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133

134134
setup(
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",

src/pyscipopt/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__: str = '6.2.0'
1+
__version__: str = '6.2.1'

0 commit comments

Comments
 (0)