Skip to content

Commit ec34459

Browse files
Add changelog entry for new stubs
1 parent 73356c6 commit ec34459

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
### Removed
810

@@ -24,7 +26,6 @@
2426
### Fixed
2527
- Raised an error when an expression is used when a variable is required
2628
- Fixed some compile warnings
27-
- Fixed the type of @ matrix operation result from MatrixVariable to MatrixExpr.
2829
### Changed
2930
- MatrixExpr.sum() now supports axis arguments and can return either a scalar or MatrixExpr, depending on the result dimensions.
3031
- AddMatrixCons() also accepts ExprCons.

0 commit comments

Comments
 (0)