------
- Added individuals/individual client.
- Added properties/property client.
- Added more logging
- Added test
- Removed obsoletes helpers
- Added 5 retries in case of remote server errors
v1.0.7
------
- Added extra path to term namespace access from API result (annotation/obo_namespace and annotation/namespace)
- Deprecated Term.obo_name_space property, replace by Term.namespace
- Added kwargs parameters parsing in Search allowing now client.search(query='tada',type='property',...)
- Fixed Search Filtering issues
v1.0.8
------
- Added extra way to retrieve term definition if not set under description (retrieve from annotation)
- When searching for a detailed item (such as property), return the first 'in defining ontology' or first one if not found
- Added PropertyAnnotation parsing
v1.1.0
------
- Refactored tests against a docker image instead of using public OLS api
- Refactored client classes to avoid concrete class inheritance
- Force retrieving `coreapi.document.Document` objects