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
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,18 @@
1
1
Release Notes
2
2
=============
3
3
4
-
Upcoming Version
5
-
----------------
4
+
.. Upcoming Version
5
+
.. ----------------
6
+
7
+
Version 0.4.0
8
+
--------------
6
9
7
10
* 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.
8
11
* 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`.
9
12
* The representation of linopy objects with multiindexed coordinates was improved to be more readable.
10
13
* Grouping expressions is now supported on dimensions called "group" and dimensions that have the same name as the grouping object.
11
14
* 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>`__.
0 commit comments