Skip to content

Commit 0e53831

Browse files
authored
Merge branch 'master' into speed-up/matrix.sum
2 parents 9e52c45 + ec16f77 commit 0e53831

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
## Unreleased
44
### Added
5+
- Added basic type stubs to help with IDE autocompletion and type checking.
56
### Fixed
7+
- Fixed the type of @ matrix operation result from MatrixVariable to MatrixExpr.
68
### Changed
79
- Speed up MatrixVariable.sum(axis=None) via quicksum
810
### Removed
@@ -25,7 +27,6 @@
2527
### Fixed
2628
- Raised an error when an expression is used when a variable is required
2729
- Fixed some compile warnings
28-
- Fixed the type of @ matrix operation result from MatrixVariable to MatrixExpr.
2930
### Changed
3031
- MatrixExpr.sum() now supports axis arguments and can return either a scalar or MatrixExpr, depending on the result dimensions.
3132
- AddMatrixCons() also accepts ExprCons.

0 commit comments

Comments
 (0)