frequenz-microgrid 0.2.2

A high-level interface to the Frequenz Microgrid API.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Frequenz Microgrid Release Notes

## Summary

This release makes incremental improvements to the client and the quantity types.

## Upgrading

- The `MicrogridClientHandle::list_electrical_components` method now expects `ElectricalComponentCategory` enum values instead of `i32`, to filter by component category.

## New Features

- The new `MicrogridClientHandle::augment_electrical_component_bounds` method can be used to augment the bounds for specific metrics of electrical components.

- All methods on `Quantity` types are now `const`.

- `Quantity` types have two new methods `min` and `max`, similar to the `min` and `max` methods on fundamental numerical types.