Skip to content

Latest commit

 

History

History
51 lines (19 loc) · 1.57 KB

CHANGELOG.md

File metadata and controls

51 lines (19 loc) · 1.57 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

0.3.0 (2021-08-04)

Features

  • k-means: auto-correct k if needed (d3c3ffa)

0.2.5 (2021-08-04)

Bug Fixes

  • k-means: update initKmeanspp() (dd0d965)

0.2.0 (2021-04-20)

Features

  • k-means: add meansLatLon centroid strategy, docstrings (269c11c)

0.1.0 (2021-04-19)

Bug Fixes

  • k-means: use dist metric in initKmeanspp() (37bd6c6)

Features

  • k-means: add k-medians support (6bc450b)
  • k-means: add kmeans++ initialization, update opts (fcc2dcc)
  • k-means: import as new pkg (a32aaf6)