- Update ckmeans package to remove native code dependency, check out the ckmeans-native package if want a faster native version of this algorithm.
- Split ckmeans into its own package
- Significant perf improvements in Node via NAPI (see #5, thanks @furstenheim)
- Add helpers for computation in web worker (thanks @furstenheim)
- Add support for RequireJS/AMD (thanks @kimxogus)
- Ported Ckmeans 3.4.6 to JavaScript for a ~10x performance boost
- Initial release