Skip to content

Commit 3f9b31a

Browse files
authored
docs: add note for faulty versions (#403)
1 parent 8f2a9b0 commit 3f9b31a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

doc/release_notes.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,24 @@ Release Notes
44
.. Upcoming Version
55
.. ----------------
66
7-
Version 0.4.3
7+
Version 0.4.4
88
--------------
99

10-
* IMPORTANT BUGFIX: The last slice of constraints was not correctly written to LP files in case the constraint size was not a multiple of the slice size. This is fixed now.
10+
* **IMPORTANT BUGFIX**: The last slice of constraints was not correctly written to LP files in case the constraint size was not a multiple of the slice size. This is fixed now.
1111
* 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.
1212

1313
Version 0.4.3
1414
--------------
1515

16+
* **Version 0.4.3 includes a major bug and can not be installed anymore.**
1617
* When creating slices for variables and constraints (important for the `solve` function), the slicing is now fixed in case no dimension to slice is available.
1718
* Added a pandas priority attribute. With this change, the operation with pandas objects is now prioritizing linopy objects over pandas objects. This is useful when the using linopy objects in arithmetic operations with pandas objects, e.g. `a * x` where `a` is a pandas Series/DataFrame and `x` is a linopy variable.
1819
* The method :meth:`model.to_file <linopy.model.Model.to_file>` now includes a progress argument to enable or disable the progress bar while writing.
1920

2021
Version 0.4.2
2122
--------------
2223

24+
* **Version 0.4.2 includes a major bug and can not be installed anymore.**
2325
* Fix the file handler to properly close the file when reading the sense from a problem file.
2426

2527
Version 0.4.1

0 commit comments

Comments
 (0)