Changelog
Changelog - 2.37.0
Released on
Release notes
- The GET
kg/entities
route now returns the uuid of each retrieved entity. - The GET
kg/entities
route now accepts a new query parameteripo_status
in order to filter public, private and delisted organizations. - The GET
kg/entities
route now accepts a new query parametersub_sectors
in order to filter organizations by sub_sector. - The POST
kg/candidates
route now allows clients to search candidates using its ticker. - Korean language is now available with the precomputed workflow on the POST
analyze/dataset
route. - A new indicator
document_{sentiment}
is now available for theanalyze/download
route. See the data dictionary for more details about its formula. - Multiple documents can be translated in one request using the new POST
documents/translate/batch
route.- See how to use this new route on the documentation page.
Comments
- On the POST
kg/candidates
route, it's now possible to retrieve candidates by using the ticker identifier. For example,AAPL
will now return Apple as the first candidate andMSFT
will now return Microsoft as the first candidate. - Added the list of the languages supported in the translations in Language Support.
- The translation route is deprecated in favor of the batch translation route.
- The translation mechanism can be up to 3x faster