Releases: SciQLop/speasy
Releases · SciQLop/speasy
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
v1.0.5
v1.0.4
What's Changed
- [AMDA] Should fix broken user product detection (fixes bug #67) by @jeandet in #68
- Add AMDA WS entry point in config by @brenard-irap in #71
- Add CodeQL workflow for GitHub code scanning by @lgtm-com in #73
- Tolerance for network failures by @brenard-irap in #72
- Adds option to disable webservices, closes #64 by @jeandet in #74
- Fix bug #75 by @jeandet in #76
New Contributors
- @brenard-irap made their first contribution in #71
- @lgtm-com made their first contribution in #73
Full Changelog: v1.0.3...v1.0.4
Speasy 1.0.3
What's Changed
- Correct typo in README.rst by @cmoissar in #58
- Uses cache setting also when loading inventory from proxy by @jeandet in #57
- Matplotlib was accidentally working with DataContainer instead of Numpy array by @jeandet in #60
- Amda csv read hardening by @jeandet in #61
- Also replace comma in dynamic inventory names by @jeandet in #62
New Contributors
Full Changelog: v1.0.2...v1.0.3
Speasy 1.0.2
What's Changed
- Fixes regression on CSA inventory construction by @jeandet in #54
this shouldn't have affected any user since this is used by speasy proxy which hasn't been updated with the faulty version - Variable merge fix by @jeandet in #55
Full Changelog: v1.0.1...v1.0.2