Skip to content

Commit

Permalink
Bump version to 0.11.4
Browse files Browse the repository at this point in the history
  • Loading branch information
smithara committed Dec 13, 2023
1 parent 245e5a5 commit ae1d8d0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion docs/available_parameters.rst
Expand Up @@ -40,7 +40,12 @@ See the `Swarm Data Handbook`_ for details about the products and `Swarm Product

.. note::

``FAST`` data will soon be available for some products. These are processed and made available faster than the traditional operational (``OPER``) data, mainly for space weather monitoring. The collection names are the same as those below, but replace ``OPER`` with ``FAST``.
``FAST`` data are available for some products. These are processed and made available faster than the traditional operational (``OPER``) data, mainly for space weather monitoring. The collection names are the same, but with ``OPER`` replaced by ``FAST``:

- ``SW_FAST_MAGx_LR_1B``
- ``SW_FAST_MAGx_HR_1B``
- ``SW_FAST_EFIx_LP_1B``
- ``SW_FAST_MODx_SC_1B``

Collections are grouped according to a type containing similar measurements (i.e. the same product from different spacecraft). The collection type can be given to :py:meth:`viresclient.SwarmRequest.available_collections` to retrieve the full collection names. These cover the Swarm data products as below (replace x with A, B, or C for Alpha, Bravo, or Charlie):

Expand Down
2 changes: 1 addition & 1 deletion docs/release_notes.rst
Expand Up @@ -7,7 +7,7 @@ Change log
Changes from 0.11.3 to 0.11.4
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

- Beginning support for (L1B) FAST data
- Support for (L1B) FAST data

Changes from 0.11.2 to 0.11.3
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Expand Down
2 changes: 1 addition & 1 deletion src/viresclient/__init__.py
Expand Up @@ -35,4 +35,4 @@
from ._config import ClientConfig, set_token
from ._data_handling import ReturnedData, ReturnedDataFile

__version__ = "0.11.4-alpha"
__version__ = "0.11.4"

0 comments on commit ae1d8d0

Please sign in to comment.