Skip to content

Commit

Permalink
Fix rst issues blocking release
Browse files Browse the repository at this point in the history
Signed-off-by: Alexis Jeandet <[email protected]>
  • Loading branch information
jeandet committed Feb 3, 2022
1 parent 7f8f09b commit d891567
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 16 deletions.
22 changes: 11 additions & 11 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 <https://github.com/SciQLop/speasy/issues/24>`_

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.
9 changes: 4 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
================================
=======================
Space Physics made EASY
================================
=======================


.. image:: https://matrix.to/img/matrix-badge.svg
Expand Down Expand Up @@ -99,12 +99,11 @@ Features

Examples
========
See `here <https://speasy.readthedocs.io/en/stable/examples/index.html`_ for a complete list of examples.
See `here <https://speasy.readthedocs.io/en/stable/examples/index.html>`_ 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
Expand Down

0 comments on commit d891567

Please sign in to comment.