Skip to content

Commit

Permalink
Release v0.3.5 (#1166)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlonsoGuevara committed Sep 19, 2024
1 parent 95409ff commit 96a2460
Show file tree
Hide file tree
Showing 14 changed files with 65 additions and 45 deletions.
50 changes: 50 additions & 0 deletions .semversioner/0.3.5.json
Original file line number Diff line number Diff line change
@@ -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"
}
4 changes: 0 additions & 4 deletions .semversioner/next-release/patch-20240910134759384450.json

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.3.4"
version = "0.3.5"
description = ""
authors = [
"Alonso Guevara Fernández <[email protected]>",
Expand Down

0 comments on commit 96a2460

Please sign in to comment.