Skip to content

Commit cdf3d12

Browse files
committed
Update CHANGELOG.md
1 parent 8a3ba12 commit cdf3d12

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGELOG.md

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

33
## Unreleased
44
### Added
5-
- `Expr` and `GenExpr` support NumPy unary functions (`np.sin`, `np.cos`, `np.sqrt`, `np.exp`, `np.log`, `np.absolute`)
5+
- `Expr` and `GenExpr` support NumPy unary functions (`np.sin`, `np.cos`, `np.sqrt`, `np.exp`, `np.log`, `np.absolute`, `np.negative`)
6+
- `Expr` and `GenExpr` support NumPy binary functions (`np.add`, `np.subtract`, `np.multiply`, `np.divide`, `np.true_divide`, `np.power`)
67
- Added `getBase()` and `setBase()` methods to `LP` class for getting/setting basis status
78
- Added `getMemUsed()`, `getMemTotal()`, and `getMemExternEstim()` methods
89
### Fixed

0 commit comments

Comments
 (0)