Skip to content

Commit ae1d8d0

Browse files
committed
Bump version to 0.11.4
1 parent 245e5a5 commit ae1d8d0

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

docs/available_parameters.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,12 @@ See the `Swarm Data Handbook`_ for details about the products and `Swarm Product
4040

4141
.. note::
4242

43-
``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``.
43+
``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``:
44+
45+
- ``SW_FAST_MAGx_LR_1B``
46+
- ``SW_FAST_MAGx_HR_1B``
47+
- ``SW_FAST_EFIx_LP_1B``
48+
- ``SW_FAST_MODx_SC_1B``
4449

4550
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):
4651

docs/release_notes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Change log
77
Changes from 0.11.3 to 0.11.4
88
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
99

10-
- Beginning support for (L1B) FAST data
10+
- Support for (L1B) FAST data
1111

1212
Changes from 0.11.2 to 0.11.3
1313
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

src/viresclient/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@
3535
from ._config import ClientConfig, set_token
3636
from ._data_handling import ReturnedData, ReturnedDataFile
3737

38-
__version__ = "0.11.4-alpha"
38+
__version__ = "0.11.4"

0 commit comments

Comments
 (0)