From f78504665239f9be9052f055f41454d008255797 Mon Sep 17 00:00:00 2001 From: lkstrp Date: Thu, 7 Nov 2024 11:54:08 +0100 Subject: [PATCH] prepare release `v0.4.0` --- doc/release_notes.rst | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/doc/release_notes.rst b/doc/release_notes.rst index fc17ac28..69564ac6 100644 --- a/doc/release_notes.rst +++ b/doc/release_notes.rst @@ -1,14 +1,18 @@ Release Notes ============= -Upcoming Version ----------------- +.. Upcoming Version +.. ---------------- + +Version 0.4.0 +-------------- * 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. * 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`. * The representation of linopy objects with multiindexed coordinates was improved to be more readable. * Grouping expressions is now supported on dimensions called "group" and dimensions that have the same name as the grouping object. * Grouping dimensions which have multiindexed coordinates is now supported. +* See full list of changes `here `__. Version 0.3.15 --------------