Skip to content

Commit

Permalink
Release v0.4.1 (#1387)
Browse files Browse the repository at this point in the history
* Release v0.4.1

* Spellcheck
  • Loading branch information
AlonsoGuevara authored Nov 8, 2024
1 parent 20c1202 commit ba50caa
Show file tree
Hide file tree
Showing 10 changed files with 46 additions and 31 deletions.
34 changes: 34 additions & 0 deletions .semversioner/0.4.1.json
Original file line number Diff line number Diff line change
@@ -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"
}
4 changes: 0 additions & 4 deletions .semversioner/next-release/patch-20241031001404444046.json

This file was deleted.

4 changes: 0 additions & 4 deletions .semversioner/next-release/patch-20241106094228896260.json

This file was deleted.

4 changes: 0 additions & 4 deletions .semversioner/next-release/patch-20241106184714830526.json

This file was deleted.

4 changes: 0 additions & 4 deletions .semversioner/next-release/patch-20241106193551070554.json

This file was deleted.

4 changes: 0 additions & 4 deletions .semversioner/next-release/patch-20241106225803494336.json

This file was deleted.

4 changes: 0 additions & 4 deletions .semversioner/next-release/patch-20241106232311738461.json

This file was deleted.

4 changes: 0 additions & 4 deletions .semversioner/next-release/patch-20241107010037320137.json

This file was deleted.

13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <alonsog@microsoft.com>",
Expand Down

0 comments on commit ba50caa

Please sign in to comment.