Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ Release notes
Change log
----------

Changes from 0.15.0 to 0.15.1
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

- Completed transition to new ``EFIx_LP`` products version 07 (now supporting the FAST variants)

Changes from 0.14.1 to 0.15.0
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Expand Down
2 changes: 1 addition & 1 deletion src/viresclient/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@
from ._config import ClientConfig, set_token
from ._data_handling import ReturnedData, ReturnedDataFile

__version__ = "0.15.0"
__version__ = "0.15.1"
16 changes: 0 additions & 16 deletions src/viresclient/_client_swarm.py
Original file line number Diff line number Diff line change
Expand Up @@ -546,8 +546,6 @@ class SwarmRequest(ClientRequest):
],
"EFI": [
*(f"SW_OPER_EFI{x}_LP_1B" for x in "ABC"),
],
"EFI:B06": [
*(f"SW_FAST_EFI{x}_LP_1B" for x in "ABC"),
],
"EFI_IDM": [f"SW_PREL_EFI{x}IDM_2_" for x in "ABC"],
Expand Down Expand Up @@ -767,7 +765,6 @@ class SwarmRequest(ClientRequest):
"MAG": "PT1S",
"MAG_HR": "PT0.019S", # approx 50Hz (the sampling is not exactly 50Hz)
"EFI": "PT0.5S",
"EFI:B06": "PT0.5S",
"EFI_IDM": "PT0.5S",
"EFI_TIE": "PT0.5S",
"EFI_TCT02": "PT0.5S",
Expand Down Expand Up @@ -885,19 +882,6 @@ class SwarmRequest(ClientRequest):
"Gamma1",
"Gamma2",
],
"EFI:B06": [
"U_orbit",
"Ne",
"Ne_error",
"Te",
"Te_error",
"Vs",
"Vs_error",
"Flags_LP",
"Flags_Ne",
"Flags_Te",
"Flags_Vs",
],
"EFI_IDM": [
"Latitude_GD",
"Longitude_GD",
Expand Down
Loading