Changelog
Changelog - 2.40.0
Released on
Release notes
- From now on, any query ran in the /dataset route will be using the precompute workflow by default. As a consequence of
this change, the
precompute
parameter has been removed. - A new parameter
sort
is now available for theanalyze/download
route. See the data dictionary for more details. - A new
premium_news
site type option is now available for theanalyze/dataset
route. See the data dictionary for more details. - The
keyword_of_interest
parameter in thePOST /kg/candidates
route is now a fully fuzzy search parameter.- As such, when there is a typo or accentuated letters in this field, for instance
icrosofte
instead ofMicrosoft
. The result now returnsMicrosoft
instead of an empty response.
- As such, when there is a typo or accentuated letters in this field, for instance
Comments
- Use the new
sort
parameter in the download route to sort in ascending or descending order the documents with the following fields:document_positive
,document_negative
,document_neutral
,document_polarity
.