Skip to content

Releases: SciQLop/speasy

v1.5.1

25 Feb 15:29
Compare
Choose a tag to compare

What's Changed

1.5.1

  • Quick fix for leftover additional_argument instead of product_inputs by @jeandet in #201

1.5.0

  • Fix typo in datetime64_to_epoch and add some tests by @jeandet in #148
  • Allows to overrides all parameters of Speasy plot functions by @jeandet in #152
  • Adds codec interface + registry and migrate existing code by @jeandet in #154
  • Switch to MIT license and drop last python 3.8 references by @jeandet in #157
  • remove last python 3.8 reference by @jeandet in #158
  • fix: allow mkdir work in multi threads in python by @Beforerr in #160
  • Definition of a common dataprovider for all IMPEX webservices by @brenard-irap in #159
  • Fix regex used to detect an attribute that must be convert to a variable by @brenard-irap in #166
  • Basic HAPI CSV codec by @jeandet in #167
  • Retry is server up by @jeandet in #173
  • Ensure we close the open socket while checking if a server is up by @jeandet in #171
  • Amda last modification date by @brenard-irap in #177
  • Add CSA GRMB parameters by @jeandet in #172
  • allow to list remote files with absolute path by @jeandet in #174
  • Fixes most doc issues by @jeandet in #175
  • Extract more information from CDF while building the inventory by @jeandet in #176
  • Fixes #169, and adds functions to drop cache entries matching regex. by @jeandet in #170
  • Valid min and valid max by @jeandet in #168
  • Force init by @Beforerr in #194
  • feat: access VariableTimeAxis and VariableAxis meta by @Beforerr in #195
  • Support amda template params by @brenard-irap in #192
  • docs: mention julia wrapper by @Beforerr in #199
  • Documentation improvements, Numpy support improvement and batch renaming by @jeandet in #189
  • Introduce a new inventory JSON/dict format that preserves more primitive types by @jeandet in #200

New Contributors

Full Changelog: v1.4.0...v1.5.1

v1.5.0

25 Feb 14:01
Compare
Choose a tag to compare

What's Changed

  • Fix typo in datetime64_to_epoch and add some tests by @jeandet in #148
  • Allows to overrides all parameters of Speasy plot functions by @jeandet in #152
  • Adds codec interface + registry and migrate existing code by @jeandet in #154
  • Switch to MIT license and drop last python 3.8 references by @jeandet in #157
  • remove last python 3.8 reference by @jeandet in #158
  • fix: allow mkdir work in multi threads in python by @Beforerr in #160
  • Definition of a common dataprovider for all IMPEX webservices by @brenard-irap in #159
  • Fix regex used to detect an attribute that must be convert to a variable by @brenard-irap in #166
  • Basic HAPI CSV codec by @jeandet in #167
  • Retry is server up by @jeandet in #173
  • Ensure we close the open socket while checking if a server is up by @jeandet in #171
  • Amda last modification date by @brenard-irap in #177
  • Add CSA GRMB parameters by @jeandet in #172
  • allow to list remote files with absolute path by @jeandet in #174
  • Fixes most doc issues by @jeandet in #175
  • Extract more information from CDF while building the inventory by @jeandet in #176
  • Fixes #169, and adds functions to drop cache entries matching regex. by @jeandet in #170
  • Valid min and valid max by @jeandet in #168
  • Force init by @Beforerr in #194
  • feat: access VariableTimeAxis and VariableAxis meta by @Beforerr in #195
  • Support amda template params by @brenard-irap in #192
  • docs: mention julia wrapper by @Beforerr in #199
  • Documentation improvements, Numpy support improvement and batch renaming by @jeandet in #189
  • Introduce a new inventory JSON/dict format that preserves more primitive types by @jeandet in #200

New Contributors

Full Changelog: v1.4.0...v1.5.0

v1.4.0

04 Jul 13:55
Compare
Choose a tag to compare

What's Changed

  • Allows to pass a custom file reader to the archive module by @jeandet in #144
  • Adds request deduplication for cached remote file access by @jeandet in #145
  • Allow to configure urlib3 http pool manager by @jeandet in #146
  • Preserves SpeasyVariable values dtype across dictionary serialization by @jeandet in #147

Full Changelog: v1.3.2...v1.4.0

v1.3.2

18 Jun 09:48
Compare
Choose a tag to compare

What's Changed

  • Switch to pyzstd since it is more maintained by @jeandet in #140
  • Fixes bug when using CDA REST API, if_newer_than kw arg was given twice by @jeandet in #141
  • If SPEASY_SKIP_INIT_PROVIDERS env var if defined Speasy will skip inventories load by @jeandet in #142
  • Reduces axes count according to numpy reduction by @jeandet in #143

Full Changelog: v1.3.1...v1.3.2

v1.3.1

07 Jun 08:34
Compare
Choose a tag to compare

What's Changed

  • Using SciQLop proxy for CDA direct files access makes no sense by @jeandet in #138

Full Changelog: v1.3.0...v1.3.1

v1.3.0

06 Jun 16:05
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.7...v1.3.0

v1.2.7

17 Apr 13:30
Compare
Choose a tag to compare

What's Changed

  • Always check if a cache entry is None before slicing it by @jeandet in #127

Full Changelog: v1.2.6...v1.2.7

v1.2.6

17 Apr 09:29
Compare
Choose a tag to compare
  • Emergency release because sscweb Json schema has changed by @jeandet

Full Changelog: v1.2.5...v1.2.6

v1.2.5

17 Apr 08:07
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.4...v1.2.5

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