Skip to content

Commit

Permalink
changelog & deps updates for v0.19
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Höning <nicolas@seita.nl>
  • Loading branch information
nhoening committed Feb 18, 2024
1 parent 19ea7b3 commit 7c25151
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 18 deletions.
14 changes: 5 additions & 9 deletions documentation/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ FlexMeasures Changelog
**********************


v0.19.0 | February xx, 2024
v0.19.0 | February 18, 2024
============================

.. note:: Read more on these features on `the FlexMeasures blog <https://flexmeasures.io/019-asset-nesting/>`__.

.. warning:: This version replaces FLASK_ENV with FLEXMEASURES_ENV (FLASK_ENV will still be used as a fallback).

New features
Expand All @@ -20,6 +22,7 @@ New features
* Support for defining the storage efficiency as a sensor or quantity for the ``StorageScheduler`` [see `PR #965 <https://github.com/FlexMeasures/flexmeasures/pull/965>`_]
* Support a less verbose way of setting the same :abbr:`SoC (state of charge)` constraint for a given time window [see `PR #899 <https://github.com/FlexMeasures/flexmeasures/pull/899>`_]


Infrastructure / Support
----------------------

Expand All @@ -29,18 +32,11 @@ Infrastructure / Support
* Faster database queries of time series data by upgrading SQLAlchemy and timely-beliefs [see `PR #938 <https://github.com/FlexMeasures/flexmeasures/pull/938>`_]


Bugfixes
-----------

v0.18.3 | February xx, 2024
v0.18.2 | February xx, 2024
============================

* Convert unit of the power capacities to ``MW`` instead of that of the storage power sensor [see `PR #979 <https://github.com/FlexMeasures/flexmeasures/pull/979>`_]


v0.18.2 | January xx, 2024
============================

* Automatically update table navigation in the UI without requiring users to hard refresh their browser [see `PR #961 <https://github.com/FlexMeasures/flexmeasures/pull/961>`_]
* Updated documentation to enhance clarity for integrating plugins within the FlexMeasures Docker container [see `PR #958 <https://github.com/FlexMeasures/flexmeasures/pull/958>`_]

Expand Down
2 changes: 1 addition & 1 deletion documentation/cli/change_log.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
FlexMeasures CLI Changelog
**********************

since v0.19.0 | February xx, 2024
since v0.19.0 | February 18, 2024
=======================================

* Enable the use of QuantityOrSensor fields for the ``flexmeasures add schedule for-storage`` CLI command:
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.0.1
importlib-resources==6.1.1
# 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.0.1
# flask
# timely-beliefs
importlib-resources==6.1.1
# 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 7c25151

Please sign in to comment.