This repository has been archived by the owner on Sep 11, 2024. It is now read-only.
Releases: caltechlibrary/sidewall
Releases · caltechlibrary/sidewall
Version 1.0.1
This is a significant bug-fix release. Users should update to 1.0.1 as soon as possible.
- Fixed serious bugs in creating
Researcher
objects fromAuthor
objects. - Fixed bugs in setting
current_organization
onPerson
,Author
andResearcher
objects - Fixed bugs setting
affiliations
onResearcher
when derived fromAuthor
objects - Updated examples in the top-level README file
- Started a CHANGES file
Version 1.0.0
Sidewall is a package for interacting with the Dimensions search API. It provides object classes for Dimensions entities, fetches data incrementally, caches results, copes with rate limits, and more, to make working with Dimensions in Python more natural. "Sidewall" is a loose acronym for Simple Dimensions wrapper client library.
Version 1.0.0 is fully functional. It lacks support for representing Dimensions policy and patent entities, and only handles simple search queries, but otherwise should work.
Please use the GitHub issue tracker to report problems.