Releases: Exabel/python-sdk
Releases · Exabel/python-sdk
Version 3.5.1
Added
- Expand functionality in ExportApi.signal_query
Version 3.5.0
Added
- Add
ExportApi
class that makes it easier to retrieve data from the Exabel API programmatically, as a Pandas DataFrame - Support for long format CSVs. See help.exabel.com for details on the use.
Version 3.4.0
Added
- Management API clients:
UserApiClient
for user management,LibraryApiClient
for managing library items and sharing.
- Command line arguments for controlling the host of each API.
Version 3.3.0
Added
- Method for deleting all entities of a given entity type.
- Support for creating prediction model runs.
- Support create, update and delete operations on entity types.
- Support create, update and delete operations on derived signals.
Deprecated
- Python 3.6 is deprecated as of version 3.3.0 of the Exabel Python SDK. Support will be removed in a future release. Please upgrade to Python 3.7 or a newer release of Python.
Version 3.2.0
Added
- Support for FIGI company identifiers.
Changed
- CSV uploader no longer automatically creates relationship types when uploading relationships. Instructions on how to create relationship types are printed instead.
Fixed
- Discard nan company identifiers when using company search in the CSV uploader.
- Support null values on resource properties.
Version 3.1.0
Added
- Script for updating relationship type.
- Expose the abort threshold in the SDK.
- Support properties in the CSV uploader.
- Include failed results in the CSV exception.
Changed
- Return a summary of the uploading results from the SDK.
Fixed
- Do not fail CSV upload if time series file contains no data.
- Batch search terms in CSV upload for better performance. Reduce amount of search requests performed by 99.9%.
Version 3.0.0
Changed
- Upsert methods now use server side upsert logic (update with
allow_missing = True
).
Added
allow_missing
parameter for update-methods.
Removed
- Upsert methods no longer accept
assume_missing
parameter.
Version 2.5.0
Changed
- Adjust retry logic.
Added
- Add option to disable the creation of tags and library signals in the CSV uploader script for time series.
Fixed
- Handle empty data fields in CSV uploader
Version 2.4.0
- Add option to have CSV uploader exit with non-zero code on any error
- Report error when there are empty display names in a CSV file
Version 2.3.2
Fixed
- Add missing
is_associative
field to EntityType.