Skip to content

Commit 8521ddc

Browse files
authored
Clear release notes (#574)
2 parents 78d8d4c + 1672a70 commit 8521ddc

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

RELEASE_NOTES.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,15 @@
22

33
## Summary
44

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 -->
66

77
## Upgrading
88

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 -->
1310

1411
## New Features
1512

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 -->
1914

2015
## Bug Fixes
2116

0 commit comments

Comments
 (0)