We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb349ce commit 5896012Copy full SHA for 5896012
1 file changed
CHANGELOG.md
@@ -23,6 +23,7 @@
23
- Speed up MatrixExpr.add.reduce via quicksum
24
- Speed up np.ndarray(..., dtype=np.float64) @ MatrixExpr
25
- MatrixExpr and MatrixExprCons use `__array_ufunc__` protocol to control all numpy.ufunc inputs and outputs
26
+- Speed up `Expr.__neg__` and `ProdExpr.__neg__` and `Constant.__neg__` via C-level API
27
### Removed
28
29
## 6.0.0 - 2025.xx.yy
0 commit comments