Skip to content

Releases: Volue-Public/energy-mesh-python

v1.9.0

10 Sep 14:12
aa18258
Compare
Choose a tag to compare

Features

  • Support for updating versioned one-to-many link relations (#476). See update_versioned_one_to_many_link_relation_attribute.
  • Configurable gRPC inbound message size (#421). See gRPC Communication.
  • Support for creating physical time series (#383). See create_physical_timeseries.

Changes

  • Changes for Mesh server 2.15 gRPC interface compatibility (#470). It introduces breaking API change: update_versioned_link_relation_attribute is renamed to update_versioned_one_to_one_link_relation_attribute.

Fixes

  • Example with searching calculation expressions (#508).

Requirements

  • Mesh >= 2.15

v1.8.0

28 May 19:53
aae7361
Compare
Choose a tag to compare

Mesh Python SDK release for Mesh server 2.14

Features

  • It’s now possible to specify the resolution of a hydro simulation or inflow calculation using the optional resolution argument to run_simulation and run_inflow_calculation. See HydSim for more information.

Changes

  • Changes for Mesh server 2.14 gRPC interface compatibility (#464)

Requirements

  • Mesh >= 2.14

See https://volue-public.github.io/energy-mesh-python/versions.html.

v1.7.0

11 Apr 12:31
760187b
Compare
Choose a tag to compare

Mesh Python SDK release for Mesh server 2.13

Features

  • It's now possible to get Marginal Cost input files from Mesh using the new get_mc_file method.
  • run_simulation, run_inflow_calculation and get_mc_file now includes log messages from the server in the response.
  • It's now possible to specify which scenario to run when using run_simulation.

See https://volue-public.github.io/energy-mesh-python/hydsim.html for more information.

Changes

Requirements

  • Mesh >= 2.13

See https://volue-public.github.io/energy-mesh-python/versions.html.

v1.6.0

27 Feb 07:48
92d196c
Compare
Choose a tag to compare

Features

  • Support for Python 3.12 (#413)

Changes

  • Add example and documentation on removing time series points using write_timeseries_points (#422)
  • Add example with searching calculation expressions (#418)

Requirements

  • Mesh >= 2.12

v1.5.0

14 Feb 13:03
6469911
Compare
Choose a tag to compare

Features

  • Experimental support for running hydro simulations and inflow calculations on the Mesh Server. See HydSim.

Changes

  • Use prebuilt winkerberos wheel for Python 3.11 (#378)
  • Python 3.8 support will dropped in the next Mesh Python SDK release.

Requirements

  • Mesh >= 2.12

v1.4.0

18 Sep 10:19
8e2767e
Compare
Choose a tag to compare

Features

  • Implement automatic session lifetime extension (#368)
  • Implement functionality to get model names (#356)

Changes

  • Versions must be sorted in update_rating_curve_versions (#358)

Fixes

  • Fixed handling of simple attributes without any values. (#364)

Requirements

  • Mesh >= 2.10

v1.3.0

12 Jul 14:23
95a9aec
Compare
Choose a tag to compare

Features

  • Introduced support for Python 3.11 (#359)

Requirements

  • Mesh >= 2.9

v1.2.1

12 Jul 13:18
8b0a142
Compare
Choose a tag to compare

Fixes

  • Fix parsing root objects (#354)

Requirements

  • Mesh >= 2.9

v1.2.0

15 May 09:16
059349f
Compare
Choose a tag to compare

Features

  • Connection using external access token (e.g.: OAuth JWT access token) (#347 and #349)

Requirements

  • Mesh >= 2.9

v1.1.1

02 May 06:13
b1d0586
Compare
Choose a tag to compare

Fixes

  • Fix parsing empty (not connected) time series attributes (#345)

Requirements

  • Mesh >= 2.6.1