From d3879f761fc1c0b8e8e88e138361e71a7d1cd487 Mon Sep 17 00:00:00 2001 From: Victor Garcia Reolid Date: Tue, 28 May 2024 11:48:36 +0200 Subject: [PATCH] fix changelog Signed-off-by: Victor Garcia Reolid --- documentation/changelog.rst | 21 +++------------------ 1 file changed, 3 insertions(+), 18 deletions(-) diff --git a/documentation/changelog.rst b/documentation/changelog.rst index d752b6a64..966f2b922 100644 --- a/documentation/changelog.rst +++ b/documentation/changelog.rst @@ -7,17 +7,7 @@ v0.22.0 | June XX, 2024 ============================ New features -------------- - -* Add `asset//status` page to view asset statuses [see `PR #41 `_ and `PR #1035 `_] -* Support `start_date` and `end_date` query parameters for the asset page [see `PR #1030 `_] - -Bugfixes ------------ - - -Infrastructure / Support ----------------------- +------------- * Add unit conversion to the input and output data of the `PandasReporter` [see `PR #1044 `_] main * Add option `droplevels` to the `PandasReporter` to drop all the levels except the `event_start` and `event_value` [see `PR #1043 `_] @@ -25,9 +15,8 @@ Infrastructure / Support * `flexmeasures show beliefs` uses the entity path (`/../`) in case of duplicated sensors [see `PR #1026 `_] - -v0.21.0 | May 16, 2024 -========================= +Infrastructure / Support +---------------------- * Allow installing dependencies in docker-compose worker [see `PR #1057 `_] @@ -43,13 +32,9 @@ New features * Add `asset//status` page to view asset statuses [see `PR #41 `_ and `PR #1035 `_] * Add `account//auditlog` and `user//auditlog` to view user and account related actions [see `PR #1042 `_] -<<<<<<< HEAD * Support `start_date` and `end_date` query parameters for the asset page [see `PR #1030 `_] * In plots, add the asset name to the title of the tooltip to improve the identification of the lines [see `PR #1054 `_] * On asset page, show sensor IDs in sensor table [see `PR #1053 `_] -======= -* In `flexmeasures show beliefs`, the entity path (`//.../`) is used to differentiate between duplicated sensors names [see `PR #1026 `_] ->>>>>>> origin/cli/improve-duplicate-sensor-names Bugfixes -----------