Skip to content

Releases: opentargets-archive/opentargets-py

Merge pull request #34 from opentargets/af-prep-3.1.16

26 Feb 13:54
4a0e5b2
Compare
Choose a tag to compare

Remove CTTV in docs

20 Jul 16:32
9da211e
Compare
Choose a tag to compare

Minor fix to remove references to CTTV from documentation in GitHub links.

Release 3.1

22 Dec 11:21
Compare
Choose a tag to compare

Compatible with REST API release 3.0

  • added get_similar_target and get_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

25 May 13:54
Compare
Choose a tag to compare
2.0.2

trying another pypi user

Release 2.0.0

12 Dec 15:33
Compare
Choose a tag to compare

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

03 Nov 23:51
Compare
Choose a tag to compare
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

14 Oct 12:06
Compare
Choose a tag to compare
1.2.0 beta 1 Pre-release
Pre-release
  • 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

30 Aug 14:12
Compare
Choose a tag to compare
1.2.0 alpha 2 Pre-release
Pre-release
  • Added filtering support to IterableResult
  • Added parsing of swagger YAML for query validation

Minor:

  • bugfixes
  • improved tests
  • improved docs

1.2.0 alpha 1

30 Aug 14:12
Compare
Choose a tag to compare
1.2.0 alpha 1 Pre-release
Pre-release

First alpha release