Skip to content

Releases: ecmwf/polytope-client

0.7.4

14 Mar 21:22
5877a7c
Compare
Choose a tag to compare

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

21 Feb 23:16
a93a5ea
Compare
Choose a tag to compare
  • No longer uses ~/.polytope-client/keys/$USER to store credentials
    • Stores credentials in ~/.polytopeapirc
    • Also checks ~/.ecmwfapirc
  • Fixes logging

0.7.2

26 Jan 11:36
7429d50
Compare
Choose a tag to compare
  • Add support for coverage JSON retrievals.

0.7.1

29 Jun 16:11
Compare
Choose a tag to compare
Merge branch 'develop'

0.7.0

29 Jun 16:00
f2553d9
Compare
Choose a tag to compare

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