We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26c6d83 commit fba2311Copy full SHA for fba2311
1 file changed
CHANGELOG.md
@@ -6,7 +6,8 @@
6
- Added `getMemUsed()`, `getMemTotal()`, and `getMemExternEstim()` methods
7
### Fixed
8
- 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
+- 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
11
### Changed
12
- Speed up `constant * Expr` via C-level API
13
### Removed
0 commit comments