v0.5.0
Highlight:
- Close AiiDA SQLA sessions after an endpoint has collected its data from the AiiDA database (#34).
This fixes the issue of theQueuePool
being filled up, since the connections were never released.
Changes:
- Add
optimade-python-tools
version toDockerfile
(#45) aiida-core
version compatibility badge (#46)- Use versioned base URLs for endpoint prefixes (#51)
- Further minimize code-reproduction and reuse code from
optimade
(#51) - Use
RedirectSlashedURLs
fromoptimade
(#51) - Move mapper aliases to config.json file (#51)
- Subclass
ResourceMapper
fromoptimade
and incorporate new REQUIRED levels from the spec (#52)