Skip to content

Releases: ESGF/esgf-pyclient

v0.3.1

25 Feb 17:13
41bf2c4
Compare
Choose a tag to compare

Changes:

  • Fix: fix tests and merge conflicts (#79).
  • Fix #75: ignore_facet_check search option appears to be broken (#76).
  • Fix #74: Add warnings when default facets=* used on distributed search (#77).
  • Fix #78: Updates for requests_cache API (#68).
  • Fix: Improvements to tests (#73).

v0.3.0

08 Feb 15:53
db2bddb
Compare
Choose a tag to compare

Changes:

  • Added test for batch size (#66).
  • Test notebooks (#65).
  • Replaced Travis CI by GitHub actions CI (#64).
  • Return globus urls in search (#63).
  • Fixed build of Search API (#61).
  • Remove unused code (#49).
  • Cleaned up tests (#45).
  • Using webob.multidict (#43).
  • Cleaned up docs (#39).
  • Marked slow tests (#38).
  • Added notebook examples (#37, #46, #48).
  • Fixed the usage of the input() method in logon.py (#36).
  • Skip Python 2.x (#35).

v0.2.2

19 Jul 14:14
Compare
Choose a tag to compare
  • Fixed test suite (#33)
  • Added badges for RTD and Travis CI to Readme.

v0.2.1

19 Mar 09:57
Compare
Choose a tag to compare

This release includes the following features:

  • Python 3 support for the library
  • verify option in LogonManager
  • Works with Python 3 version of MyProxyClient
  • Testing structure with pytest has been improved

v0.1.8

03 Jan 10:56
Compare
Choose a tag to compare

Release 0.1.8

This release includes the following changes:

  1. The tests have been updated and various fixes made to make them match the up-to-date ESGF Search API.
  2. Following problems with the search being slow in certain scenarios an extra call to the Search service was made optional through the SearchContext.search() method. If you send the argument and value of ignore_facet_check=True then this hidden call to the service will be avoided. This typically saves 2 seconds of wait time which can be very important in some iterative search scenarios.
  3. The SearchContext.search() method was also extended so that the argument batch_size could be directly sent to it in order to manage how the calls to the API would be separated out into batches. This does not affect the final result but may affect the speed of the response. The batch size can also be set as a default in the pyesgf.search.consts module.
  4. Searches at the file-level now return a gridftp_url property along with other existing properties such as download_url.

v0.1.6

16 May 09:51
Compare
Choose a tag to compare

This release includes a fix for Issue #4 to cope with ESGF Search end points being given with or without a ":port" component in the host address.