Skip to content

v0.5.11

Compare
Choose a tag to compare
@amoeba amoeba released this 10 Mar 15:59

CHANGED

  • get_package now uses slightly different logic than before. Previously, it would first look for resource maps and then filter out any obsoleted ones. This caused packages in the middle of a version chain to be not findable by get_package (You would've had to call get_package on the most recent version). Now this is fixed and you should be able to call get_package on any package in a version chain.
  • eml_add_other_entities has been renamed to eml_add_entities and now supports adding all entity types in one run, i.e., you can add a mix of dataTable and otherEntity elements to your document in one call.
  • profile renamed to view_profile to avoid conflicting with built-in functions and make the name a little more specific

FIXED

  • Routines creating EML physical sections now add the unit attribute (with value 'bytes') to object sizes. This isn't strictly required by EML but it's better to be explicit.