Skip to content

Commit 5896012

Browse files
committed
Update changelog with negation speed improvements
Added an entry noting the speedup of `Expr.__neg__`, `ProdExpr.__neg__`, and `Constant.__neg__` using the C-level API.
1 parent cb349ce commit 5896012

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
@@ -23,6 +23,7 @@
2323
- Speed up MatrixExpr.add.reduce via quicksum
2424
- Speed up np.ndarray(..., dtype=np.float64) @ MatrixExpr
2525
- 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
2627
### Removed
2728

2829
## 6.0.0 - 2025.xx.yy

0 commit comments

Comments
 (0)