|
| 1 | +## 2024-10-17 RELEASE 7.1.1 |
| 2 | + |
| 3 | +This minor release removes the dependency on some only Python packages, in particular |
| 4 | +[six](https://pypi.org/project/six/) which is a problem for some Linux distributions that ship RDFLib. |
| 5 | + |
| 6 | +Other than that, there are a few minor PRs that improve testing and to do with making releases - no |
| 7 | +new RDFLib core work. |
| 8 | + |
| 9 | +Merged PRs: |
| 10 | + |
| 11 | +* 2024-10-28 - Replace html5lib with html5rdf, make it an optional dependency |
| 12 | + [PR #2951](https://github.com/RDFLib/rdflib/pull/2951) |
| 13 | +* 2024-10-23 - Prevent crash when comparing ill-typed numeric types. |
| 14 | + [PR #2949](https://github.com/RDFLib/rdflib/pull/2949) |
| 15 | +* 2024-10-23 - Fix parser bug and add test |
| 16 | + [PR #2943](https://github.com/RDFLib/rdflib/pull/2943) |
| 17 | +* 2024-10-23 - Fix import ordering in get_merged_prs. |
| 18 | + [PR #2947](https://github.com/RDFLib/rdflib/pull/2947) |
| 19 | +* 2024-10-17 - post 7.1.0 release PR |
| 20 | + [PR #2934](https://github.com/RDFLib/rdflib/pull/2934) |
| 21 | +* 2024-10-17 - 7.1.0 release |
| 22 | + [PR #2933](https://github.com/RDFLib/rdflib/pull/2933) |
| 23 | + |
| 24 | + |
| 25 | +* 2024-10-24 - build(deps): bump poetry from 1.8.3 to 1.8.4 in /devtools |
| 26 | + [PR #2938](https://github.com/RDFLib/rdflib/pull/2938) |
| 27 | +* 2024-10-24 - build(deps-dev): bump poetry from 1.8.3 to 1.8.4 |
| 28 | + [PR #2941](https://github.com/RDFLib/rdflib/pull/2941) |
| 29 | +* 2024-10-24 - build(deps): bump orjson from 3.10.7 to 3.10.10 |
| 30 | + [PR #2950](https://github.com/RDFLib/rdflib/pull/2950) |
| 31 | +* 2024-10-23 - build(deps-dev): bump ruff from 0.6.9 to 0.7.0 |
| 32 | + [PR #2942](https://github.com/RDFLib/rdflib/pull/2942) |
| 33 | + |
| 34 | + |
1 | 35 | ## 2024-10-17 RELEASE 7.1.0 |
2 | 36 |
|
3 | 37 | This minor release incorporates just over 100 substantive PRs - interesting |
|
0 commit comments