Skip to content

Commit 89f092f

Browse files
CHANGELOG
1 parent 067e630 commit 89f092f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
- `Expr` and `GenExpr` support NumPy unary functions (`np.sin`, `np.cos`, `np.sqrt`, `np.exp`, `np.log`, `np.absolute`)
66
- Added `getBase()` and `setBase()` methods to `LP` class for getting/setting basis status
77
- Added `getMemUsed()`, `getMemTotal()`, and `getMemExternEstim()` methods
8+
- Added `isReoptEnabled()` and raising error if not enabled upon calling `reoptSolve()`
89
### Fixed
910
- Removed `Py_INCREF`/`Py_DECREF` on `Model` in `catchEvent`/`dropEvent` that caused memory leak for imbalanced usage
1011
- Used `getIndex()` instead of `ptr()` for sorting nonlinear expression terms to avoid nondeterministic behavior

0 commit comments

Comments
 (0)