You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/release_notes.rst
+13-5Lines changed: 13 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,24 @@
1
1
Release Notes
2
2
=============
3
3
4
-
Upcoming Release
5
-
----------------
4
+
..Upcoming Release
5
+
..----------------
6
6
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`.
9
13
* For `Constraints`` and `Variables`` a `ipython` autocompletion function for getting items was added.
10
14
* 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`.
11
17
* Terms with zero coefficient are now filtered out before writing to file to avoid unnecessary overhead.
12
18
* 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
+
14
22
* 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.
0 commit comments