semanticscholar-0.4.0
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()
andget_paper()
should now raise anObjectNotFoundExeception
when the Paper or Author ID is not found. (ae50750)- New
Paper
properties:corpusId
,openAccessPdf
, andpublicationVenue
. (b2ae2bb) - New type:
PublicationVenue
. (648bd77) - Added support for 500 and 504 HTTP errors. (c53c08c, ec23182)
Enhancements
- The
ValueError
exception will be raised when thelimit
parameter is given a value that is out of bounds.
Breaking Changes
ObjectNotFoundExeception
raised instead of returning an emptydict
.- Removed deprecated methods:
author()
andpaper()
. (06a6a53)
Deprecations
- Deprecated
graph_api
parameter. (4acbd11) - Deprecated
include_unknown_refs
parameter inget_paper()
. (1d74d22)
Full Changelog: v0.3.2...v0.4.0