|
| 1 | +## 2025-03-29 RELEASE 7.1.4 |
| 2 | + |
| 3 | +A tidy-up release with no major updates over 7.1.3. This may be the last 7.x |
| 4 | +release as we move to a version 8 with breaking changes to Dataset and a few |
| 5 | +APIs. |
| 6 | + |
| 7 | +Interesting PRs merged: |
| 8 | + |
| 9 | +* 2025-03-24 - remove old hacks against 2to3 |
| 10 | + [PR #3095](https://github.com/RDFLib/rdflib/pull/3095) |
| 11 | +* 2025-03-24 - Allow multi subjects & objects in graph funcs |
| 12 | + [PR #3086](https://github.com/RDFLib/rdflib/pull/3086) |
| 13 | +* 2025-03-24 - Reduce test warnings |
| 14 | + [PR #3085](https://github.com/RDFLib/rdflib/pull/3085) |
| 15 | +* 2025-03-22 - Downgrade log message about plugin |
| 16 | + [PR #3063](https://github.com/RDFLib/rdflib/pull/3063) |
| 17 | +* 2025-03-22 - remove old hacks against 2to3 |
| 18 | + [PR #3076](https://github.com/RDFLib/rdflib/pull/3076) |
| 19 | +* 2025-03-22 - Cope with Namespace annotations in Python 3.14 |
| 20 | + [PR #3084](https://github.com/RDFLib/rdflib/pull/3084) |
| 21 | +* 2025-01-18 - small docco update |
| 22 | + [PR #3053](https://github.com/RDFLib/rdflib/pull/3053) |
| 23 | + |
| 24 | +... and lots of boring dependency bump PRs merged! |
| 25 | + |
| 26 | +## 2025-01-17 RELEASE 7.1.3 |
| 27 | + |
| 28 | +A fix-up release that re-adds support for Python 3.8 after it was accidentally |
| 29 | +removed in Release 7.1.2. |
| 30 | + |
| 31 | +This release cherrypicks many additions to 7.1.2 added to 7.1.1 but leaves out |
| 32 | +typing changes that are not compatible |
| 33 | +with Python 3.8. |
| 34 | + |
| 35 | +Also not carried over from 7.1.2 is the change from Poetry 1.x to 2.0. |
| 36 | + |
| 37 | +Included are PRs such as _Defined Namespace warnings fix_, _sort longturtle |
| 38 | +blank nodes_, _deterministic longturtle serialisation_ and _Dataset documentation |
| 39 | +improvements_. |
| 40 | + |
| 41 | +For the full list of included PRs, see the preparatory PR: |
| 42 | +<https://github.com/RDFLib/rdflib/pull/3036>. |
| 43 | + |
1 | 44 | ## 2025-01-10 RELEASE 7.1.2 |
2 | 45 |
|
3 | 46 | A minor release that bumped up a few dev dependencies and achieved a few small but notable improvements, particularly with longturtle sorting: |
@@ -54,7 +97,6 @@ Merged PRs: |
54 | 97 | * 2024-10-23 - build(deps-dev): bump ruff from 0.6.9 to 0.7.0 |
55 | 98 | [PR #2942](https://github.com/RDFLib/rdflib/pull/2942) |
56 | 99 |
|
57 | | - |
58 | 100 | ## 2024-10-17 RELEASE 7.1.0 |
59 | 101 |
|
60 | 102 | This minor release incorporates just over 100 substantive PRs - interesting |
|
0 commit comments