Skip to content

Commit

Permalink
Merge pull request #47 from antvis/0.1.19
Browse files Browse the repository at this point in the history
0.1.19
  • Loading branch information
Yanyan-Wang committed Jan 4, 2022
2 parents 544a1c3 + 7024c3e commit f7b49df
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# ChangeLog

#### 0.1.19

- fix: GADDI matched failed problem;

#### 0.1.18

- feat: add one-hot data preprocessing
- feat: add one-hot data preprocessing;

#### 0.1.17

Expand Down
2 changes: 1 addition & 1 deletion packages/graph/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/algorithm",
"version": "0.1.18",
"version": "0.1.19",
"description": "graph algorithm",
"keywords": [
"graph",
Expand Down
2 changes: 1 addition & 1 deletion packages/graph/src/gaddi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@ const GADDI = (
k,
nodeNum,
maxNodePairNum,
patternKNeighborUnits,
kNeighborUnits,
spm,
);

Expand Down
2 changes: 1 addition & 1 deletion packages/graph/tests/unit/gaddi-spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1107,4 +1107,4 @@ describe('Prune', () => {
// });
expect(result.length).toBe(1);
})
})
});

0 comments on commit f7b49df

Please sign in to comment.