Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion doc/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ Release Notes
Upcoming Version
----------------


Version 0.7.0
-------------

**Features**

*Piecewise linear constraints (new)*
Expand Down Expand Up @@ -43,7 +47,7 @@ Upcoming Version

* ``Model.solve()`` raises a clear ``ValueError`` when no objective is set.
* ``add_variables`` no longer ignores ``coords`` when ``lower`` / ``upper`` are DataArrays, and handles MultiIndex coords correctly with scalar bounds.
* ``Model.to_netcdf`` works on the scipy netCDF backend (old files remain readable).
* ``Model.to_netcdf`` no longer fails on the scipy netCDF backend when variables or constraints have MultiIndex coords; level names are now serialised as a JSON string (the legacy list form remains readable).
* CPLEX no longer errors on quality attributes that aren't always available.

**Breaking Changes**
Expand Down
Loading