Skip to content

Commit 1064f61

Browse files
committed
Remove notes from the rc2 release
The release notes were not cleared after the rc2 release, so we remove them now. Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 39854a8 commit 1064f61

File tree

1 file changed

+0
-43
lines changed

1 file changed

+0
-43
lines changed

RELEASE_NOTES.md

Lines changed: 0 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -2,63 +2,23 @@
22

33
## Summary
44

5-
This version ships an experimental version of the **Power Manager**, adds preliminary support for n:m relations between inverters and batteries and includes user documentation.
65

76
## Upgrading
87

9-
- `microgrid.battery_pool()` method now accepts a priority value.
10-
118
- `microgrid.grid()`
129

1310
* Similar to `microgrid.battery_pool()`, the Grid is now similarily accessed.
1411

1512
- `BatteryPool`'s control methods
1613

17-
* Original methods `{set_power/charge/discharge}` are now replaced by `propose_{power/charge/discharge}`
18-
* The `propose_*` methods send power proposals to the `PowerManagingActor`, where it can be overridden by proposals from other actors.
19-
* They no longer have the `adjust_power` flag, because the `PowerManagingActor` will always adjust power to fit within the available bounds.
2014
* They no longer have a `include_broken_batteries` parameter. The feature has been removed.
2115

22-
- `BatteryPool`'s reporting methods
23-
24-
* `power_bounds` is replaced by `power_status`
25-
* The `power_status` method streams objects containing:
26-
+ bounds adjusted to the actor's priorities
27-
+ the latest target power for the set of batteries
28-
+ the results from the power distributor for the last request
29-
3016
- Move `microgrid.ComponentGraph` class to `microgrid.component_graph.ComponentGraph`, exposing only the high level interface functions through the `microgrid` package.
3117

3218
- An actor that is crashing will no longer instantly restart but induce an artificial delay to avoid potential spam-restarting.
3319

3420
## New Features
3521

36-
- New and improved documentation.
37-
38-
* A new *User Guide* section was added, with:
39-
40-
+ A glossary.
41-
+ An introduction to actors.
42-
43-
* A new *Tutorials* section was added, with:
44-
45-
+ A getting started tutorial.
46-
47-
- In `OrderedRingBuffer`:
48-
- Rename `datetime_to_index` to `to_internal_index` to avoid confusion between the internal index and the external index.
49-
- Add `index_to_datetime` method to convert external index to corresponding datetime.
50-
- Remove `__setitem__` method to enforce usage of dedicated `update` method only.
51-
- In `OrderedRingBuffer` and `MovingWindow`:
52-
- Support for integer indices is added.
53-
- Add `count_covered` method to count the number of elements covered by the used time range.
54-
- Add `fill_value` option to window method to impute missing values. By default missing values are imputed with `NaN`.
55-
- Add `at` method to `MovingWindow` to access a single element and use it in `__getitem__` magic to fully support single element access.
56-
57-
- The PowerDistributingActor now supports n:m relations between inverters and batteries.
58-
59-
This means that one or more inverters can be connected to one or more batteries.
60-
61-
- A `PowerManagingActor` implementation.
6222

6323
- Allow configuration of the `resend_latest` flag in channels owned by the `ChannelRegistry`.
6424

@@ -79,8 +39,5 @@ This version ships an experimental version of the **Power Manager**, adds prelim
7939

8040
## Bug Fixes
8141

82-
- Fix rendering of diagrams in the documentation.
83-
- The `__getitem__` magic of the `MovingWindow` is fixed to support the same functionality that the `window` method provides.
84-
- Fixes incorrect implementation of single element access in `__getitem__` magic of `MovingWindow`.
8542
- Fix incorrect grid current calculations in locations where the calculations depended on current measurements from an inverter.
8643
- Fix power failure report to exclude any failed power from the succeeded power.

0 commit comments

Comments
 (0)