Recent Releases of speasy

speasy - v1.5.2

What's Changed

1.5.2

  • Handles corner cases with Cluster CDF files by @jeandet in https://github.com/SciQLop/speasy/pull/202
  • Always reduce to 1D boolean mask array in sanitize method by @jeandet in https://github.com/SciQLop/speasy/pull/207
  • CDAWeb inventory product node names were not cleanned by @jeandet in https://github.com/SciQLop/speasy/pull/212
  • Fixes CI issues on #215 and #216 by @jeandet in https://github.com/SciQLop/speasy/pull/217
  • Propagate AMDA identification information when the get data request is chunked by @brenard-irap in https://github.com/SciQLop/speasy/pull/216
  • Fixes #214 by @jeandet in https://github.com/SciQLop/speasy/pull/215
  • Add HTTP basic auth support using netrc file by @jeandet in https://github.com/SciQLop/speasy/pull/218
  • Skip auth http test also if there is no netrc file and bi-weekly CI run by @jeandet in https://github.com/SciQLop/speasy/pull/219
  • Allow float conversion in clamp and replace fill values by NaN functions by @jeandet in https://github.com/SciQLop/speasy/pull/220

1.5.1

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

Full Changelog: https://github.com/SciQLop/speasy/compare/v1.4.0...v1.5.2

- Python
Published by jeandet 7 months ago

speasy - v1.5.1

What's Changed

1.5.1

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

New Contributors

  • @Beforerr made their first contribution in https://github.com/SciQLop/speasy/pull/160

Full Changelog: https://github.com/SciQLop/speasy/compare/v1.4.0...v1.5.1

- Python
Published by jeandet 11 months ago

speasy - v1.5.0

What's Changed

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

New Contributors

  • @Beforerr made their first contribution in https://github.com/SciQLop/speasy/pull/160

Full Changelog: https://github.com/SciQLop/speasy/compare/v1.4.0...v1.5.0

- Python
Published by jeandet 11 months ago

speasy - v1.4.0

What's Changed

  • Allows to pass a custom file reader to the archive module by @jeandet in https://github.com/SciQLop/speasy/pull/144
  • Adds request deduplication for cached remote file access by @jeandet in https://github.com/SciQLop/speasy/pull/145
  • Allow to configure urlib3 http pool manager by @jeandet in https://github.com/SciQLop/speasy/pull/146
  • Preserves SpeasyVariable values dtype across dictionary serialization by @jeandet in https://github.com/SciQLop/speasy/pull/147

Full Changelog: https://github.com/SciQLop/speasy/compare/v1.3.2...v1.4.0

- Python
Published by jeandet over 1 year ago

speasy - v1.3.2

What's Changed

  • Switch to pyzstd since it is more maintained by @jeandet in https://github.com/SciQLop/speasy/pull/140
  • Fixes bug when using CDA REST API, ifnewerthan kw arg was given twice by @jeandet in https://github.com/SciQLop/speasy/pull/141
  • If SPEASYSKIPINIT_PROVIDERS env var if defined Speasy will skip inventories load by @jeandet in https://github.com/SciQLop/speasy/pull/142
  • Reduces axes count according to numpy reduction by @jeandet in https://github.com/SciQLop/speasy/pull/143

Full Changelog: https://github.com/SciQLop/speasy/compare/v1.3.1...v1.3.2

- Python
Published by jeandet over 1 year ago

speasy - v1.3.1

What's Changed

  • Using SciQLop proxy for CDA direct files access makes no sense by @jeandet in https://github.com/SciQLop/speasy/pull/138

Full Changelog: https://github.com/SciQLop/speasy/compare/v1.3.0...v1.3.1

- Python
Published by jeandet over 1 year ago

speasy - v1.3.0

What's Changed

  • Switch sscweb to xml format by @jeandet in https://github.com/SciQLop/speasy/pull/128
  • Adds basic resampling features and filtering by @jeandet in https://github.com/SciQLop/speasy/pull/129
  • inventory to inventories by @nicolasaunai in https://github.com/SciQLop/speasy/pull/133
  • CDA direct file access by @jeandet in https://github.com/SciQLop/speasy/pull/134
  • New basic rewrite rule for http module, mostly for internal uses by @jeandet in https://github.com/SciQLop/speasy/pull/135
  • Quick fix for url_rewrite test by @jeandet in https://github.com/SciQLop/speasy/pull/136
  • Readme update and proxy fix by @jeandet in https://github.com/SciQLop/speasy/pull/137

Full Changelog: https://github.com/SciQLop/speasy/compare/v1.2.7...v1.3.0

- Python
Published by jeandet over 1 year ago

speasy - v1.2.7

