Skip to content

Commit

Permalink
Update changelog for 0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
nhoening committed Apr 2, 2021
1 parent 52f7e1e commit 6bda039
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion documentation/api/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ Prognoses

Some POST endpoints have two optional fields to allow setting the time at which beliefs are recorded explicitly.
This is useful to keep an accurate history of what was known at what time, especially for prognoses.
If not used, |FLEXMEASURES_PLATFORM_NAME| will infer the prior from the arrival time of the message.
If not used, FlexMeasures will infer the prior from the arrival time of the message.

The "prior" field (a timestamp) can be used to set a single time at which the entire prognosis was recorded.
Alternatively, the "horizon" field (a duration) can be used to set the recording times relative to each prognosed event.
Expand Down
4 changes: 3 additions & 1 deletion documentation/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FlexMeasures Changelog
**********************


v0.2.4 | March XX, 2021
v0.2.4 | April 2, 2021
===========================

New features
Expand All @@ -12,6 +12,8 @@ New features
* Optionally setting recording time when posting data [see `PR #41 <http://www.github.com/SeitaBV/flexmeasures/pull/41>`_]
* Add assets and weather sensors with CLI commands [see `PR #74 <https://github.com/SeitaBV/flexmeasures/pull/74>`_]

.. note:: Read more on these features on `the FlexMeasures blog <https://flexmeasures.io/v024-pip-install-cli-commands-belief-time-api/>`__.

Bugfixes
--------
* Show screenshots in documentation and add some missing content [see `PR #60 <http://www.github.com/SeitaBV/flexmeasures/pull/60>`_]
Expand Down
2 changes: 1 addition & 1 deletion documentation/cli/commands.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.. _cli:

Command Line Interface (CLI)
CLI Commands
=============================

FlexMeasures comes with a command-line utility, which helps to manage data.
Expand Down

0 comments on commit 6bda039

Please sign in to comment.