We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38e2e08 commit 5889343Copy full SHA for 5889343
RELEASE_NOTES.md
@@ -8,6 +8,10 @@
8
9
<!-- Here goes notes on how to upgrade from previous versions, including deprecations and what they should be replaced with -->
10
11
+- `MicrogridConfig`: Switch to schema-based loading of microgrid config files and updates to the config class:
12
+ - Remove unused nested field `assets` and replace by its contents `pv`, `wind`, `battery`.
13
+ - Make `meta` and `ctype` public fields.
14
+ - Require `meta.microgrid_id` to be set.
15
- The minimum supported version of `matplotlib` is now `v3.9.2`.
16
17
## New Features
0 commit comments