This release reorganizes the `get_metadata` function to add a validate option to enable skipping validation and removes an unused password option. It also fixes an issue that impacted records with multiple rights statements.
0.1.11
Have tested and relaxed requirements to allow Python 3.6. Also adds automation to generate a CITATION.cff file.
0.1.10
Fix bugs in 4.3 schema customization and provide an example metadata file.
0.1.9
This release makes the progressbar in the download_file function so it works bteere across command line and jupyter notebook environments.
0.1.8
This release adds a download_url function, which easily returns the download url from the DataCite media API. Since the new version datacite python library has been released, this release will also install the correct dependencies.
0.1.7
This release includes a new download_file function that uses the DataCite media API, a bug fix to support "4" and "40" as a schema name, black formatting throughout the code, and a new example jupyter notebook.