Skip to content

Commit

Permalink
prepare release v0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lkstrp committed Dec 5, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 4ea85ab commit 30ef9ea
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions doc/release_notes.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
Release Notes
=============

Upcoming Version
----------------
.. Upcoming Version
.. ----------------
Version 0.4.3
--------------

* 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.
* 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 comments on commit 30ef9ea

Please sign in to comment.