Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v0.3.5 #1166

Merged
merged 1 commit into from
Sep 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Release v0.3.5
  • Loading branch information
AlonsoGuevara committed Sep 19, 2024
commit ef529d6c3eb36434f64b769a789f501263d53e66
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
Loading