Skip to content

Commit

Permalink
add changelog entries
Browse files Browse the repository at this point in the history
Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
  • Loading branch information
victorgarcia98 committed Jan 30, 2024
1 parent 7978531 commit b06b876
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
3 changes: 2 additions & 1 deletion documentation/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ v0.19.0 | February xx, 2024
.. warning:: This version replaces FLASK_ENV with FLEXMEASURES_ENV (FLASK_ENV will still be used as a fallback).

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

* Enable the use of QuantityOrSensor fields for the ``flexmeasures add schedule for-storage`` CLI command [see `PR #966 <https://github.com/FlexMeasures/flexmeasures/pull/966>`_]
* Support for using storage efficiency data from a sensor in storage scheduler [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>`_]

Expand Down
11 changes: 11 additions & 0 deletions documentation/cli/change_log.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ FlexMeasures CLI Changelog
since v0.19.0 | February xx, 2024
=======================================

* Enable the use of QuantityOrSensor fields for the ``flexmeasures add schedule for-storage`` CLI command:

* ``charging-efficiency``
* ``discharging-efficiency``
* ``soc-gain``
* ``soc-usage``
* ``power-capacity``
* ``production-capacity``
* ``consumption-capacity``
* ``storage-efficiency``

* Streamline CLI option naming by favoring ``--<entity>`` over ``--<entity>-id``. This affects the following options:

* ``--account-id`` -> ``--account``
Expand Down

0 comments on commit b06b876

Please sign in to comment.