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
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,9 @@ Upcoming Version
8
8
* Reduced memory usage and faster file I/O operations when exporting models to LP format
9
9
* Improved constraint equality check in `linopy.testing.assert_conequal` to less strict optionally
10
10
* Minor bugfix for multiplying variables with numpy type constants
11
+
* Harmonize dtypes before concatenation in lp file writing to avoid dtype mismatch errors. This error occurred when creating and storing models in netcdf format using windows machines and loading and solving them on linux machines.
12
+
* Add option to use polars series as constant input
13
+
* Fix expression merge to explicitly use outer join when combining expressions with disjoint coordinates for consistent behavior across xarray versions
0 commit comments