Skip to content

Commit

Permalink
Release v0.3.2 (#1034)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlonsoGuevara authored Aug 26, 2024
1 parent 32c0cdf commit 75735bd
Show file tree
Hide file tree
Showing 12 changed files with 56 additions and 37 deletions.
42 changes: 42 additions & 0 deletions .semversioner/0.3.2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
{
"changes": [
{
"description": "Add context data to query API responses.",
"type": "patch"
},
{
"description": "Add missing config parameter documentation for prompt tuning",
"type": "patch"
},
{
"description": "Add neo4j community notebook",
"type": "patch"
},
{
"description": "Ensure entity types to be str when running prompt tuning",
"type": "patch"
},
{
"description": "Fix weight casting during graph extraction",
"type": "patch"
},
{
"description": "Patch \"past\" dependency issues",
"type": "patch"
},
{
"description": "Update developer guide.",
"type": "patch"
},
{
"description": "Update query type hints.",
"type": "patch"
},
{
"description": "change-lancedb-placement",
"type": "patch"
}
],
"created_at": "2024-08-26T23:43:01+00:00",
"version": "0.3.2"
}
4 changes: 0 additions & 4 deletions .semversioner/next-release/patch-20240717000610110208.json

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
# Changelog
Note: version releases in the 0.x.y range may introduce breaking changes.

## 0.3.2

- patch: Add context data to query API responses.
- patch: Add missing config parameter documentation for prompt tuning
- patch: Add neo4j community notebook
- patch: Ensure entity types to be str when running prompt tuning
- patch: Fix weight casting during graph extraction
- patch: Patch "past" dependency issues
- patch: Update developer guide.
- patch: Update query type hints.
- patch: change-lancedb-placement

## 0.3.1

- patch: Add preflight check to check LLM connectivity.
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
[tool.poetry]
name = "graphrag"
# Maintainers: do not change the version here manually, use ./scripts/release.sh
version = "0.3.1"
version = "0.3.2"
description = ""
authors = [
"Alonso Guevara Fernández <alonsog@microsoft.com>",
"Andrés Morales Esquivel <andresmor@microsoft.com>",
"Chris Trevino <chtrevin@microsoft.com>",
"David Tittsworth <datittsw@microsoft.com>",
"Dayenne de Souza <ddesouza@microsoft.com>",
"Derek Worthen <deworthe@microsoft.com>",
"Gaudy Blanco Meneses <gaudyb@microsoft.com>",
"Ha Trinh <trinhha@microsoft.com>",
"Jonathan Larson <jolarso@microsoft.com>",
Expand Down

0 comments on commit 75735bd

Please sign in to comment.