Comparing version 1.0.4 to 1.0.5
{ | ||
"name": "hac", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "Hierarchical agglomerative clustering", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -6,2 +6,9 @@ # HAC | ||
> **NOTICE**: | ||
> HAC requires unpublished modules on github, | ||
> it will just work fine with `npm install`, | ||
> but will fail on *Tonic* (the *Try it out* on npm website), | ||
> since it requires all modules published on npm. | ||
> Future works will try to publish these required modules on npm. | ||
# Installation | ||
@@ -152,2 +159,3 @@ | ||
* 1.0.5: make statements in README for incompatibility with `Tonic` | ||
* 1.0.4: require es6-shim to support older node engine | ||
@@ -154,0 +162,0 @@ * 1.0.3: change arrow functions to anonymous functions for backward compatibility |
22876
163