Skip to content

v0.12.0

Compare
Choose a tag to compare
@CasperWA CasperWA released this 16 Nov 22:32
· 177 commits to develop since this release

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 of elements_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 is null) (#162).

Developer updates:

  • Use the latest optimade version for the validator action in the docker CI (#162).
  • Update tests for aiida-optimade calc and improve printed output (#163).