diff --git a/.semversioner/0.3.5.json b/.semversioner/0.3.5.json new file mode 100644 index 000000000..90709bb0d --- /dev/null +++ b/.semversioner/0.3.5.json @@ -0,0 +1,50 @@ +{ + "changes": [ + { + "description": "Add compound verbs with tests infra.", + "type": "patch" + }, + { + "description": "Collapse create_final_communities.", + "type": "patch" + }, + { + "description": "Collapse create_final_text_units.", + "type": "patch" + }, + { + "description": "Covariate verb collapse.", + "type": "patch" + }, + { + "description": "Fix duplicates in community context builder", + "type": "patch" + }, + { + "description": "Fix prompt tune output path", + "type": "patch" + }, + { + "description": "Fix seed hardcoded init", + "type": "patch" + }, + { + "description": "Fix seeded random gen on clustering", + "type": "patch" + }, + { + "description": "Improve logging.", + "type": "patch" + }, + { + "description": "Set default values for cli parameters.", + "type": "patch" + }, + { + "description": "Use static output directories.", + "type": "patch" + } + ], + "created_at": "2024-09-19T15:26:01+00:00", + "version": "0.3.5" +} \ No newline at end of file diff --git a/.semversioner/next-release/patch-20240910134759384450.json b/.semversioner/next-release/patch-20240910134759384450.json deleted file mode 100644 index b22abb187..000000000 --- a/.semversioner/next-release/patch-20240910134759384450.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "type": "patch", - "description": "Use static output directories." -} diff --git a/.semversioner/next-release/patch-20240912070016518752.json b/.semversioner/next-release/patch-20240912070016518752.json deleted file mode 100644 index 21944fdc8..000000000 --- a/.semversioner/next-release/patch-20240912070016518752.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "type": "patch", - "description": "Set default values for cli parameters." -} diff --git a/.semversioner/next-release/patch-20240912205821550837.json b/.semversioner/next-release/patch-20240912205821550837.json deleted file mode 100644 index a06a7ea9a..000000000 --- a/.semversioner/next-release/patch-20240912205821550837.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "type": "patch", - "description": "Fix duplicates in community context builder" -} diff --git a/.semversioner/next-release/patch-20240912220455353844.json b/.semversioner/next-release/patch-20240912220455353844.json deleted file mode 100644 index 8279dd0d6..000000000 --- a/.semversioner/next-release/patch-20240912220455353844.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "type": "patch", - "description": "Fix seeded random gen on clustering" -} diff --git a/.semversioner/next-release/patch-20240916165039848844.json b/.semversioner/next-release/patch-20240916165039848844.json deleted file mode 100644 index 8c96b4eeb..000000000 --- a/.semversioner/next-release/patch-20240916165039848844.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "type": "patch", - "description": "Add compound verbs with tests infra." -} diff --git a/.semversioner/next-release/patch-20240916191422408337.json b/.semversioner/next-release/patch-20240916191422408337.json deleted file mode 100644 index d6b4b4d34..000000000 --- a/.semversioner/next-release/patch-20240916191422408337.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "type": "patch", - "description": "Covariate verb collapse." -} diff --git a/.semversioner/next-release/patch-20240917004639047120.json b/.semversioner/next-release/patch-20240917004639047120.json deleted file mode 100644 index c81029821..000000000 --- a/.semversioner/next-release/patch-20240917004639047120.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "type": "patch", - "description": "Collapse create_final_text_units." -} diff --git a/.semversioner/next-release/patch-20240917052141574161.json b/.semversioner/next-release/patch-20240917052141574161.json deleted file mode 100644 index 8c3f65096..000000000 --- a/.semversioner/next-release/patch-20240917052141574161.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "type": "patch", - "description": "Improve logging." -} diff --git a/.semversioner/next-release/patch-20240917213220301479.json b/.semversioner/next-release/patch-20240917213220301479.json deleted file mode 100644 index 6409fe30e..000000000 --- a/.semversioner/next-release/patch-20240917213220301479.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "type": "patch", - "description": "Collapse create_final_communities." -} diff --git a/.semversioner/next-release/patch-20240918223351051336.json b/.semversioner/next-release/patch-20240918223351051336.json deleted file mode 100644 index 0cc613b43..000000000 --- a/.semversioner/next-release/patch-20240918223351051336.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "type": "patch", - "description": "Fix seed hardcoded init" -} diff --git a/.semversioner/next-release/patch-20240919000033794082.json b/.semversioner/next-release/patch-20240919000033794082.json deleted file mode 100644 index 522e6050c..000000000 --- a/.semversioner/next-release/patch-20240919000033794082.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "type": "patch", - "description": "Fix prompt tune output path" -} diff --git a/CHANGELOG.md b/CHANGELOG.md index 87bbb82cd..ce6618c75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,20 @@ # Changelog Note: version releases in the 0.x.y range may introduce breaking changes. +## 0.3.5 + +- patch: Add compound verbs with tests infra. +- patch: Collapse create_final_communities. +- patch: Collapse create_final_text_units. +- patch: Covariate verb collapse. +- patch: Fix duplicates in community context builder +- patch: Fix prompt tune output path +- patch: Fix seed hardcoded init +- patch: Fix seeded random gen on clustering +- patch: Improve logging. +- patch: Set default values for cli parameters. +- patch: Use static output directories. + ## 0.3.4 - patch: Deep copy txt units on local search to avoid race conditions diff --git a/pyproject.toml b/pyproject.toml index 4e435014c..6d89a27b8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "graphrag" # Maintainers: do not change the version here manually, use ./scripts/release.sh -version = "0.3.4" +version = "0.3.5" description = "" authors = [ "Alonso Guevara Fernández ",