Skip to content

v0.1.1

Compare
Choose a tag to compare
@CasperWA CasperWA released this 01 May 17:03
8f2c930

Patch to v0.1.0.

AiiDA version: 1.0.0

Minor fixes due to changes in aiida-core.

Folder fixtures changes name to archives to match the same change happening for aiida-core.
The simple AiiDA export archives in aiida-core representing the different export versions have changed names:

  • export_v0.1_no_UPF.aiida -> export_v0.1_simple.aiida
  • export_v0.2_no_UPF.aiida -> export_v0.2_simple.aiida
  • export_v0.3_no_UPF.aiida -> export_v0.3_simple.aiida
  • export_v0.4_no_UPF.aiida -> export_v0.4_simple.aiida

A change in the conversion message included in metadata.json files, when a migration has been successfully performed, introduces the version of AiiDA into the message. In order to have the tests be version-agnostic, the conversion_info key has to be handled specially in the relevant tests.
When migrating an archive, it is asserted that the correct conversion message appears in the migrated archive, and the conversion_info item is then popped from both the migrated archive and the archive imported for comparison.