Skip to content

Commit fba2311

Browse files
committed
CHANGELOG
1 parent 26c6d83 commit fba2311

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
- Added `getMemUsed()`, `getMemTotal()`, and `getMemExternEstim()` methods
77
### Fixed
88
- Removed `Py_INCREF`/`Py_DECREF` on `Model` in `catchEvent`/`dropEvent` that caused memory leak for imbalanced usage
9-
- Used `getIndex()` instead of `ptr()` for sorting nonlinear expression terms to avoid nondeterministic behavior
9+
- Used `getIndex()` instead of `ptr()` for sorting nonlinear expression terms to avoid nondeterministic behavior
10+
- Fixed stubtest failures with mypy 1.20 by marking dunder method parameters as positional-only
1011
### Changed
1112
- Speed up `constant * Expr` via C-level API
1213
### Removed

0 commit comments

Comments
 (0)