- fixing gcc-11 issues
- fixing other CRAN issues
- adding fixed mean model
- adding data set: threeGaussians
- fixing compilation issues on some platforms
- rewriting all C the code in C++11
- adding split method
- adding threads
- adding README.md
- lots of refactoring
- small fixes
- giving up support of -1 iterations (fixing memcheck problems)
- changing the way initial centers vector is handled: for each start, length(centers) clusterings are performed
- adding two datasets: fourGaussians and mixShapes
- checking input data for NA values (session crushing)
- changing 'ZERO_EPSILON' to '1.0e-32'
- lots of refactoring
Initial Release.