Skip to content

Commit 5ffc97c

Browse files
authored
Merge pull request #55 from TigerGraph-DevLabs/feature/database
feat: add TigerGraphDatabase abstraction class for database operations
2 parents 45eec0b + c0a4082 commit 5ffc97c

29 files changed

+1540
-266
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44

55
Note: version releases in the 0.x.y range may include both bug fixes and new features, not strictly limited to patches.
66

7+
## 0.2.9
8+
- fix: ensure primary keys are compared as strings in neighbor ID tracking in the method bfs
9+
- feat: add TigerGraphDatabase abstraction class for database operations
10+
- feat: store TigerGraph version in TigerGraphAPI and enforce minimum version check in VectorManager
11+
- docs: add MkDocs documentation for class TigerGraphDatabase
12+
713
## 0.2.8
814
- feat: add get_edges method to Graph class
915

0 commit comments

Comments
 (0)