v0.5.13
NEW
- Added a new helper function
pid_to_eml_physical
to streamline producingphysical
objects from PIDs
CHANGED
- The
{sysmeta|pid}_to_eml_{other_entity|physical}
functions are now vectorized. - Deprecation:
sysmeta_to_other_entity
has been renamed tosysmeta_to_eml_other_entity
to keep names more consistent across the helper functions - Deprecation:
pid_to_other_entity
has been renamed topid_to_eml_other_entity
to keep names more consistent across the helper functions
FIXED
publish_object
no longer defaults to a format ID of application/xml for files that end with .xml. This was causing issues in the past where EML XML documents were getting the wrong format ID and the uploader wasn't noticing until later on.get_package
should now produce more helpful error messages in some cases where it didn't previously