Skip to content

Commit

Permalink
2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
targos committed Jul 10, 2019
1 parent 3bad3b6 commit 5266b90
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [2.0.3](https://github.com/mljs/hclust/compare/v2.0.2...v2.0.3) (2019-07-10)


### Bug Fixes

* correct definitions of options interfaces ([b07d3a4](https://github.com/mljs/hclust/commit/b07d3a4))
* improve performance of ward algorithm ([3bad3b6](https://github.com/mljs/hclust/commit/3bad3b6))



## [2.0.2](https://github.com/mljs/hclust/compare/v2.0.1...v2.0.2) (2019-07-10)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ml-hclust",
"version": "2.0.2",
"version": "2.0.3",
"description": "Hierarchical clustering algorithms",
"main": "hclust.js",
"module": "src/index.js",
Expand Down

0 comments on commit 5266b90

Please sign in to comment.