Skip to content

Commit 30ef9ea

Browse files
committed
prepare release v0.4.3
1 parent 4ea85ab commit 30ef9ea

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

doc/release_notes.rst

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

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

710
* When creating slices for variables and constraints (important for the `solve` function), the slicing is now fixed in case now dimension to slice is available.
811
* 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.

0 commit comments

Comments
 (0)