v0.12.0
Changes:
- Update to AiiDA v1.5.0 (#158).
- Store all
float
values as hex strings in the AiiDA Node's extra to ensure accuracy (#162).
For a more in-depth explanation of this choice, see the commit message for 4ce308b.
Note: This fixes the long-standing issue ofelements_ratios
not being supported for querying.
OPTIMADE compliance:
- Ensure provider-specific fields are excluded if not included in the
response_fields
query parameter value (#159). - Ensure fields are always shown if explicitly requested via the
response_fields
query parameter (even if the value isnull
) (#162).
Developer updates: