v0.2.0
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 thecomponent_type_ids
method ofMicrogridConfig
, 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
- Update module docstring by @cyiallou in #12
- Create examples/ dir and move example notebook there by @cyiallou in #13
- Reset release notes by @cyiallou in #14
- Add location metadata to MicrogridConfig by @cyiallou in #15
- Support component_category in type IDs retrieval by @cyiallou in #16
- Add assets config to microgrid config by @cwasicki in #17
- Add tests for microgrid config module by @cyiallou in #18
- Add summary for release by @cyiallou in #19
Full Changelog: v0.1.0...v0.2.0