Skip to content

v0.9.0

Compare
Choose a tag to compare
@CasperWA CasperWA released this 31 Aug 10:04
· 229 commits to develop since this release
v0.9.0
b7db518

Major changes:

  • aiida-optimade CLI (#85)
    New CLI with which one can run the server and initialize an AiiDA database.
  • Custom Python Warnings (#94)
    All AiiDA-OPTIMADE warnings can be caught by the custom AiidaOptimadeWarning class.
  • Logger (#94)
    Log various events in the code, useful for debugging and testing.

OPTIMADE-specific changes:

  • Add new nperiodic_dimensions Structure attribute to translator (#93)
  • Add type attribute to the introspective /info/structures endpoint (#93)
  • Add /versions-endpoint and use un-versioned URLs (#94)

Minor changes:

  • Update license and authorship (#85)
  • Use Python 3.8 in CI (#93)
  • Use Dependabot v2 (#95)
  • Update to latest OPTIMADE Python tools and AiiDA versions (0.11.0 and 1.3.1, respectively) (#97, #109)
  • Rely on OPTIMADE Python tools for certain direct dependencies: FastAPI, the Lark parser, and pydantic (#106)