Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Releases: caltechlibrary/sidewall

Version 1.0.1

16 Mar 18:40
Compare
Choose a tag to compare

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 from Author objects.
  • Fixed bugs in setting current_organization on Person, Author and Researcher objects
  • Fixed bugs setting affiliations on Researcher when derived from Author objects
  • Updated examples in the top-level README file
  • Started a CHANGES file

Version 1.0.0

15 Mar 23:10
Compare
Choose a tag to compare

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.