Releases: SciQLop/speasy
Releases · SciQLop/speasy
v1.2.4
v1.2.3
What's Changed
- Tentative to survive to servers outage by simply disabling Ws when servers are down by @jeandet in #112
- Add few precision about speasy config and how to disable providers by @jeandet in #113
- Proxy URL should end with a / by @jeandet in #114
- [AMDA]Adds support for registered requests on time restricted products by @jeandet in #118
- Several fixes by @jeandet in #120
Full Changelog: v1.2.2...v1.2.3
v1.2.2
v1.2.1
v1.2.0
What's Changed
- Fix old version code example in README.md by @jgieseler in #93
- Cdaweb and others archives direct file access by @jeandet in #89
- Drops Python 3.7 support and adds Python 3.11 by @jeandet in #97
- Switch to PyCDFpp 0.6+ by @jeandet in #100
- [AMDA] Uses CDF_ISTP as default by @jeandet in #101
- [Cache] Always use
with transact():
statement with by @jeandet in #102 - Increase tests code coverage by @jeandet in #103
- Make more obvious to user that Speasy doesn't support downloading a whole dataset at once with some WS by @jeandet in #106
- [AMDA] Switch to https by @jeandet in #108
- Readme improvments by @jeandet in #104
New Contributors
- @jgieseler made their first contribution in #93
Full Changelog: v1.1.2...v1.2.0
v1.1.3
Maintenance release:
- Ensures Speasy uses a compatible PyISTP/PyCDFpp version
- drop python 3.7 in CI an add 3.11
Full Changelog: v1.1.2...v1.1.3
v1.1.2
What's Changed
- New Speasy logo! by @jeandet in #84
- Switches readme to Markdown and removes lgtm badges (deprecated) by @jeandet in #85
- Reduces requests size for MMS big burst products on CDAWeb by @jeandet in #86
- Handles cases where labels are missing in CDAWeb generated files by @jeandet in #88
- Fixes AMDA CSV parser where derived parameters attributes gets overwritten by base param by @jeandet in #87
- Fixes #90: Uses output format value from config as fallback when requesting data from proxy for AMDA by @jeandet in #91
Full Changelog: v1.1.1...v1.1.2
v1.1.1
Fixes bug in v1.1.0 where AMDA CDF requests were not correctly written in cache.
Full Changelog: v1.1.0...v1.1.1
v1.1.0
Mostly adds support for AMDA CDF ISTP compliant files (opt-in), to enable experiment with AMDA CDF support:
- either set permanently in speasy config:
import speasy as spz
spz.config.amda.output_format.set("CDF_ISTP")
- or pass the following parameter for each AMDA request:
import speasy as spz
spz.get_data(spz.inventories.tree.amda.Parameters.ACE.MFI.ace_imf_all.imf, "2019-01-01", "2019-01-05", output_format="CDF_ISTP")
What's Changed
- Adds badges and links to Google Colab by @jeandet in #82
- better figure by @nicolasaunai in #83
- Adds bits for CDF support with AMDA server by @jeandet in #77
New Contributors
- @nicolasaunai made their first contribution in #83
Full Changelog: v1.0.5...v1.1.0