Skip to content

Releases: Exabel/python-sdk

Version 0.0.21

09 Sep 13:31
61520fc
Compare
Choose a tag to compare

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

30 Aug 07:54
688e503
Compare
Choose a tag to compare

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

25 Aug 13:47
606cd2d
Compare
Choose a tag to compare

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

05 Aug 13:51
40bfeae
Compare
Choose a tag to compare
  • 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

09 Jul 17:57
f0825a6
Compare
Choose a tag to compare
  • Support create_tag in upsert_time_series (#34)

Get release at PyPI: https://pypi.org/project/exabel-data-sdk/0.0.17/

Version 0.0.16

08 Jul 13:55
4c1419d
Compare
Choose a tag to compare
  • Support adding signal and tag to library using the Data API (#33)
    Pass create_library_signal=True to client.signal_api.create_signal() to add a signal to the "Upload" folder.
    Pass create_tag=True to client.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

06 Jul 18:42
0691a51
Compare
Choose a tag to compare
  • Return None instead of raising error in get_* 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

07 Jul 08:54
9dd2109
Compare
Choose a tag to compare
Version 0.0.14 Pre-release
Pre-release
  • 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

06 Jul 18:48
3b6a83a
Compare
Choose a tag to compare
  • 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

07 Jul 09:01
0946bbc
Compare
Choose a tag to compare
Version 0.0.12 Pre-release
Pre-release
  • 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/