Releases: ecmwf/polytope-client
Releases · ecmwf/polytope-client
0.7.4
What's Changed
- Fix: proper file extension for covjson downloads
- Fix: handle credential config with just a user_key (bearer token)
Full Changelog: 0.7.3...0.7.4
0.7.3
- No longer uses ~/.polytope-client/keys/$USER to store credentials
- Stores credentials in ~/.polytopeapirc
- Also checks ~/.ecmwfapirc
- Fixes logging
0.7.2
- Add support for coverage JSON retrievals.
0.7.1
Merge branch 'develop'
0.7.0
What's Changed
- Requests are now properly serialised, and not forced to JSON during HTTPS request creation. Python dictionaries are now serialised as YAML, which allows lossless serialization/deserialization of both JSON-like and YAML-like requests.
Full Changelog: 0.6.3...0.7.0