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 the analyze/download route. See the data dictionary for more details.
  • A new premium_news site type option is now available for the analyze/dataset route. See the data dictionary for more details.
  • The keyword_of_interest parameter in the POST /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 of Microsoft. The result now returns Microsoft instead of an empty response.

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.