Skip to content

Commit eac2d94

Browse files
authored
Merge pull request #50 from TigerGraph-DevLabs/feature/tigergraph_api
chore: release version 0.2.8
2 parents f5ee71d + 36d9aa1 commit eac2d94

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
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.8
8+
- feat: add get_edges method to Graph class
9+
710
## 0.2.7
811
- feat: add support for previewing sample data and managing data sources (create, update, drop, get)
912

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "tigergraphx"
3-
version = "0.2.7"
3+
version = "0.2.8"
44
description = "TigerGraphX is a high-level Python library offering a unified, Python-native interface for graph databases, advanced analytics, and GraphRAG workflows. Combining the simplicity of NetworkX with the advanced capabilities of TigerGraph, including tgCloud, it empowers Python developers to harness the power of graphs without the need to learn query languages like Cypher or GSQL."
55
authors = ["Xuanlei Lin <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)