v0.10.0
Major updates:
- Use the OPTIMADE Validator action to check the implementation, both in CI and in the pytesting (#114)
- Add middleware from
optimadeto (#114):- Ensure a wrongly versioned base URL returns HTTP code 553.
- Add support for the
api_hintquery parameter. - Catch Python
Warnings and report them in the response as OPTIMADE Warning objects.
Note, for this to work, one has to subclassoptimade.server.warnings.OptimadeWarning.
Minor updates:
- Support
optimadev0.12.0 (#114)
Bug fixes:
- Fix OPTIMADE badge in README (#112)