- The following changes implement the changes to the WorldCat Search APIs that were made on December 7, 2008. - THIS MAY BREAK YOUR CODE: worldcat.request.search.HoldingsRequest has been renamed worldcat.request.search.LibrariesRequest. This class also allows you to retrieve a list of nearby libraries. - Any request that will return citations now supports the cformat parameter set to "all."
0.1.4
- Bug fix where exceptions weren't imported into worldcat.request.search and worldcat.request.xid - Added docstrings to example code
0.1.3
- Fixed bug in worldcat.request.search.CitationRequest - added examples directory and get related works example code
0.1.2
- Switched to dual licensing under GPL and BSD for OCLC Hackathon (thanks to Thomas Dukleth for bringing this to my attention).
0.1.1
- Added LCCN support in worldcat.request.xid and other updates based upon http://worldcat.org/devnet/blog/2008/11/lccn_support_and_other_improve.html
0.1.0
- Added iterators to SRURequest and OpenSearchRequest in worldcat.request.search These need testing, so please submit any feedback. - Correcting, adding, and cleaning up docstrings