Skip to content

Support for Python 3.5+ only (use of typing module)

Compare
Choose a tag to compare
@gregorleban gregorleban released this 15 May 10:30
· 2 commits to master since this release

v9.0 (2023-05-15)

Added

  • added use of the typing module. All parameters in the method calls use typing support to make it easier to understand what type is expected.
  • added autosuggest methods suggestEventTypes, suggestIndustries, getSdgUris, getSasbUris - all to be used only when querying mentions

Updated

  • QueryArticles class. Added filters authorsFilter, videosFilter, linksFilter
  • QueryMentions class. Added several filters: industryUri, sdgUri, sasbUri, esgUri, minSentenceIndex, maxSentenceIndex, showDuplicates
  • updated several code example files