* Fixes non ISTP compliant files axis merging by jeandet in https://github.com/SciQLop/speasy/pull/109
1.2.0
------------------
* Fix old version code example in README.md by jgieseler in https://github.com/SciQLop/speasy/pull/93 * Cdaweb and others archives direct file access by jeandet in https://github.com/SciQLop/speasy/pull/89 * Drops Python 3.7 support and adds Python 3.11 by jeandet in https://github.com/SciQLop/speasy/pull/97 * Switch to PyCDFpp 0.6+ by jeandet in https://github.com/SciQLop/speasy/pull/100 * [AMDA] Uses CDF_ISTP as default by jeandet in https://github.com/SciQLop/speasy/pull/101 * [Cache] Always use with transact(): statement with by jeandet in https://github.com/SciQLop/speasy/pull/102 * Increase tests code coverage by jeandet in https://github.com/SciQLop/speasy/pull/103 * Make more obvious to user that Speasy doesn't support downloading a whole dataset at once with some WS by jeandet in https://github.com/SciQLop/speasy/pull/106 * [AMDA] Switch to https by jeandet in https://github.com/SciQLop/speasy/pull/108 * Readme improvments by jeandet in https://github.com/SciQLop/speasy/pull/104
1.1.2
------------------
* 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