v0.5.11
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 byget_package
(You would've had to callget_package
on the most recent version). Now this is fixed and you should be able to callget_package
on any package in a version chain.eml_add_other_entities
has been renamed toeml_add_entities
and now supports adding all entity types in one run, i.e., you can add a mix ofdataTable
andotherEntity
elements to your document in one call.profile
renamed toview_profile
to avoid conflicting with built-in functions and make the name a little more specific
FIXED
- Routines creating EML
physical
sections now add theunit
attribute (with value 'bytes') to object sizes. This isn't strictly required by EML but it's better to be explicit.