Skip to content

Commit f785046

Browse files
committed
prepare release v0.4.0
1 parent 3763efe commit f785046

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

doc/release_notes.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
11
Release Notes
22
=============
33

4-
Upcoming Version
5-
----------------
4+
.. Upcoming Version
5+
.. ----------------
6+
7+
Version 0.4.0
8+
--------------
69

710
* When writing out an LP file, large variables and constraints are now chunked to avoid memory issues. This is especially useful for large models with constraints with many terms. The chunk size can be set with the `slice_size` argument in the `solve` function.
811
* Constraints which of the form `<= infinity` and `>= -infinity` are now automatically filtered out when solving. The `solve` function now has a new argument `sanitize_infinities` to control this feature. Default is set to `True`.
912
* The representation of linopy objects with multiindexed coordinates was improved to be more readable.
1013
* Grouping expressions is now supported on dimensions called "group" and dimensions that have the same name as the grouping object.
1114
* Grouping dimensions which have multiindexed coordinates is now supported.
15+
* See full list of changes `here <https://github.com/PyPSA/linopy/releases/tag/v0.4.0>`__.
1216

1317
Version 0.3.15
1418
--------------

0 commit comments

Comments
 (0)