Skip to content

Commit a983a70

Browse files
committed
update release notes
1 parent b488a93 commit a983a70

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

doc/release_notes.rst

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,24 @@
11
Release Notes
22
=============
33

4-
Upcoming Release
5-
----------------
4+
.. Upcoming Release
5+
.. ----------------
66
7-
* AnonymousConstraint can now built from comparison operations of variables with constants, e.g. `x >= 5`.
8-
* The `Model.add_constraints` function now support input of type `ScalarVariable`, `ScalarLinearExpression` and `ScalarConstraint`.
7+
Version 0.0.12
8+
--------------
9+
10+
**New Features**
11+
12+
* A new module was created to export basic mathematical quantities such as `lb`, `ub`, `c` vectors and the `A` matrix. Use it with the `matrices` accessor in `linopy.Model`.
913
* For `Constraints`` and `Variables`` a `ipython` autocompletion function for getting items was added.
1014
* Inplace updates for constraints are now more flexible.
15+
* AnonymousConstraint can now built from comparison operations of variables with constants, e.g. `x >= 5`.
16+
* The `Model.add_constraints` function now support input of type `ScalarVariable`, `ScalarLinearExpression` and `ScalarConstraint`.
1117
* Terms with zero coefficient are now filtered out before writing to file to avoid unnecessary overhead.
1218
* The function `sanitize_zeros` was added to `Constraints`. Use this to filter out zero coefficient terms.
13-
* A new module was created to export basic mathematical quantities such as `lb`, `ub`, `c` vectors and the `A` matrix. Use it with the `matrices` accessor in `linopy.Model`.
19+
20+
**Bug Fixes**
21+
1422
* Solving with `gurobi` and `io_api="direct"` lead to wrong objective assignment if the objective contained non-unique variables. This is fixed in this version.
1523

1624
Version 0.0.11

0 commit comments

Comments
 (0)