You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASE_NOTES.md
+3-8Lines changed: 3 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,20 +2,15 @@
2
2
3
3
## Summary
4
4
5
-
Now the microgrid API v0.15.x is being used. The SDK can only connect to microgrids using this version of the API. Inclusion and exclusion bounds in the new API are now handled by the power distributor and battery pool.
5
+
<!-- Here goes a general summary of what this release is about -->
6
6
7
7
## Upgrading
8
8
9
-
- Upgrade to microgrid API v0.15.1. If you're using any of the lower level microgrid interfaces, you will need to upgrade your code.
10
-
- The argument `conf_file` of the `ConfigManagingActor` constructor was renamed to `config_path`.
11
-
12
-
- The `BatteryPool.power_bounds` method now streams inclusion/exclusion bounds. The bounds are now represented by `Power` objects and not `float`s.
9
+
<!-- Here goes notes on how to upgrade from previous versions, including deprecations and what they should be replaced with -->
13
10
14
11
## New Features
15
12
16
-
- The `ConfigManagingActor` constructor now can accept a `pathlib.Path` as `config_path` too (before it accepted only a `str`).
17
-
18
-
- The `PowerDistributingActor` now considers exclusion bounds, when finding an optimal distribution for power between batteries.
13
+
<!-- Here goes the main new features and examples or instructions on how to use them -->
0 commit comments