We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e73ed73 commit e697bedCopy full SHA for e697bed
CHANGELOG.md
@@ -16,8 +16,8 @@
16
- Raised an error when an expression is used when a variable is required
17
- Fixed some compile warnings
18
### Changed
19
-- MatrixExpr.sum() now supports axis arguments and can return either a scalar or MatrixExpr depending on the result dimensions
20
-- AddMatrixCons supports accepting ExprCons following matrix dimension reduction via MatrixExpr.sum() or more operation.
+- MatrixExpr.sum() now supports axis arguments and can return either a scalar or MatrixExpr, depending on the result dimensions.
+- AddMatrixCons also accepts ExprCons.
21
### Removed
22
23
## 5.5.0 - 2025.05.06
0 commit comments