Releases: opentargets-archive/opentargets-py
Releases · opentargets-archive/opentargets-py
Merge pull request #34 from opentargets/af-prep-3.1.16
Af prep 3.1.16
Remove CTTV in docs
Minor fix to remove references to CTTV from documentation in GitHub links.
Release 3.1
Compatible with REST API release 3.0
- added
get_similar_target
andget_similar_disease
methods - added ability to return json objects as addict Dictionaries
- use next param to paginate when possible
- retry on server side errors to make the connection more reliable
- added SSL ceritificate customisation
- added HTTP and SOCKS proxies support
test deploy
2.0.2 trying another pypi user
Release 2.0.0
Updated to work with REST API version 2.0.0
Added ability to save results to a local file
Fixed auth token update mechanism, plus minor bugfixes
1.2
1.2.0
- added statistics module to allow score computation on subset of data
- improved fetching efficiency for big requests
- to_json method works with iterator pattern
- improved docs, and changed to Google Style
- set specific user agent for requests sent
- added methods to explore the REST API documentation and available endpoints
- added ping method to check for the api to be reachable
1.2.0 beta 1
- Added option to export data as JSON, csv, excel or pandas dataframe. (optional dependency for pandas and xlwt)
- Fixed post calls and qutomatically switch to post for a large request
1.2.0 alpha 2
- Added filtering support to IterableResult
- Added parsing of swagger YAML for query validation
Minor:
- bugfixes
- improved tests
- improved docs
1.2.0 alpha 1
First alpha release