We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fee5e6 commit ffb41fbCopy full SHA for ffb41fb
CHANGELOG.md
@@ -5,6 +5,7 @@
5
- Added `getMemUsed()`, `getMemTotal()`, and `getMemExternEstim()` methods
6
### Fixed
7
- Removed `Py_INCREF`/`Py_DECREF` on `Model` in `catchEvent`/`dropEvent` that caused memory leak for imbalanced usage
8
+- Used getIndex() instead of ptr() for sorting nonlinear expression terms to avoid nondeterministic behavior
9
### Changed
10
### Removed
11
- Removed outdated warning about Make build system incompatibility
0 commit comments