v0.5.11
CHANGED
get_packagenow 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_packageon the most recent version). Now this is fixed and you should be able to callget_packageon any package in a version chain.eml_add_other_entitieshas been renamed toeml_add_entitiesand now supports adding all entity types in one run, i.e., you can add a mix ofdataTableandotherEntityelements to your document in one call.profilerenamed toview_profileto avoid conflicting with built-in functions and make the name a little more specific
FIXED
- Routines creating EML
physicalsections now add theunitattribute (with value 'bytes') to object sizes. This isn't strictly required by EML but it's better to be explicit.