We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5bca150 + 90c9164 commit 97ae879Copy full SHA for 97ae879
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# ChangeLog
2
3
+#### 0.1.0-beta
4
+
5
+- feat: worker for algorithms;
6
+- feat: gaddi for graph pattern matching;
7
8
#### 0.0.7
9
10
- feat: dijkstra supports finding multiple shortest paths;
packages/graph/package.json
@@ -1,6 +1,6 @@
{
"name": "@antv/algorithm",
- "version": "0.0.7",
+ "version": "0.1.0-beta",
"description": "graph algorithm",
"keywords": [
"graph",
0 commit comments