* New Speasy logo! by jeandet in https://github.com/SciQLop/speasy/pull/84 * Switches readme to Markdown and removes lgtm badges (deprecated) by jeandet in https://github.com/SciQLop/speasy/pull/85 * Reduces requests size for MMS big burst products on CDAWeb by jeandet in https://github.com/SciQLop/speasy/pull/86 * Handles cases where labels are missing in CDAWeb generated files by jeandet in https://github.com/SciQLop/speasy/pull/88 * Fixes AMDA CSV parser where derived parameters attributes gets overwritten by base param by jeandet in https://github.com/SciQLop/speasy/pull/87 * Fixes 90: Uses output format value from config as fallback when requesting data from proxy for AMDA by jeandet in https://github.com/SciQLop/speasy/pull/91
1.1.1
------------------
* Fixes bug in v1.1.0 where AMDA CDF requests were not correctly written in cache.
1.1.0
------------------
* Adds badges and links to Google Colab by jeandet in https://github.com/SciQLop/speasy/pull/82 * better figure by nicolasaunai in https://github.com/SciQLop/speasy/pull/83 * Adds bits for CDF support with AMDA server by jeandet in https://github.com/SciQLop/speasy/pull/77
1.0.5
------------------
* Drop LegacyVersion usage, fixes 78 by jeandet in https://github.com/SciQLop/speasy/pull/79 * Replaces np.float by np.float64 since it was removed in numpy 1.24 by jeandet in https://github.com/SciQLop/speasy/pull/81
1.0.4
------------------
* [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
------------------
* 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