Skip to content

v0.10.0

Choose a tag to compare

@CasperWA CasperWA released this 24 Sep 16:23
v0.10.0
99ee111

Major updates:

  • Use the OPTIMADE Validator action to check the implementation, both in CI and in the pytesting (#114)
  • Add middleware from optimade to (#114):
    • Ensure a wrongly versioned base URL returns HTTP code 553.
    • Add support for the api_hint query parameter.
    • Catch Python Warnings and report them in the response as OPTIMADE Warning objects.
      Note, for this to work, one has to subclass optimade.server.warnings.OptimadeWarning.

Minor updates:

  • Support optimade v0.12.0 (#114)

Bug fixes:

  • Fix OPTIMADE badge in README (#112)