What's Changed

  • Always check if a cache entry is None before slicing it by @jeandet in https://github.com/SciQLop/speasy/pull/127

Full Changelog: https://github.com/SciQLop/speasy/compare/v1.2.6...v1.2.7

- Python
Published by jeandet over 1 year ago

speasy - v1.2.6

  • Emergency release because sscweb Json schema has changed by @jeandet

Full Changelog: https://github.com/SciQLop/speasy/compare/v1.2.5...v1.2.6

- Python
Published by jeandet over 1 year ago

speasy - v1.2.5

What's Changed

  • If last cache fragment is None then don't slice it by @jeandet in https://github.com/SciQLop/speasy/pull/125
  • Add python3.12 on ci by @jeandet in https://github.com/SciQLop/speasy/pull/126

Full Changelog: https://github.com/SciQLop/speasy/compare/v1.2.4...v1.2.5

- Python
Published by jeandet over 1 year ago

speasy - v1.2.4

What's Changed

  • Fixes regex \ escaping warning by @jeandet in https://github.com/SciQLop/speasy/pull/121
  • [AMDA]Handles cases where timeRestriction is after stop_date by @jeandet in https://github.com/SciQLop/speasy/pull/124

Full Changelog: https://github.com/SciQLop/speasy/compare/v1.2.3...v1.2.4

- Python
Published by jeandet almost 2 years ago

speasy - v1.2.3

What's Changed

  • Tentative to survive to servers outage by simply disabling Ws when servers are down by @jeandet in https://github.com/SciQLop/speasy/pull/112
  • Add few precision about speasy config and how to disable providers by @jeandet in https://github.com/SciQLop/speasy/pull/113
  • Proxy URL should end with a / by @jeandet in https://github.com/SciQLop/speasy/pull/114
  • [AMDA]Adds support for registered requests on time restricted products by @jeandet in https://github.com/SciQLop/speasy/pull/118
  • Several fixes by @jeandet in https://github.com/SciQLop/speasy/pull/120

Full Changelog: https://github.com/SciQLop/speasy/compare/v1.2.2...v1.2.3

- Python
Published by jeandet almost 2 years ago

speasy - v1.2.2

What's Changed

  • Fixes https://github.com/SciQLop/speasy/issues/110, returns None instead of crash when there is no file on server by @jeandet in https://github.com/SciQLop/speasy/pull/111

Full Changelog: https://github.com/SciQLop/speasy/compare/v1.2.1...v1.2.2

- Python
Published by jeandet about 2 years ago

speasy - v1.2.1

What's Changed

  • Fixes non ISTP compliant files axis merging by @jeandet in https://github.com/SciQLop/speasy/pull/109

Full Changelog: https://github.com/SciQLop/speasy/compare/v1.2.0...v1.2.1

- Python
Published by jeandet about 2 years ago

speasy - v1.2.0

What's Changed

  • Fix old version code example in README.md by @jgieseler in https://github.com/SciQLop/speasy/pull/93
  • Cdaweb and others archives direct file access by @jeandet in https://github.com/SciQLop/speasy/pull/89
  • Drops Python 3.7 support and adds Python 3.11 by @jeandet in https://github.com/SciQLop/speasy/pull/97
  • Switch to PyCDFpp 0.6+ by @jeandet in https://github.com/SciQLop/speasy/pull/100
  • [AMDA] Uses CDF_ISTP as default by @jeandet in https://github.com/SciQLop/speasy/pull/101
  • [Cache] Always use with transact(): statement with by @jeandet in https://github.com/SciQLop/speasy/pull/102
  • Increase tests code coverage by @jeandet in https://github.com/SciQLop/speasy/pull/103
  • Make more obvious to user that Speasy doesn't support downloading a whole dataset at once with some WS by @jeandet in https://github.com/SciQLop/speasy/pull/106
  • [AMDA] Switch to https by @jeandet in https://github.com/SciQLop/speasy/pull/108
  • Readme improvments by @jeandet in https://github.com/SciQLop/speasy/pull/104

New Contributors

  • @jgieseler made their first contribution in https://github.com/SciQLop/speasy/pull/93

Full Changelog: https://github.com/SciQLop/speasy/compare/v1.1.2...v1.2.0

- Python
Published by jeandet about 2 years ago

speasy - 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: https://github.com/SciQLop/speasy/compare/v1.1.2...v1.1.3

- Python
Published by jeandet about 2 years ago

speasy - v1.1.2

