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
+19-9Lines changed: 19 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,26 @@
1
1
Release Notes
2
2
=============
3
3
4
-
Upcoming Version
5
-
----------------
4
+
..Upcoming Version
5
+
..----------------
6
6
7
-
* The internal handling of `Solution` objects was improved for more consistency. Solution objects created from solver calls now preserve the exact index names from the input file.
8
-
* Multiplication of a linear expression by a constant value may now introduce new dimensions.
9
-
* Added method `unstack` to `LinearExpression`, `Variable` and `Constraint` to unstack a dimension.
7
+
Version 0.5.0
8
+
--------------
9
+
10
+
**Features**
11
+
12
+
* Multiplication of a linear expression by a constant value may now introduce new
13
+
dimensions.
14
+
* Added method `unstack` to `LinearExpression`, `Variable` and `Constraint` to unstack
15
+
a dimension.
16
+
* Added extra argument in io methods `explicit_coordinate_names` to allow for export of
17
+
variables and constraints with explicit coordinate names.
18
+
19
+
**Bug fixes**
20
+
21
+
* The internal handling of `Solution` objects was improved for more consistency.
22
+
Solution objects created from solver calls now preserve the exact index names from
23
+
the input file.
10
24
11
25
Version 0.4.4
12
26
--------------
@@ -15,9 +29,6 @@ Version 0.4.4
15
29
* Solution files that following a different naming scheme of variables and constraints using more than on initial letter in the prefix (e.g. `col123`, `row456`) are now supported.
16
30
* GLPK solver is always called with the `--freemps` option instead of the `--mps` when using the Solver API to solve an external MPS file. `--mps` is for the older fixed-column MPS format that is rarely used nowadays. Almost all fixed MPS files can be parsed by the free MPS format.
17
31
18
-
* Added extra argument in io methods `explicit_coordinate_names` to allow for export of
19
-
variables and constraints with explicit coordinate names.
20
-
21
32
Version 0.4.3
22
33
--------------
23
34
@@ -46,7 +57,6 @@ Version 0.4.0
46
57
* The representation of linopy objects with multiindexed coordinates was improved to be more readable.
47
58
* Grouping expressions is now supported on dimensions called "group" and dimensions that have the same name as the grouping object.
48
59
* Grouping dimensions which have multiindexed coordinates is now supported.
49
-
* See full list of changes `here <https://github.com/PyPSA/linopy/releases/tag/v0.4.0>`__.
0 commit comments