Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

## Unreleased
### Added
- Added basic type stubs to help with IDE autocompletion and type checking.
### Fixed
- Fixed the type of @ matrix operation result from MatrixVariable to MatrixExpr.
### Changed
### Removed

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