Support for Python 3.5+ only (use of typing module)
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 filtersauthorsFilter
,videosFilter
,linksFilter
QueryMentions
class. Added several filters:industryUri
,sdgUri
,sasbUri
,esgUri
,minSentenceIndex
,maxSentenceIndex
,showDuplicates
- updated several code example files