diff --git a/.semversioner/0.4.1.json b/.semversioner/0.4.1.json new file mode 100644 index 0000000000..eac9c82991 --- /dev/null +++ b/.semversioner/0.4.1.json @@ -0,0 +1,34 @@ +{ + "changes": [ + { + "description": "Add update cli entrypoint for incremental indexing", + "type": "patch" + }, + { + "description": "Allow some cicd jobs to skip PRs dedicated to doc updates only.", + "type": "patch" + }, + { + "description": "Fix a file paths issue in the viz guide.", + "type": "patch" + }, + { + "description": "Fix optional covariates update in incremental indexing", + "type": "patch" + }, + { + "description": "Raise error on empty deltas for inc indexing", + "type": "patch" + }, + { + "description": "add visualization guide to doc site", + "type": "patch" + }, + { + "description": "fix streaming output error", + "type": "patch" + } + ], + "created_at": "2024-11-08T23:13:05+00:00", + "version": "0.4.1" +} \ No newline at end of file diff --git a/.semversioner/next-release/patch-20241031001404444046.json b/.semversioner/next-release/patch-20241031001404444046.json deleted file mode 100644 index 10725e9652..0000000000 --- a/.semversioner/next-release/patch-20241031001404444046.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "type": "patch", - "description": "add visualization guide to doc site" -} diff --git a/.semversioner/next-release/patch-20241106094228896260.json b/.semversioner/next-release/patch-20241106094228896260.json deleted file mode 100644 index e9c07c612b..0000000000 --- a/.semversioner/next-release/patch-20241106094228896260.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "type": "patch", - "description": "fix streaming output error" -} diff --git a/.semversioner/next-release/patch-20241106184714830526.json b/.semversioner/next-release/patch-20241106184714830526.json deleted file mode 100644 index e1d29c8c3a..0000000000 --- a/.semversioner/next-release/patch-20241106184714830526.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "type": "patch", - "description": "Allow some cicd jobs to skip PRs dedicated to doc updates only." -} diff --git a/.semversioner/next-release/patch-20241106193551070554.json b/.semversioner/next-release/patch-20241106193551070554.json deleted file mode 100644 index 48e7ce9a52..0000000000 --- a/.semversioner/next-release/patch-20241106193551070554.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "type": "patch", - "description": "Fix a file paths issue in the viz guide." -} diff --git a/.semversioner/next-release/patch-20241106225803494336.json b/.semversioner/next-release/patch-20241106225803494336.json deleted file mode 100644 index e61c26301e..0000000000 --- a/.semversioner/next-release/patch-20241106225803494336.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "type": "patch", - "description": "Fix optional covariates update in incremental indexing" -} diff --git a/.semversioner/next-release/patch-20241106232311738461.json b/.semversioner/next-release/patch-20241106232311738461.json deleted file mode 100644 index 7fb27d13e0..0000000000 --- a/.semversioner/next-release/patch-20241106232311738461.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "type": "patch", - "description": "Raise error on empty deltas for inc indexing" -} diff --git a/.semversioner/next-release/patch-20241107010037320137.json b/.semversioner/next-release/patch-20241107010037320137.json deleted file mode 100644 index faf6e32e5d..0000000000 --- a/.semversioner/next-release/patch-20241107010037320137.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "type": "patch", - "description": "Add update cli entrypoint for incremental indexing" -} diff --git a/CHANGELOG.md b/CHANGELOG.md index 8300471bd7..de48f48932 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,22 @@ # Changelog - Note: version releases in the 0.x.y range may introduce breaking changes. +## 0.4.1 + +- patch: Add update cli entrypoint for incremental indexing +- patch: Allow some CI/CD jobs to skip PRs dedicated to doc updates only. +- patch: Fix a file paths issue in the viz guide. +- patch: Fix optional covariates update in incremental indexing +- patch: Raise error on empty deltas for inc indexing +- patch: add visualization guide to doc site +- patch: fix streaming output error + ## 0.4.0 - minor: Add Incremental Indexing - minor: Added DRIFT graph reasoning query module - minor: embeddings moved to a different workflow -- minor: Add DRIFT search cli and example notebook +- patch: Add DRIFT search cli and example notebook - patch: Add config for incremental updates - patch: Add embeddings to subflow. - patch: Add naive community merge using time period diff --git a/pyproject.toml b/pyproject.toml index 8a12b26a90..ce82715bf5 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.4.0" +version = "0.4.1" description = "GraphRAG: A graph-based retrieval-augmented generation (RAG) system." authors = [ "Alonso Guevara Fernández ",