Skip to content

v0.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Jan 12:37
· 53 commits to v0.x.x since this release
v0.2.0
1aa6766

Tooling Library for Notebooks Release Notes

Summary

This release adds new capabilities to MicrogridConfig, including support for location metadata (longitude, latitude, altitude), asset configuration for tracking metadata of components like PV, wind, and battery, and the ability to retrieve component IDs by category (e.g., "meter" or "inverter").

Upgrading

New Features

  • Added options to add microgrid location metadata to MicrogridConfig (longitude, latitude, altitude).
  • Added support for component_category in the component_type_ids method of MicrogridConfig, allowing retrieval of IDs for specific categories (e.g., "meter", "inverter", and "component").
  • Added assets config to MicrogridConfig, which can be used to track metadata for assets like pv, wind and battery.

Bug Fixes

What's Changed

Full Changelog: v0.1.0...v0.2.0