Releases: Exabel/python-sdk
Version 0.0.21
Add update to entity, relationship, relationship type and signal.
Get the release at PyPI: https://pypi.org/project/exabel-data-sdk/0.0.21/
Version 0.0.20
Rebuild the package, as the build cache was not cleared when version 0.0.19 was built.
Get the release at PyPI: https://pypi.org/project/exabel-data-sdk/0.0.20/
Version 0.0.19
Include a search service with utility search methods (#36)
The new search service is available through the Entity api, e.g. entity_api.search.company_by_isin(...)
Get the release at PyPI: https://pypi.org/project/exabel-data-sdk/0.0.19/
Version 0.0.18
- Add init docstring to data classes (#35)
Get release at PyPI: https://pypi.org/project/exabel-data-sdk/0.0.18/
Version 0.0.17
- Support
create_tag
inupsert_time_series
(#34)
Get release at PyPI: https://pypi.org/project/exabel-data-sdk/0.0.17/
Version 0.0.16
- Support adding signal and tag to library using the Data API (#33)
Passcreate_library_signal=True
toclient.signal_api.create_signal()
to add a signal to the "Upload" folder.
Passcreate_tag=True
toclient.signal_api.create_time_series()
to create a tag with the entities that have this signal in the "Upload" folder.
Get release at PyPI: https://pypi.org/project/exabel-data-sdk/0.0.16/
Version 0.0.15
- Return
None
instead of raising error inget_*
methods when the resource is not found (#31)
Get release at PyPI: https://pypi.org/project/exabel-data-sdk/0.0.15/
Version 0.0.14
- Update protobufs with flags for creating library signals and tags (#29)
To prepare support for automatic creation in the back-end.
Note: This is a release that does not provide functionality available in the production back-end.
Get release at PyPI: https://pypi.org/project/exabel-data-sdk/0.0.14/
Version 0.0.13
- Support REST requests (#28)
To enable REST instead of gRPC:client = ExabelClient(api_key=api_key, use_json=True)
Get release at PyPI: https://pypi.org/project/exabel-data-sdk/0.0.13/
Version 0.0.12
- Update generated protobuf classes (#27)
Prepare for supporting point-in-time in back-end
Note: This is a release that does not provide functionality available in the production back-end.
Get release at PyPI: https://pypi.org/project/exabel-data-sdk/0.0.12/