We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a3ba12 commit cdf3d12Copy full SHA for cdf3d12
1 file changed
CHANGELOG.md
@@ -2,7 +2,8 @@
2
3
## Unreleased
4
### Added
5
-- `Expr` and `GenExpr` support NumPy unary functions (`np.sin`, `np.cos`, `np.sqrt`, `np.exp`, `np.log`, `np.absolute`)
+- `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`)
7
- Added `getBase()` and `setBase()` methods to `LP` class for getting/setting basis status
8
- Added `getMemUsed()`, `getMemTotal()`, and `getMemExternEstim()` methods
9
### Fixed
0 commit comments