History

1.2.7 (2024-04-17)

1.2.6 (2024-04-17)

  • Emergency release because sscweb Json schema has changed by @jeandet

1.2.5 (2024-04-17)

1.2.4 (2024-03-12)

1.2.3 (2024-02-22)

1.2.2 (2023-11-28)

1.2.1 (2023-11-07)

1.2.0 (2023-10-31)

1.1.2 (2023-06-01)

1.1.1 (2023-04-06)

  • Fixes bug in v1.1.0 where AMDA CDF requests were not correctly written in cache.

1.1.0 (2023-04-06)

1.0.5 (2022-12-22)

1.0.4 (2022-12-05)

  • [AMDA] Fix broken user product detection

  • [AMDA] Add WS entry point in config

  • Add tolerance for network failures

  • Add option to disable webservices

  • Fix cache issue with some CDF files

1.0.3 (2022-10-18)

  • correct typo in README.rst

  • uses cache setting also when loading inventory from proxy

  • Matplotlib was accidentally working with DataContainer instead of Numpy array

  • Amda csv read hardening

  • also replace comma in dynamic inventory names

1.0.2 (2022-10-07)

  • fixes regression on CSA inventory

  • fixes rare issue on variable merge

1.0.1 (2022-10-06)

  • several documentation improvements

  • SpeasyVaraible can be sliced with numpy.datetime64

  • comparing SpeasyVaraible with NaNs works as expected now (ignore NaNs)

  • fixes cda inventory issue where some datasets were missing

  • speasy loading time reduction by only downloading inventory from proxy if it has changed

1.0.0 (2022-09-25)

This is the first stable release of Speasy, this means that some part of the API won’t change until next major release, they will only get bug fixes or backward compatible enhancements. Since last release, a lot of new features has landed:

  • now Speasy fully support AMDA, CDAWeb, SSCWeb and CSA web-services which represent around 55000 products.

  • for CSA and CDAWeb uses CDF file format thanks to pycdfpp and PyISTP speeds up download and allow 2D+ data handling

  • for each web-service Speasy provides an inventory of available products

  • for each web-service except SSCWeb, Speasy automatically discard outdated data from local cache

  • get_data function has evolved to accept many complex combination of products and time intervals

  • get_data function is now part of the stable API of Speasy

  • on disk cache loading algorithm has been improved and is now at least 10x faster

  • (unstable) plotting API is under heavy rework and will continue to evolve in next releases but already support spectrogram plots and handles as much as possible information such as axes label or units

  • by default Speasy proxy is enabled (for new fresh installs)

  • SpeasyVariable object has been rewritten to better handle ND data and provide nice slicing features

From now upcoming releases will mostly fix bugs, extend plotting API and follow web-services evolution.

0.10.0 (2022-02-03)

  • Adds support for all AMDA products, even private ones

  • Adds support for AMDA credentials

  • Adds dynamic inventory for AMDA and SSC

  • Adds possibility to set config values from ENV

  • Drops Python 3.6 support and adds 3.10

  • New API documentation using numpydoc

  • New user documentation using numpydoc

  • Most code examples are tested with doctest

  • Renames SSCWeb module get_orbit to get_trajectory

0.9.1 (2021-11-25)

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.