Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 721 Bytes

CHANGELOG.md

File metadata and controls

29 lines (15 loc) · 721 Bytes

Changelog

2.0.0

  • Update ckmeans package to remove native code dependency, check out the ckmeans-native package if want a faster native version of this algorithm.

1.3.1

  • Split ckmeans into its own package

1.3.0

  • Significant perf improvements in Node via NAPI (see #5, thanks @furstenheim)

1.2.0

  • Add helpers for computation in web worker (thanks @furstenheim)

1.1.7

  • Add support for RequireJS/AMD (thanks @kimxogus)

1.1.0

1.0.1

  • Initial release