Recent Releases of esgf-pyclient
esgf-pyclient - v0.3.1
Changes: - Fix: fix tests and merge conflicts (#79). - Fix #75: ignorefacetcheck 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).
- Python
Published by cehbrecht almost 4 years ago
esgf-pyclient - v0.3.0
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).
- Python
Published by cehbrecht about 5 years ago
esgf-pyclient - v0.2.2
- Fixed test suite (#33)
- Added badges for RTD and Travis CI to Readme.
- Python
Published by cehbrecht over 6 years ago
esgf-pyclient - v0.2.1
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
- Python
Published by agstephens almost 8 years ago
esgf-pyclient - v0.1.8
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 ignorefacetcheck=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 batchsize 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 gridftpurl property along with other existing properties such as download_url.
- Python
Published by agstephens about 9 years ago
esgf-pyclient - v0.1.6
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.
- Python
Published by agstephens almost 10 years ago