Skip to content

Releases: SciQLop/speasy

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

v1.0.4

05 Dec 08:25
Compare
Choose a tag to compare

What's Changed

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

18 Oct 15:10
Compare
Choose a tag to compare

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

07 Oct 13:43
Compare
Choose a tag to compare

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