Releases: Materials-Consortia/optimade-python-tools
v1.1.11
Changelog
v1.1.11 (2025-02-07)
Closed issues:
- Overzealous validation of disordered structures #2221
- Support for specifying database licenses #1254
Merged pull requests:
- Add config option
exit_after_insert
to exit API after inserting data #2223 (@ml-evs) - Remove overly strict validation of disordered structures #2222 (@ml-evs)
* This Changelog was automatically generated by github_changelog_generator
v1.1.10
v1.1.10 (2025-01-27)
Merged pull requests:
- Make sure any relationships or links are ingested when consuming JSONL #2212 (@ml-evs)
- [pre-commit.ci] pre-commit autoupdate #2193 (@pre-commit-ci[bot])
- Bump codecov/codecov-action from 4 to 5 in the github-actions group #2181 (@dependabot[bot])
* This Changelog was automatically generated by github_changelog_generator
v1.1.9
Changelog
v1.1.9 (2025-01-04)
Fixed bugs:
Closed issues:
- aligning
mongo_uri/database
breaks connecting to Atlas cluster #2197
Merged pull requests:
* This Changelog was automatically generated by github_changelog_generator
v1.1.8
Changelog
v1.1.8 (2024-12-27)
Merged pull requests:
- Catch error for invalid URI. #2201 (@JPBergsma)
* This Changelog was automatically generated by github_changelog_generator
v1.1.7
What's Changed
- Give warning instead of error for wrong mongo URI by @JPBergsma in #2198
Full Changelog: v1.1.6...v1.1.7
Changelog
v1.1.7 (2024-12-16)
Closed issues:
- aligning
mongo_uri/database
breaks connecting to Atlas cluster #2197 - help me to download any compositional based material #2196
Merged pull requests:
- Give warning instead of error for wrong mongo URI #2198 (@JPBergsma)
* This Changelog was automatically generated by github_changelog_generator
v1.1.6
What's Changed
- Remove support for Python 3.9 by @ml-evs in #2158
- Update CODEOWNERS by @ml-evs in #2162
- Bump starlette from 0.39.2 to 0.40.0 by @dependabot in #2164
- Update README with pre-emptive support of OPTIMADE versions by @ml-evs in #2165
- Add Python 3.13 to test matrix by @ml-evs in #2163
- Quality of life changes around JSONL & MongoDB by @ml-evs in #2175
- Improve config loading warnings and prefer
mongo_uri
as source of database name by @ml-evs in #2183 - Add citation info for latest OPTIMADE paper by @ml-evs in #2186
Full Changelog: v1.1.4...v1.1.6
Changelog
v1.1.6 (2024-12-04)
Closed issues:
- Support Python 3.13 #2161
Merged pull requests:
- Add citation info for latest OPTIMADE paper #2186 (@ml-evs)
- Improve config loading warnings and prefer
mongo_uri
as source of database name #2183 (@ml-evs) - [pre-commit.ci] pre-commit autoupdate #2178 (@pre-commit-ci[bot])
- Quality of life changes around JSONL & MongoDB #2175 (@ml-evs)
- Update README with pre-emptive support of OPTIMADE versions #2165 (@ml-evs)
- Add Python 3.13 to test matrix #2163 (@ml-evs)
- Remove support for Python 3.9 #2158 (@ml-evs)
* This Changelog was automatically generated by github_changelog_generator
v1.1.5
This release backports the last pre-3.9-deprecation dependency updates, resolving a security issue with starlette 0.39.
Changelog
v1.1.5 (2024-10-15)
* This Changelog was automatically generated by github_changelog_generator
v1.1.4
This patch release simply updates various dependencies, ready for Python 3.9 to be deprecated in 1.2.x.
Changelog
v1.1.4 (2024-10-11)
* This Changelog was automatically generated by github_changelog_generator
v1.1.3
This release simply adds compatibility with the latest FastAPI and pydantic releases, with minor corresponding tweaks to the OpenAPI schema.
Changelog
v1.1.3 (2024-09-16)
* This Changelog was automatically generated by github_changelog_generator
v1.1.2
This patch release primarily deals with any dependency issues arising since 1.1.1. It adds a small convenience method (.from_url()
) to the adapter classes that allows you to pass a URL directly to download an OPTIMADE entry and wrap in the adapter class.
This is expected to be the last release that does not contain any of the OPTIMADE v1.2 features.
Changelog
v1.1.2 (2024-09-03)
Fixed bugs:
- Fly.io deployment failing #2141
Merged pull requests:
- Update docs build to accomodate mkdocs-autoref>=1.2 #2143 (@ml-evs)
- Update deployment workflow for fly.io #2142 (@CasperWA)
- [pre-commit.ci] pre-commit autoupdate #2140 (@pre-commit-ci[bot])
- Migrate default repository branch to
main
#2136 (@ml-evs) - Bump providers from
ad0e214
toe90caba
#2131 (@dependabot[bot]) - [pre-commit.ci] pre-commit autoupdate #2127 (@pre-commit-ci[bot])
- Add
.from_url
method to base adapter for easily loading a single entry #2122 (@ml-evs)
* This Changelog was automatically generated by github_changelog_generator