Skip to content

Releases: Materials-Consortia/optimade-python-tools

v0.12.0

11 Sep 21:17
Compare
Choose a tag to compare

The full release changelog can be seen in the online docs and in the repository source file.

v0.11.0

05 Aug 11:25
Compare
Choose a tag to compare

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 includes 553 Version Not Supported and 400 Bad Request.
  • Implement warnings.
    Warnings emitted through the built-in warnings module will now be added to the JSON response under meta --> warnings.
  • Logging.
    The optimade package now has it's own logger based on the built-in logging module. It will both save to file and output to the console using uvicorn's logging formatter, so that it looks nice together with the uvicorn logs.
  • Sorting on unknown properties.
  • Major documentation overhaul!
  • api_hint query parameter.

The full release changelog can be seen in the online docs and in the repository source file.

v0.10.0

17 Jul 15:46
Compare
Choose a tag to compare

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

03 Jul 08:32
Compare
Choose a tag to compare

The full release changelog can be seen in the online docs and in the repository source file.

v0.9.7

28 Jun 17:10
Compare
Choose a tag to compare

This release is part of several releases done during the update of the publishing workflow.

Click here to see the full changelog online.

v0.9.6

28 Jun 16:48
Compare
Choose a tag to compare

This release is part of several releases done during the update of the publishing workflow.

Click here to see the full changelog online.

v0.9.5

26 Jun 16:53
v0.9.5
Compare
Choose a tag to compare

First release using new action for publishing.

See full changelog online.

v0.9.4

26 Jun 14:25
Compare
Choose a tag to compare
move push forward version tag to safer spot

v0.9.3

26 Jun 13:49
cb088b5
Compare
Choose a tag to compare
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

v0.9.2

25 Jun 20:21
Compare
Choose a tag to compare
Push release v0.9.2 tag to new release commit