Version 0.1.8 Package requirements cleaned up. An inadvertent unused package import removed.
Version 0.1.7: Code cleanup and revision - typing added to the code and validation tests added.
Version 0.1.6: Default CDCS database value updated to 2.15.0. RestAPI.request() now takes a checkstatus parameter to turn off automatically raising an error for bad html returns.
Version 0.1.5: The RestClient and CDCS classes have been updated to support more authentication options. Package version now viewable in Python using cdcs.__version__.
Version 0.1.4: CDCS class now tracks the version of CDCS being interacted with to allow for version-specific methods if needed. "page" option added to query. Bug fixes and code cleanup.
Version 0.1.3: Workspace assignment methods changed and integrated into upload/update methods
Version 0.1.2: Added "verbose" option to many of the methods. Minor code management changes.
Version 0.1.1: Template handling in get_records() updated - might depend on CDCS version.
Version 0.1.0: Package first uploaded and complete.