Releases: RavenPack/python-api
Version 1.0.57
Fixed
- Bug in event_symilarity_days serializer
- Bug with UTF-8 encoding in the edge reference-type
Version 1.0.56
Improved
Internal changes to speed up get_status
and wait_for_completion
file methods
Version 1.0.55
Added
Added an optional parameter upload_mode
to api.upload.file
, which can be
"RPXML" or "RPJSON". Internal.
Version 1.0.54
Fixed
Fix for Result
.str to handle Edge fields
Changed
Datafile's content now don't contain empty records
Version 1.0.53
Added
Product aware instance: allows to access edge just instanciating your api with
api = RPApi(product="edge")
Version 1.0.52
Added
Entity-type-reference: support to retrieve a reference in the past. It also
supports to specify reference_type="delta"
to retrieve just a daily
difference of the changes (only for Edge).
Version 1.0.51
Added
Insider-transactions and Earnings-Dates API support: list the available files
and download them to automate your process
Version 1.0.50
Fixed
Fix for Python 2.7 compatibility
Version 1.0.49
Added
Text analytics: support for uploading via source_url
Version 1.0.48
Added
Text analytics: support for the /text-extraction endpoint