What's Changed

  • New Speasy logo! by @jeandet in https://github.com/SciQLop/speasy/pull/84
  • Switches readme to Markdown and removes lgtm badges (deprecated) by @jeandet in https://github.com/SciQLop/speasy/pull/85
  • Reduces requests size for MMS big burst products on CDAWeb by @jeandet in https://github.com/SciQLop/speasy/pull/86
  • Handles cases where labels are missing in CDAWeb generated files by @jeandet in https://github.com/SciQLop/speasy/pull/88
  • Fixes AMDA CSV parser where derived parameters attributes gets overwritten by base param by @jeandet in https://github.com/SciQLop/speasy/pull/87
  • Fixes #90: Uses output format value from config as fallback when requesting data from proxy for AMDA by @jeandet in https://github.com/SciQLop/speasy/pull/91

Full Changelog: https://github.com/SciQLop/speasy/compare/v1.1.1...v1.1.2

- Python
Published by jeandet over 2 years ago

speasy - v1.1.1

Fixes bug in v1.1.0 where AMDA CDF requests were not correctly written in cache.

Full Changelog: https://github.com/SciQLop/speasy/compare/v1.1.0...v1.1.1

- Python
Published by jeandet almost 3 years ago

speasy - 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: Python import speasy as spz spz.config.amda.output_format.set("CDF_ISTP")
  • or pass the following parameter for each AMDA request: Python 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 https://github.com/SciQLop/speasy/pull/82
  • better figure by @nicolasaunai in https://github.com/SciQLop/speasy/pull/83
  • Adds bits for CDF support with AMDA server by @jeandet in https://github.com/SciQLop/speasy/pull/77

New Contributors

  • @nicolasaunai made their first contribution in https://github.com/SciQLop/speasy/pull/83

Full Changelog: https://github.com/SciQLop/speasy/compare/v1.0.5...v1.1.0

- Python
Published by jeandet almost 3 years ago

speasy - v1.0.5

What's Changed

  • Drop LegacyVersion usage, fixes #78 by @jeandet in https://github.com/SciQLop/speasy/pull/79
  • Replaces np.float by np.float64 since it was removed in numpy 1.24 by @jeandet in https://github.com/SciQLop/speasy/pull/81

Full Changelog: https://github.com/SciQLop/speasy/compare/v1.0.4...v1.0.5

- Python
Published by jeandet about 3 years ago

speasy - v1.0.4

