Skip to content

Releases: ecmwf/ecmwf-api-client

Fail fast when an invalid API access key is provided

31 Jan 11:31
dd20383
Compare
Choose a tag to compare

To replace existing behaviour where we fail silently and try the next available method of providing an API access key, ultimately falling back to anonymous access.

Also, updated the README to clean it up and make it clearer.

Fix broken logging functionality

24 Jan 10:45
53e176c
Compare
Choose a tag to compare

The library uses print statements by default for logging, but allows users to change that behavior by providing their own logging function when instantiating ecmwfapi.ECMWFDataServer and ecmwfapi.ECMWFService. That functionality was broken in the sense that it didn't apply to all the produced logging messages, and some of them still used print, instead of the user provided logging function, no matter what. The issue should now be solved.

Python 3.9 support

18 Nov 13:44
Compare
Choose a tag to compare
v1.6.1

Python 3.9 support

Anonymous access

30 Oct 16:22
107aa86
Compare
Choose a tag to compare

Enable anonymous access.

Integrate some user pull requests

01 Aug 11:58
74e6d37
Compare
Choose a tag to compare

Integrate some user pull requests to remove whitespace, fix spelling, and drop the use of simplejson.

Further improvements on PyPi integration

29 Jan 12:58
Compare
Choose a tag to compare

Enable PyPi display of README

29 Jan 11:57
Compare
Choose a tag to compare
v1.5.2

Version 1.5.2 - allow display README.md on PyPi