ParallelKMeans.jl Versions Save

Parallel & lightning fast implementation of available classic and contemporary variants of the KMeans clustering algorithm

v1.1.0

1 year ago

ParallelKMeans v1.1.0

Diff since v1.0.1

Merged pull requests:

  • Fixed error in benchmark plot & CSV (#116) (@PyDataBlog)
  • One small typo in readme (#117) (@anderson15)
  • Extend compat: StatsBase = "0.32, 0.33, 0.34" (#119) (@ablaom)
  • Breaking change semantic version (#120) (@PyDataBlog)

v1.0.1

3 years ago

ParallelKMeans v1.0.1

Diff since v1.0.0

Closed issues:

  • Release 1.0.0 (#78)

Merged pull requests:

  • Documenter hotfix (#114) (@PyDataBlog)
  • Minor update (#115) (@PyDataBlog)

v1.0.0

3 years ago

ParallelKMeans v1.0.0

Diff since v0.2.2

Closed issues:

  • Benchmark figure (#79)

Merged pull requests:

  • Updated benchmark files. Table & Plot left (#108) (@PyDataBlog)
  • Revert "Updated benchmark files. Table & Plot left" (#110) (@PyDataBlog)
  • Revert "Revert "Updated benchmark files. Table & Plot left"" (#111) (@PyDataBlog)
  • Public release v1.0.0 (#112) (@PyDataBlog)

v0.2.2

3 years ago

ParallelKMeans v0.2.2

Diff since v0.2.1

Closed issues:

  • Release 0.2.1 (#105)

Merged pull requests:

  • CompatHelper: bump compat for "MLJModelInterface" to "1.0" (#106) (@github-actions[bot])
  • bump version (#107) (@Arkoniak)

v0.2.1

3 years ago

ParallelKMeans v0.2.1

Diff since v0.2.0

Closed issues:

  • TagBot trigger issue (#99)

Merged pull requests:

  • MiniBatch algorithm draft (#101) (@PyDataBlog)
  • Optimise mini (#102) (@PyDataBlog)
  • fixed CI (#103) (@Arkoniak)
  • Fixed lower boundary (#104) (@Arkoniak)

v0.2.0

3 years ago

ParallelKMeans v0.2.0

Diff since v0.1.9

Closed issues:

  • Release 0.1.9 (#95)

Merged pull requests:

  • CompatHelper: bump compat for "MLJModelInterface" to "0.4" (#97) (@github-actions[bot])

v0.1.9

3 years ago

ParallelKMeans v0.1.9

Diff since v0.1.8

Closed issues:

  • Extend [compat] MLJModelInterface = "^0.2,^0.3" (#89)
  • Not working on this example. Only gives one value (#93)

Merged pull requests:

  • CompatHelper: bump compat for "Distances" to "0.10" (#94) (@github-actions[bot])
  • Update travis setup (#96) (@PyDataBlog)

v0.1.8

3 years ago

ParallelKMeans v0.1.8

Diff since v0.1.7

Closed issues:

  • Release 0.1.7 (#77)

Merged pull requests:

  • CompatHelper: bump compat for "Distances" to "0.9" (#85) (@github-actions[bot])
  • CompatHelper: bump compat for "MLJModelInterface" to "0.3" (#88) (@github-actions[bot])
  • version bump (#90) (@Arkoniak)

v0.1.7

4 years ago

ParallelKMeans v0.1.7

Diff since v0.1.6

Closed issues:

  • Expose the RNG as a hyper-parameter (#66)
  • Add binder support for live interactive testing (#73)
  • Update MLJ Interface with Yinyang and Coresets algorithm (#74)
  • possible test failure in upcoming Julia version 1.5 (#80)

Merged pull requests:

  • Support for distance metrics (#75) (@PyDataBlog)
  • Improved support of MLJ (#81) (@Arkoniak)

v0.1.6

4 years ago

ParallelKMeans v0.1.6

Diff since v0.1.5

Closed issues:

  • More generic type support (#22)
  • Release 0.1.5 (#68)

Merged pull requests:

  • Added Yinyang to experimental (#69) (@PyDataBlog)
  • types broadening (#70) (@Arkoniak)
  • Coresets (#72) (@Arkoniak)