Skip to content

Releases: SciQLop/speasy

v1.2.4

12 Mar 14:27
Compare
Choose a tag to compare

What's Changed

  • Fixes regex \ escaping warning by @jeandet in #121
  • [AMDA]Handles cases where timeRestriction is after stop_date by @jeandet in #124

Full Changelog: v1.2.3...v1.2.4

v1.2.3

22 Feb 12:12
Compare
Choose a tag to compare

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

28 Nov 14:57
Compare
Choose a tag to compare

What's Changed

  • Fixes #110, returns None instead of crash when there is no file on server by @jeandet in #111

Full Changelog: v1.2.1...v1.2.2

v1.2.1

07 Nov 16:44
Compare
Choose a tag to compare

What's Changed

  • Fixes non ISTP compliant files axis merging by @jeandet in #109

Full Changelog: v1.2.0...v1.2.1

v1.2.0

31 Oct 18:39
Compare
Choose a tag to compare

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

Full Changelog: v1.1.2...v1.2.0

v1.1.3

10 Oct 12:30
Compare
Choose a tag to compare

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

01 Jun 15:43
Compare
Choose a tag to compare

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

06 Apr 12:46
Compare
Choose a tag to compare

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

06 Apr 12:43
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: v1.0.5...v1.1.0

v1.0.5

22 Dec 08:02
Compare
Choose a tag to compare

What's Changed

  • Drop LegacyVersion usage, fixes #78 by @jeandet in #79
  • Replaces np.float by np.float64 since it was removed in numpy 1.24 by @jeandet in #81

Full Changelog: v1.0.4...v1.0.5