Skip to content

Commit

Permalink
2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
targos committed May 2, 2019
1 parent acabbe6 commit ccc1fa0
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# [2.0.0](https://github.com/mljs/hclust/compare/v1.3.0...v2.0.0) (2019-05-02)


### Code Refactoring

* **agnes:** rename `options.kind` to `options.method` ([acabbe6](https://github.com/mljs/hclust/commit/acabbe6))
* rework options and write TS definitions ([f49c7af](https://github.com/mljs/hclust/commit/f49c7af))
* rewrite project as ESM and use rollup ([f02ad0a](https://github.com/mljs/hclust/commit/f02ad0a))


### BREAKING CHANGES

* **agnes:** `options.kind` was renamed to `options.method` in `agnes`.
* the `disFunc` option was renamed to `distanceFunction`.
* Node.js 4 and 6 are no longer supported.



<a name="1.3.0"></a>
# [1.3.0](https://github.com/mljs/hclust/compare/v1.2.1...v1.3.0) (2017-02-22)

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": "1.3.0",
"version": "2.0.0",
"description": "Hierarchical clustering algorithms",
"main": "hclust.js",
"module": "src/index.js",
Expand Down

0 comments on commit ccc1fa0

Please sign in to comment.