Releases: Volue-Public/energy-mesh-python
Releases · Volue-Public/energy-mesh-python
v1.9.0
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 toupdate_versioned_one_to_one_link_relation_attribute
.
Fixes
- Example with searching calculation expressions (#508).
Requirements
- Mesh >= 2.15
v1.8.0
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
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
andget_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
- Handle MIN30 resolution. (#431)
- Changes for Mesh server 2.13 gRPC interface compatibility (#427, #430, #433, #384, #385, #405, #423)
Requirements
- Mesh >= 2.13
See https://volue-public.github.io/energy-mesh-python/versions.html.