Skip to content

Commit ba50caa

Browse files
Release v0.4.1 (#1387)
* Release v0.4.1 * Spellcheck
1 parent 20c1202 commit ba50caa

10 files changed

+46
-31
lines changed

.semversioner/0.4.1.json

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"changes": [
3+
{
4+
"description": "Add update cli entrypoint for incremental indexing",
5+
"type": "patch"
6+
},
7+
{
8+
"description": "Allow some cicd jobs to skip PRs dedicated to doc updates only.",
9+
"type": "patch"
10+
},
11+
{
12+
"description": "Fix a file paths issue in the viz guide.",
13+
"type": "patch"
14+
},
15+
{
16+
"description": "Fix optional covariates update in incremental indexing",
17+
"type": "patch"
18+
},
19+
{
20+
"description": "Raise error on empty deltas for inc indexing",
21+
"type": "patch"
22+
},
23+
{
24+
"description": "add visualization guide to doc site",
25+
"type": "patch"
26+
},
27+
{
28+
"description": "fix streaming output error",
29+
"type": "patch"
30+
}
31+
],
32+
"created_at": "2024-11-08T23:13:05+00:00",
33+
"version": "0.4.1"
34+
}

.semversioner/next-release/patch-20241031001404444046.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

.semversioner/next-release/patch-20241106094228896260.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

.semversioner/next-release/patch-20241106184714830526.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

.semversioner/next-release/patch-20241106193551070554.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

.semversioner/next-release/patch-20241106225803494336.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

.semversioner/next-release/patch-20241106232311738461.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

.semversioner/next-release/patch-20241107010037320137.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,22 @@
11
# Changelog
2-
32
Note: version releases in the 0.x.y range may introduce breaking changes.
43

4+
## 0.4.1
5+
6+
- patch: Add update cli entrypoint for incremental indexing
7+
- patch: Allow some CI/CD jobs to skip PRs dedicated to doc updates only.
8+
- patch: Fix a file paths issue in the viz guide.
9+
- patch: Fix optional covariates update in incremental indexing
10+
- patch: Raise error on empty deltas for inc indexing
11+
- patch: add visualization guide to doc site
12+
- patch: fix streaming output error
13+
514
## 0.4.0
615

716
- minor: Add Incremental Indexing
817
- minor: Added DRIFT graph reasoning query module
918
- minor: embeddings moved to a different workflow
10-
- minor: Add DRIFT search cli and example notebook
19+
- patch: Add DRIFT search cli and example notebook
1120
- patch: Add config for incremental updates
1221
- patch: Add embeddings to subflow.
1322
- patch: Add naive community merge using time period

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
22
name = "graphrag"
33
# Maintainers: do not change the version here manually, use ./scripts/release.sh
4-
version = "0.4.0"
4+
version = "0.4.1"
55
description = "GraphRAG: A graph-based retrieval-augmented generation (RAG) system."
66
authors = [
77
"Alonso Guevara Fernández <alonsog@microsoft.com>",

0 commit comments

Comments
 (0)