Changelog
v1.2.0 (2025-02-25)
This v1.2.0 release is coincidentally the first to support some features from OPTIMADE v1.2.0, namely the specification of licenses. Support for other 1.2 fields (e.g., symmetry, partial data etc.) will come in future releases based on demand. As the optimade.__api_version__
has been bumped, servers running optimade-python-tools will now have versioned endpoints for /v1
and /v1.2
, but not /v1.1
. For now, only one OPTIMADE API version is targeted by each optimade-python-tools version, as listed in the README. If you need any changes backported to the v1.1.x branch, please raise an issue.
Fixed bugs:
- Retain
next_url
value in responses fromOptimadeClient
#2233 (@mehmetgiritli)
Closed issues:
Merged pull requests:
- Allow overriding request URL in
OptimadeClient
#2234 (@mehmetgiritli) - Add configurable
license
andavailable_licenses
info fields #2224 (@ml-evs)
* This Changelog was automatically generated by github_changelog_generator