diff --git a/HISTORY.rst b/HISTORY.rst index 8db3d76e..27184ad9 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,7 +3,7 @@ History ======= 0.10.0 (2022-02-03) -=================== +------------------- * Adds support for all AMDA products, even private ones * Adds support for AMDA credentials @@ -16,55 +16,55 @@ History * Renames SSCWeb module get_orbit to get_trajectory 0.9.1 (2021-11-25) -================== +------------------ * Fix AMDA module bug `#24 downloading multidimensional data fails `_ 0.9.0 (2021-07-29) -================== +------------------ * Adds SPWC migration tool * Rename SpwcVariable to SpeasyVariable 0.8.3 (2021-07-28) -================== +------------------ * Package renamed from SPWC to SPEASY * Some doc and CI improvements 0.8.2 (2021-04-20) -================== +------------------ * sscweb trajectories are always in km 0.8.1 (2021-04-18) -================== +------------------ * Fixes minimum request duration for sscweb 0.8.0 (2021-04-18) -================== +------------------ * Full support for trajectories and 0.2 proxy version 0.7.2 (2020-11-13) -================== +------------------ * ccsweb/proxy: Fix missing coordinate system parameter 0.7.1 (2020-11-13) -================== +------------------ * Fix project URL on PyPi 0.7.0 (2020-11-13) -================== +------------------ * SSCWEB support to get satellites trajectories. * Few bug fixes. * Totally disabled cdf support for now. 0.1.0 (2019-12-07) -================== +------------------ * First release on PyPI. diff --git a/README.rst b/README.rst index 4ad4ef6e..e9ad5eab 100644 --- a/README.rst +++ b/README.rst @@ -1,6 +1,6 @@ -================================ +======================= Space Physics made EASY -================================ +======================= .. image:: https://matrix.to/img/matrix-badge.svg @@ -99,12 +99,11 @@ Features Examples ======== -See `here `_ for a complete list of examples. Caveats ======= -- installing speasy on both python 3.7 or less and python 3.8 or plus at the same time doesn't work since entries stored -in cache by python 3.8+ are not readable by python 3.7-. +- installing speasy on both python 3.7 or less and python 3.8 or plus at the same time doesn't work since entries stored in cache by python 3.8+ are not readable by python 3.7-. - Speasy is not a plotting package, while it provides basic plot features, it is not meant to produce publication ready figures. Credits