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.
2 parents 5a8cb87 + 0e53831 commit 1e18decCopy full SHA for 1e18dec
CHANGELOG.md
@@ -2,7 +2,9 @@
2
3
## Unreleased
4
### Added
5
+- Added basic type stubs to help with IDE autocompletion and type checking.
6
### Fixed
7
+- Fixed the type of @ matrix operation result from MatrixVariable to MatrixExpr.
8
### Changed
9
- Speed up MatrixVariable.sum(axis=None) via quicksum
10
### Removed
@@ -25,7 +27,6 @@
25
27
26
28
- Raised an error when an expression is used when a variable is required
29
- Fixed some compile warnings
-- Fixed the type of @ matrix operation result from MatrixVariable to MatrixExpr.
30
31
- MatrixExpr.sum() now supports axis arguments and can return either a scalar or MatrixExpr, depending on the result dimensions.
32
- AddMatrixCons() also accepts ExprCons.
0 commit comments