Skip to content

Releases: oopnet/oopnet

v0.6.5

05 Oct 11:06
Compare
Choose a tag to compare

Fix

  • Fix issue in ReportFileReader where merged numbers for tanks and reservoirs led to an exception (b89ed9c)

v0.6.4

04 Oct 09:39
Compare
Choose a tag to compare

Fix

  • Add Python 3.11 testing to force new release (b49b54a)

v0.6.2

22 Oct 10:52
Compare
Choose a tag to compare

Fix

  • Fixed minor bug in ReportFileReader (43a8fca)

v0.6.1

15 Oct 19:44
Compare
Choose a tag to compare

Fix

  • Fixed a bug where Valves in controls resulted in an invalid EPANET model (1c20957)

v0.6.0

07 Oct 15:08
Compare
Choose a tag to compare

Feature

  • Matplotlib colorbars are now stacked if both nodes and links arguments are passed (6523fd8)

Documentation

  • Recreated plots with new, stacked color bars and added example for ax argument (60bc691)
  • Added missing argument documentation to pyplot NetworkPlotter.animate() (6b29827)

v0.5.3

05 Oct 13:32
Compare
Choose a tag to compare

Fix

  • Bugfix in ReportFileReader (2dad842)

v0.5.2

26 Sep 08:35
Compare
Choose a tag to compare

Fix

  • ReportFileReader bugfix (127f1ce)

v0.5.1

22 Sep 20:21
Compare
Choose a tag to compare

Fix

  • Fixed demand category bug (e150b00)

v0.5.0

18 Sep 17:48
Compare
Choose a tag to compare

Feature

  • Added a new NetworkPlotter class that enables static plots and animations (3a3a028)
  • Added center method to Link components to calculate a Link's geometric center in 2D (d3f5dbf)

Fix

  • Switched SimulationReport property type hints to Union[pd.Series, pd.DataFrame] to take extended period simulations into account (2ffcccc)

Documentation

  • Renamed LICENSE to LICENSE.md to use markdown (08a1e69)

v0.4.1

02 Sep 09:18
Compare
Choose a tag to compare

Fix

  • Added sort_index() call to pandas results (53545ca)