Skip to content

Commit da79d53

Browse files
committed
Update release notes
Signed-off-by: Sahas Subramanian <[email protected]>
1 parent 21987e4 commit da79d53

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

RELEASE_NOTES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,14 @@
1818

1919
- New `propose_power` and `power_status` methods have been added to the `EVChargerPool` similar to the `BatteryPool`. These method interface with the `PowerManager` and `PowerDistributor`, which currently uses a first-come-first-serve algorithm to distribute power to EVs.
2020

21+
- PV Power is now available from `microgrid.pv_pool().power`, and no longer from `microgrid.logical_meter().pv_power`.
22+
2123
## New Features
2224

2325
- Warning messages are logged when multiple instances of `*Pool`s are created for the same set of batteries, with the same priority values.
2426

27+
- A PV Pool, with `propose_power`, `power_status` and `power` methods similar to Battery and EV Pools.
28+
2529
## Bug Fixes
2630

2731
- A bug was fixed where the grid fuse was not created properly and would end up with a `max_current` with type `float` instead of `Current`.

0 commit comments

Comments
 (0)