Releases: SciQLop/speasy
Releases · SciQLop/speasy
v1.5.1
What's Changed
1.5.1
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
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
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
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
v1.3.0
What's Changed
- Switch sscweb to xml format by @jeandet in #128
- Adds basic resampling features and filtering by @jeandet in #129
- inventory to inventories by @nicolasaunai in #133
- CDA direct file access by @jeandet in #134
- New basic rewrite rule for http module, mostly for internal uses by @jeandet in #135
- Quick fix for url_rewrite test by @jeandet in #136
- Readme update and proxy fix by @jeandet in #137
Full Changelog: v1.2.7...v1.3.0