What's Changed

  • [AMDA] Should fix broken user product detection (fixes bug #67) by @jeandet in https://github.com/SciQLop/speasy/pull/68
  • Add AMDA WS entry point in config by @brenard-irap in https://github.com/SciQLop/speasy/pull/71
  • Add CodeQL workflow for GitHub code scanning by @lgtm-com in https://github.com/SciQLop/speasy/pull/73
  • Tolerance for network failures by @brenard-irap in https://github.com/SciQLop/speasy/pull/72
  • Adds option to disable webservices, closes #64 by @jeandet in https://github.com/SciQLop/speasy/pull/74
  • Fix bug #75 by @jeandet in https://github.com/SciQLop/speasy/pull/76

New Contributors

  • @brenard-irap made their first contribution in https://github.com/SciQLop/speasy/pull/71
  • @lgtm-com made their first contribution in https://github.com/SciQLop/speasy/pull/73

Full Changelog: https://github.com/SciQLop/speasy/compare/v1.0.3...v1.0.4

- Python
Published by jeandet about 3 years ago

speasy - Speasy 1.0.3

What's Changed

  • Correct typo in README.rst by @cmoissar in https://github.com/SciQLop/speasy/pull/58
  • Uses cache setting also when loading inventory from proxy by @jeandet in https://github.com/SciQLop/speasy/pull/57
  • Matplotlib was accidentally working with DataContainer instead of Numpy array by @jeandet in https://github.com/SciQLop/speasy/pull/60
  • Amda csv read hardening by @jeandet in https://github.com/SciQLop/speasy/pull/61
  • Also replace comma in dynamic inventory names by @jeandet in https://github.com/SciQLop/speasy/pull/62

New Contributors

  • @cmoissar made their first contribution in https://github.com/SciQLop/speasy/pull/58

Full Changelog: https://github.com/SciQLop/speasy/compare/v1.0.2...v1.0.3

- Python
Published by jeandet about 3 years ago

speasy - Speasy 1.0.2

What's Changed

  • Fixes regression on CSA inventory construction by @jeandet in https://github.com/SciQLop/speasy/pull/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 https://github.com/SciQLop/speasy/pull/55

Full Changelog: https://github.com/SciQLop/speasy/compare/v1.0.1...v1.0.2

- Python
Published by jeandet over 3 years ago

speasy - Speasy 1.0.1

What's Changed

  • Switches to stable proxy server and emits a warning if proxy isn't cofigured by @jeandet in https://github.com/SciQLop/speasy/pull/50
  • Many documentation fixes and improvements by @jeandet in https://github.com/SciQLop/speasy/pull/51
  • Forces inventory build tests on CI and fixes a bug with CDA inventory by @jeandet in https://github.com/SciQLop/speasy/pull/52
  • Inventory update optimization by @jeandet in https://github.com/SciQLop/speasy/pull/53

Full Changelog: https://github.com/SciQLop/speasy/compare/v1.0.0...v1.0.1

- Python
Published by jeandet over 3 years ago

speasy - v1.0.0

This is the first stable release of Speasy, this means that some part of the API won't change until next major release, they will only get bug fixes or backward compatible enhancements. Since last release, a lot of new features has landed:

  • now Speasy fully support AMDA, CDAWeb, SSCWeb and CSA web-services which represent around 55000 products.
  • for CSA and CDAWeb uses CDF file format thanks to pycdfpp and PyISTP speeds up download and allow 2D+ data handling
  • for each web-service Speasy provides an inventory of available products
  • for each web-service except SSCWeb, Speasy automatically discard outdated data from local cache
  • get_data function has evolved to accept many complex combination of products and time intervals
  • get_data function is now part of the stable API of Speasy
  • on disk cache loading algorithm has been improved and is now at least 10x faster
  • (unstable) plotting API is under heavy rework and will continue to evolve in next releases but already support spectrogram plots and handles as much as possible information such as axes label or units
  • by default Speasy proxy is enabled (for new fresh installs)
  • SpeasyVariable object has been rewritten to better handle ND data and provide nice slicing features

From now upcoming releases will mostly fix bugs, extend plotting API and follow web-services evolution.

What's Changed

  • Cda support by @jeandet in https://github.com/SciQLop/speasy/pull/47
  • Csa support by @jeandet in https://github.com/SciQLop/speasy/pull/48
  • Inventory rework + last refac/fixes for 1.0 release candidate by @jeandet in https://github.com/SciQLop/speasy/pull/49

Full Changelog: https://github.com/SciQLop/speasy/compare/v0.10.2...v1.0.0

- Python
Published by jeandet over 3 years ago

speasy - Speasy 0.10.2

What's Changed

  • [CI] Check that each push or PR doesn't break release process by @jeandet in https://github.com/SciQLop/speasy/pull/34
  • Adds TimeTable and Catalog conversion to Pandas DataFrames by @jeandet in https://github.com/SciQLop/speasy/pull/36
  • astropy units and tables by @Dolgalad in https://github.com/SciQLop/speasy/pull/45
  • added time range splitting and process status management by @Dolgalad in https://github.com/SciQLop/speasy/pull/41

Full Changelog: https://github.com/SciQLop/speasy/compare/v0.10.1...v0.10.2

- Python
Published by jeandet over 3 years ago

speasy - Speasy 0.10.1

Minor fixes for Zenodo.

- Python
Published by jeandet almost 4 years ago

speasy - Speasy 0.10.0

  • Adds support for all AMDA products, even private ones
  • Adds support for AMDA credentials
  • Adds dynamic inventory for AMDA and SSC
  • Adds possibility to set config values from ENV
  • Drops Python 3.6 support and adds 3.10
  • New API documentation using numpydoc
  • New user documentation using numpydoc
  • Most code examples are tested with doctest
  • Renames SSCWeb module getorbit to gettrajectory

- Python
Published by jeandet almost 4 years ago

speasy - backport PR #25 (fixed amda multidimensional data download, column names)

- Python
Published by jeandet about 4 years ago

speasy - Full speasy name switch

- Python
Published by jeandet over 4 years ago

speasy -

- Python
Published by jeandet over 4 years ago

speasy - sscweb trajectories are always in km

- Python
Published by jeandet over 4 years ago

speasy - Fixes minimum request duration for sscweb

- Python
Published by jeandet over 4 years ago

speasy - Full support for trajectories and 0.2 proxy version

- Python
Published by jeandet over 4 years ago

speasy - ccsweb/proxy: Fix missing coordinate system parameter

- Python
Published by jeandet about 5 years ago

speasy - Fix project URL on PyPi

- Python
Published by jeandet about 5 years ago

speasy - New: SSCWEB support

  • SSCWEB support to get satellites trajectories.
  • Few bug fixes.
  • Totally disabled cdf support for now.

- Python
Published by jeandet about 5 years ago

speasy - Few cache statistics exposed

- Python
Published by jeandet about 5 years ago

speasy -

- Python
Published by jeandet almost 6 years ago

speasy -

- Python
Published by jeandet almost 6 years ago

speasy -

- Python
Published by jeandet almost 6 years ago

speasy -

- Python
Published by jeandet about 6 years ago

speasy -

- Python
Published by jeandet about 6 years ago

speasy -

- Python
Published by jeandet about 6 years ago

speasy -

- Python
Published by jeandet about 6 years ago