Skip to content

Commit

Permalink
changelog & deps updates for v0.21
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Höning <[email protected]>
  • Loading branch information
nhoening committed May 16, 2024
1 parent c2d2446 commit 14da4cb
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 12 deletions.
10 changes: 8 additions & 2 deletions documentation/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,21 @@
FlexMeasures Changelog
**********************

v0.21.0 | April XX, 2024
v0.21.0 | April 16, 2024
============================

.. note:: Read more on these features on `the FlexMeasures blog <https://flexmeasures.io/021-service-better-status-and-audit/>`_.

.. warning:: Upgrading to this version requires running ``flexmeasures db upgrade`` (you can create a backup first with ``flexmeasures db-ops dump``).

New features
-------------

* Add `asset/<id>/status` page to view asset statuses [see `PR #41 <https://github.com/FlexMeasures/flexmeasures/pull/941/>`_ and `PR #1035 <https://github.com/FlexMeasures/flexmeasures/pull/1035/>`_]
* Support `start_date` and `end_date` query parameters for the asset page [see `PR #1030 <https://github.com/FlexMeasures/flexmeasures/pull/1030/>`_]
* Add `account/<id>/auditlog` and `user/<id>/auditlog` to view user and account related actions [see `PR #1042 <https://github.com/FlexMeasures/flexmeasures/pull/1042>`_]
* Support `start_date` and `end_date` query parameters for the asset page [see `PR #1030 <https://github.com/FlexMeasures/flexmeasures/pull/1030/>`_]
* In plots, add the asset name to the title of the tooltip to improve the identification of the lines [see `PR #1054 <https://github.com/FlexMeasures/flexmeasures/pull/1054/>`_]
* On asset page, show sensor IDs in sensor table [see `PR #1053 <https://github.com/FlexMeasures/flexmeasures/pull/1053/>`_]

Bugfixes
-----------
Expand Down
4 changes: 2 additions & 2 deletions documentation/cli/change_log.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ FlexMeasures CLI Changelog
**********************


since v.0.21.0 | April 12, 2024
since v.0.21.0 | April 16, 2024
=================================

* Include started, deferred and scheduled jobs in the overview printed by the CLI command ``flexmeasures jobs show-queues`.
* Include started, deferred and scheduled jobs in the overview printed by the CLI command ``flexmeasures jobs show-queues``.

since v.0.20.0 | March 26, 2024
=================================
Expand Down
1 change: 0 additions & 1 deletion requirements/3.10/app.txt
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ mako==1.3.2
# via alembic
markupsafe==2.1.5
# via
# flask-security-too
# jinja2
# mako
# sentry-sdk
Expand Down
1 change: 0 additions & 1 deletion requirements/3.11/app.txt
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ mako==1.3.2
# via alembic
markupsafe==2.1.5
# via
# flask-security-too
# jinja2
# mako
# sentry-sdk
Expand Down
2 changes: 0 additions & 2 deletions requirements/3.8/app.txt
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ importlib-metadata==7.1.0
importlib-resources==6.4.0
# via
# alembic
# flask-security-too
# jsonschema
# jsonschema-specifications
# matplotlib
Expand Down Expand Up @@ -164,7 +163,6 @@ mako==1.3.2
# via alembic
markupsafe==2.1.5
# via
# flask-security-too
# jinja2
# mako
# sentry-sdk
Expand Down
5 changes: 1 addition & 4 deletions requirements/3.9/app.txt
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,7 @@ importlib-metadata==7.1.0
# flask
# timely-beliefs
importlib-resources==6.4.0
# via
# flask-security-too
# matplotlib
# via matplotlib
inflect==6.0.2
# via -r requirements/app.in
inflection==0.5.1
Expand Down Expand Up @@ -158,7 +156,6 @@ mako==1.3.2
# via alembic
markupsafe==2.1.5
# via
# flask-security-too
# jinja2
# mako
# sentry-sdk
Expand Down

0 comments on commit 14da4cb

Please sign in to comment.