Published February 3, 2022
| Version 0.10.1
Software
Open
Speasy
Authors/Creators
Description
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_datafunction has evolved to accept many complex combination of products and time intervalsget_datafunction 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)
SpeasyVariableobject 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.
What's Changed- Cda support by @jeandet in https://github.com/SciQLop/speasy/pull/47
- Csa support by @jeandet in https://github.com/SciQLop/speasy/pull/48
- Inventory rework + last refac/fixes for 1.0 release candidate by @jeandet in https://github.com/SciQLop/speasy/pull/49
Full Changelog: https://github.com/SciQLop/speasy/compare/v0.10.2...v1.0.0
Notes
Files
SciQLop/speasy-v1.0.0.zip
Files
(2.0 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:6a34e556374610ab9f03d2def3d1b324
|
2.0 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/SciQLop/speasy/tree/v1.0.0 (URL)