Skip to content

Latest commit

 

History

History
54 lines (33 loc) · 2.02 KB

CHANGELOG.md

File metadata and controls

54 lines (33 loc) · 2.02 KB

Change Log

All notable changes to this project will be documented in this file. Only versions published since 2022-01-01 are listed here. Please consult the Git history for older version information. See Conventional Commits for commit guidelines.

Note: Unlisted patch versions only involve non-code or otherwise excluded changes and/or version bumps of transitive dependencies.

0.7.10 (2024-10-05)

♻️ Refactoring

  • add explicit type casts (TS5.6.2) (dcbdd60)

0.7.0 (2024-07-25)

🚀 Features

  • update KMeansOpts.initial (f70073d)
    • support custom init functions
    • add KMeansInit type alias
    • update handling in kmeans()

0.6.89 (2024-06-21)

♻️ Refactoring

  • enforce uniform naming convention of internal functions (56992b2)

0.6.85 (2024-04-20)

♻️ Refactoring

0.6.43 (2023-11-09)

♻️ Refactoring

  • update all tests (packages A-S) (e3085e4)

0.6.0 (2023-02-10)

🚀 Features

  • filter result clusters, minor optimizations (78169e6)
    • use u32 array for internal cluster assignments
    • remove attempt to start new cluster if one became unused
    • update buildClusters to filter out empty