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 73356c6 + ec34459 commit ec16f77Copy full SHA for ec16f77
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
### Removed
10
@@ -24,7 +26,6 @@
24
26
25
27
- Raised an error when an expression is used when a variable is required
28
- Fixed some compile warnings
-- Fixed the type of @ matrix operation result from MatrixVariable to MatrixExpr.
29
30
- MatrixExpr.sum() now supports axis arguments and can return either a scalar or MatrixExpr, depending on the result dimensions.
31
- AddMatrixCons() also accepts ExprCons.
0 commit comments