Skip to content

Commit 8bb196a

Browse files
committed
prepare release v0.5.0
1 parent 1649a0b commit 8bb196a

File tree

1 file changed

+19
-9
lines changed

1 file changed

+19
-9
lines changed

doc/release_notes.rst

Lines changed: 19 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,26 @@
11
Release Notes
22
=============
33

4-
Upcoming Version
5-
----------------
4+
.. Upcoming Version
5+
.. ----------------
66
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.
1024

1125
Version 0.4.4
1226
--------------
@@ -15,9 +29,6 @@ Version 0.4.4
1529
* 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.
1630
* 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.
1731

18-
* Added extra argument in io methods `explicit_coordinate_names` to allow for export of
19-
variables and constraints with explicit coordinate names.
20-
2132
Version 0.4.3
2233
--------------
2334

@@ -46,7 +57,6 @@ Version 0.4.0
4657
* The representation of linopy objects with multiindexed coordinates was improved to be more readable.
4758
* Grouping expressions is now supported on dimensions called "group" and dimensions that have the same name as the grouping object.
4859
* 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>`__.
5060

5161
Version 0.3.15
5262
--------------

0 commit comments

Comments
 (0)