|
1 | 1 | # Changelog |
2 | 2 |
|
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) |
4 | 4 |
|
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) |
6 | 6 |
|
7 | | -**Fixed bugs:** |
| 7 | +**Implemented enhancements:** |
8 | 8 |
|
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)) |
10 | 24 |
|
11 | 25 | ## [v1.2.4](https://github.com/Materials-Consortia/optimade-python-tools/tree/v1.2.4) (2025-03-21) |
12 | 26 |
|
13 | 27 | [Full Changelog](https://github.com/Materials-Consortia/optimade-python-tools/compare/v1.2.3...v1.2.4) |
14 | 28 |
|
15 | 29 | **Fixed bugs:** |
16 | 30 |
|
| 31 | +- Division by zero errors with version 1.2.3 [\#2254](https://github.com/Materials-Consortia/optimade-python-tools/issues/2254) |
17 | 32 | - 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)) |
18 | 33 |
|
19 | 34 | ## [v1.2.3](https://github.com/Materials-Consortia/optimade-python-tools/tree/v1.2.3) (2025-03-20) |
|
0 commit comments