Skip to content

Commit

Permalink
Update docs for v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
j6k4m8 committed Apr 17, 2024
1 parent 046b95a commit 49a1077
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# CHANGELOG

## **0.5.0** (Unreleased)
## **0.5.0** (April 17, 2024)

- Features
- https://github.com/aplbrain/grand/pull/45 (thanks @davidmezzetti!)
- Improved support for SQL backend, including an index on edge.sources and edge.targets
- Improved batch-adding performance for nodes and edges
- Housekeeping
- Removed extra arguments to Graph constructor and improved Graph kwargs handing
- Added `grand.DiGraph` convenience wrapper for directed graphs
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setuptools.setup(
name="grand-graph",
version="0.4.2",
version="0.5.0",
author="Jordan Matelsky",
author_email="[email protected]",
description="Graph database wrapper for non-graph datastores",
Expand Down

0 comments on commit 49a1077

Please sign in to comment.