Skip to content

Commit fcbb5e3

Browse files
committed
update release notes
1 parent 7ab74eb commit fcbb5e3

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

doc/release_notes.rst

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
Release Notes
22
=============
33

4-
Upcoming Release
5-
----------------
4+
.. Upcoming Release
5+
.. ----------------
6+
7+
Version 0.0.11
8+
--------------
69

710
* Constraints and expressions can now be created using function that iterates over all combinations of given coordinates. This functionality mirrors the behavior of the Pyomo package. For complicated constraints which are hard to create with arrays of variables, it is easier (thus less efficient) to use an iterating function. For more information see the example notebook in the documentation.
811
* When getting the value of a variable, the value of the variable is returned as a `ScalarVariable`. This is useful for the above mentioned creation of expressions and constraints with iterating functions. This affect only the direct getter function, all other functions like `.sel` or `.isel` behave as known from Xarray.
912
* The docstring examples are now part of the Continuous Integration.
10-
* Fix package for latest xarray release (v2022.6.0).
13+
* Due to problems with indexing in the latest package version, the xarray dependency was set to `<=v2022.3.0`.
1114

1215
Version 0.0.10
1316
--------------

0 commit comments

Comments
 (0)