Skip to content

Commit fd9331e

Browse files
committed
Release v1.3.0 - Changelog
1 parent 312f46a commit fd9331e

File tree

5 files changed

+23
-8
lines changed

5 files changed

+23
-8
lines changed

CHANGELOG.md

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,34 @@
11
# Changelog
22

3-
## [Unreleased](https://github.com/Materials-Consortia/optimade-python-tools/tree/HEAD)
3+
## [v1.3.0](https://github.com/Materials-Consortia/optimade-python-tools/tree/v1.3.0) (2025-08-11)
44

5-
[Full Changelog](https://github.com/Materials-Consortia/optimade-python-tools/compare/v1.2.4...HEAD)
5+
[Full Changelog](https://github.com/Materials-Consortia/optimade-python-tools/compare/v1.2.4...v1.3.0)
66

7-
**Fixed bugs:**
7+
**Implemented enhancements:**
88

9-
- Division by zero errors with version 1.2.3 [\#2254](https://github.com/Materials-Consortia/optimade-python-tools/issues/2254)
9+
- Allow the first page of MongoDB results to very slowly return a proper count [\#2253](https://github.com/Materials-Consortia/optimade-python-tools/pull/2253) ([ml-evs](https://github.com/ml-evs))
10+
11+
**Closed issues:**
12+
13+
- SOCKS5 Proxy Support for OPTIMADE Client. [\#2274](https://github.com/Materials-Consortia/optimade-python-tools/issues/2274)
14+
15+
**Merged pull requests:**
16+
17+
- Add `id` and `type` to entry info response for OPTIMADE v1.2+ [\#2287](https://github.com/Materials-Consortia/optimade-python-tools/pull/2287) ([ml-evs](https://github.com/ml-evs))
18+
- Bump requests from 2.32.3 to 2.32.4 [\#2281](https://github.com/Materials-Consortia/optimade-python-tools/pull/2281) ([dependabot[bot]](https://github.com/apps/dependabot))
19+
- \[pre-commit.ci\] pre-commit autoupdate [\#2279](https://github.com/Materials-Consortia/optimade-python-tools/pull/2279) ([pre-commit-ci[bot]](https://github.com/apps/pre-commit-ci))
20+
- Quote package name + extra in installation instructions [\#2272](https://github.com/Materials-Consortia/optimade-python-tools/pull/2272) ([ml-evs](https://github.com/ml-evs))
21+
- \[pre-commit.ci\] pre-commit autoupdate [\#2270](https://github.com/Materials-Consortia/optimade-python-tools/pull/2270) ([pre-commit-ci[bot]](https://github.com/apps/pre-commit-ci))
22+
- Use PEP 639 SPDX license in pyproject [\#2269](https://github.com/Materials-Consortia/optimade-python-tools/pull/2269) ([ml-evs](https://github.com/ml-evs))
23+
- \[pre-commit.ci\] pre-commit autoupdate [\#2263](https://github.com/Materials-Consortia/optimade-python-tools/pull/2263) ([pre-commit-ci[bot]](https://github.com/apps/pre-commit-ci))
1024

1125
## [v1.2.4](https://github.com/Materials-Consortia/optimade-python-tools/tree/v1.2.4) (2025-03-21)
1226

1327
[Full Changelog](https://github.com/Materials-Consortia/optimade-python-tools/compare/v1.2.3...v1.2.4)
1428

1529
**Fixed bugs:**
1630

31+
- Division by zero errors with version 1.2.3 [\#2254](https://github.com/Materials-Consortia/optimade-python-tools/issues/2254)
1732
- Fix divide by zero when no data is returned [\#2255](https://github.com/Materials-Consortia/optimade-python-tools/pull/2255) ([ml-evs](https://github.com/ml-evs))
1833

1934
## [v1.2.3](https://github.com/Materials-Consortia/optimade-python-tools/tree/v1.2.3) (2025-03-20)

docs/static/default_config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"base_url": null,
1313
"implementation": {
1414
"name": "OPTIMADE Python Tools",
15-
"version": "1.2.4",
15+
"version": "1.3.0",
1616
"source_url": "https://github.com/Materials-Consortia/optimade-python-tools",
1717
"maintainer": {"email": "[email protected]"}
1818
},

openapi/index_openapi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"openapi": "3.1.0",
33
"info": {
44
"title": "OPTIMADE API - Index meta-database",
5-
"description": "The [Open Databases Integration for Materials Design (OPTIMADE) consortium](https://www.optimade.org/) aims to make materials databases interoperational by developing a common REST API.\nThis is the \"special\" index meta-database.\n\nThis specification is generated using [`optimade-python-tools`](https://github.com/Materials-Consortia/optimade-python-tools/tree/v1.2.4) v1.2.4.",
5+
"description": "The [Open Databases Integration for Materials Design (OPTIMADE) consortium](https://www.optimade.org/) aims to make materials databases interoperational by developing a common REST API.\nThis is the \"special\" index meta-database.\n\nThis specification is generated using [`optimade-python-tools`](https://github.com/Materials-Consortia/optimade-python-tools/tree/v1.3.0) v1.3.0.",
66
"version": "1.2.0"
77
},
88
"paths": {

openapi/openapi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"openapi": "3.1.0",
33
"info": {
44
"title": "OPTIMADE API",
5-
"description": "The [Open Databases Integration for Materials Design (OPTIMADE) consortium](https://www.optimade.org/) aims to make materials databases interoperational by developing a common REST API.\n\nThis specification is generated using [`optimade-python-tools`](https://github.com/Materials-Consortia/optimade-python-tools/tree/v1.2.4) v1.2.4.",
5+
"description": "The [Open Databases Integration for Materials Design (OPTIMADE) consortium](https://www.optimade.org/) aims to make materials databases interoperational by developing a common REST API.\n\nThis specification is generated using [`optimade-python-tools`](https://github.com/Materials-Consortia/optimade-python-tools/tree/v1.3.0) v1.3.0.",
66
"version": "1.2.0"
77
},
88
"paths": {

optimade/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = "1.2.4"
1+
__version__ = "1.3.0"
22
__api_version__ = "1.2.0"

0 commit comments

Comments
 (0)