Skip to content

semanticscholar-0.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Jan 03:25

New Features

  • Added support for getting multiple papers or authors at once. (eba2372)
  • Added support for getting details about paper's author, citation and references. (bd9e19a, 0397761, 6b4f2c7)
  • Added support for getting details about author's papers. (f186cea)
  • get_author() and get_paper() should now raise an ObjectNotFoundExeception when the Paper or Author ID is not found. (ae50750)
  • New Paper properties: corpusId, openAccessPdf, and publicationVenue. (b2ae2bb)
  • New type: PublicationVenue. (648bd77)
  • Added support for 500 and 504 HTTP errors. (c53c08c, ec23182)

Enhancements

  • The ValueError exception will be raised when the limit parameter is given a value that is out of bounds.

Breaking Changes

  • ObjectNotFoundExeception raised instead of returning an empty dict.
  • Removed deprecated methods: author() and paper(). (06a6a53)

Deprecations

  • Deprecated graph_api parameter. (4acbd11)
  • Deprecated include_unknown_refs parameter in get_paper(). (1d74d22)

Full Changelog: v0.3.2...v0.4.0