Skip to content

2.0.0

Compare
Choose a tag to compare
@s-simoncelli s-simoncelli released this 31 May 05:56
· 47 commits to main since this release
1000395

v2.0.0 - 2023-05-29

Added

  • Pywr is now bundled with the editor, and you can run and debug your model using the new Toolbar Run tab. You can also change the start, end date, timestep as well as run and pause the model to a specific date (#122)

Changed

  • The code of some classes have been improved (PR #176, PR #177, PR #181)
  • Qt 6.5 is now required (PR #175)
  • The editor is not distributed with Python 3.11

Fixed

  • When values in ControlCurvePiecewiseInterpolatedParameter were provided as nested lists, the values were not transposed and were assigned to the wrong control curve. The parameter form now also shows a new column in the control curve and value fields to easily map and assign the values to each area defined by the control curves (#173).
  • If one or more nodes did not have the position attribute, the editor showed a warning message every time the schematic was reloaded. The message is now shown only when the schematic is first initialised. (#178).