From ae1d8d03fe0f910a6b8d32bfd82a5fb9f2eaeee6 Mon Sep 17 00:00:00 2001 From: Ashley Smith Date: Wed, 13 Dec 2023 19:22:19 +0000 Subject: [PATCH] Bump version to 0.11.4 --- docs/available_parameters.rst | 7 ++++++- docs/release_notes.rst | 2 +- src/viresclient/__init__.py | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/docs/available_parameters.rst b/docs/available_parameters.rst index 6a6afb0..f6f699b 100644 --- a/docs/available_parameters.rst +++ b/docs/available_parameters.rst @@ -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): diff --git a/docs/release_notes.rst b/docs/release_notes.rst index 7431398..bb2a280 100644 --- a/docs/release_notes.rst +++ b/docs/release_notes.rst @@ -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 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ diff --git a/src/viresclient/__init__.py b/src/viresclient/__init__.py index 0ca134a..766d31a 100644 --- a/src/viresclient/__init__.py +++ b/src/viresclient/__init__.py @@ -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"