Releases: Materials-Consortia/optimade-python-tools
Releases · Materials-Consortia/optimade-python-tools
v0.12.0
The full release changelog can be seen in the online docs and in the repository source file.
v0.11.0
Major changes has been implemented in this version since v0.10.0, including here a list of highlights:
- Implement specification-required error responses for specific scenarios.
This includes553 Version Not Supportedand400 Bad Request. - Implement warnings.
Warnings emitted through the built-inwarningsmodule will now be added to the JSON response undermeta-->warnings. - Logging.
Theoptimadepackage now has it's own logger based on the built-inloggingmodule. It will both save to file and output to the console usinguvicorn's logging formatter, so that it looks nice together with theuvicornlogs. - Sorting on unknown properties.
- Major documentation overhaul!
api_hintquery parameter.
The full release changelog can be seen in the online docs and in the repository source file.
v0.10.0
The only breaking changes in this minor release are the renaming of the optimade_validator script to optimade-validator, and the renaming of some the flags used by this script (as_type is now as-type and skip_optional is now skip-optional).
The full release changelog can be seen in the online docs and in the repository source file.
v0.9.8
The full release changelog can be seen in the online docs and in the repository source file.
v0.9.7
v0.9.6
v0.9.5
v0.9.4
v0.9.3
Fix version issues in the publish workflow (#376) * add __init__ in publish workflow * fix version * update openapi back to 0.9.2 * push version tag forward in release workflow * reference correct tag * update tag move message * don't need force if tags are switched outside protected branch actions * Push only to master