New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@thi.ng/k-means

Package Overview
Dependencies
Maintainers
1
Versions
190
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@thi.ng/k-means - npm Package Compare versions

Comparing version 0.4.6 to 0.4.7

72

CHANGELOG.md

@@ -6,3 +6,3 @@ # Change Log

## [0.4.6](https://github.com/thi-ng/umbrella/compare/@thi.ng/k-means@0.4.5...@thi.ng/k-means@0.4.6) (2021-10-28)
## [0.4.7](https://github.com/thi-ng/umbrella/compare/@thi.ng/k-means@0.4.6...@thi.ng/k-means@0.4.7) (2021-11-03)

@@ -15,42 +15,2 @@ **Note:** Version bump only for package @thi.ng/k-means

## [0.4.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/k-means@0.4.4...@thi.ng/k-means@0.4.5) (2021-10-28)
**Note:** Version bump only for package @thi.ng/k-means
## [0.4.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/k-means@0.4.3...@thi.ng/k-means@0.4.4) (2021-10-25)
**Note:** Version bump only for package @thi.ng/k-means
## [0.4.3](https://github.com/thi-ng/umbrella/compare/@thi.ng/k-means@0.4.2...@thi.ng/k-means@0.4.3) (2021-10-15)
**Note:** Version bump only for package @thi.ng/k-means
## [0.4.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/k-means@0.4.1...@thi.ng/k-means@0.4.2) (2021-10-15)
**Note:** Version bump only for package @thi.ng/k-means
## [0.4.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/k-means@0.4.0...@thi.ng/k-means@0.4.1) (2021-10-13)
**Note:** Version bump only for package @thi.ng/k-means
# [0.4.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/k-means@0.3.6...@thi.ng/k-means@0.4.0) (2021-10-12)

@@ -85,30 +45,30 @@

# [0.3.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/k-means@0.2.5...@thi.ng/k-means@0.3.0) (2021-08-04)
# [0.3.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/k-means@0.2.5...@thi.ng/k-means@0.3.0) (2021-08-04)
### Features
### Features
- **k-means:** auto-correct `k` if needed ([d3c3ffa](https://github.com/thi-ng/umbrella/commit/d3c3ffa768bdebe67843c8094af1fe7a9bc524ed))
- **k-means:** auto-correct `k` if needed ([d3c3ffa](https://github.com/thi-ng/umbrella/commit/d3c3ffa768bdebe67843c8094af1fe7a9bc524ed))
## [0.2.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/k-means@0.2.4...@thi.ng/k-means@0.2.5) (2021-08-04)
## [0.2.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/k-means@0.2.4...@thi.ng/k-means@0.2.5) (2021-08-04)
### Bug Fixes
### Bug Fixes
- **k-means:** update initKmeanspp() ([dd0d965](https://github.com/thi-ng/umbrella/commit/dd0d9654b1aacce8a4bbbd921f2ce44d0eaa276a))
- **k-means:** update initKmeanspp() ([dd0d965](https://github.com/thi-ng/umbrella/commit/dd0d9654b1aacce8a4bbbd921f2ce44d0eaa276a))
# [0.2.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/k-means@0.1.0...@thi.ng/k-means@0.2.0) (2021-04-20)
# [0.2.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/k-means@0.1.0...@thi.ng/k-means@0.2.0) (2021-04-20)
### Features
### Features
- **k-means:** add meansLatLon centroid strategy, docstrings ([269c11c](https://github.com/thi-ng/umbrella/commit/269c11c10907351d98acfb929af5036a23a2e5c3))
- **k-means:** add meansLatLon centroid strategy, docstrings ([269c11c](https://github.com/thi-ng/umbrella/commit/269c11c10907351d98acfb929af5036a23a2e5c3))
# 0.1.0 (2021-04-19)
# 0.1.0 (2021-04-19)
### Bug Fixes
### Bug Fixes
- **k-means:** use dist metric in initKmeanspp() ([37bd6c6](https://github.com/thi-ng/umbrella/commit/37bd6c6ae062f903cea05bd6ce9d42e97aa5dbd9))
- **k-means:** use dist metric in initKmeanspp() ([37bd6c6](https://github.com/thi-ng/umbrella/commit/37bd6c6ae062f903cea05bd6ce9d42e97aa5dbd9))
### Features
### Features
- **k-means:** add k-medians support ([6bc450b](https://github.com/thi-ng/umbrella/commit/6bc450b95e1ed93ab18a9045ce1d4ba324a61eb3))
- **k-means:** add kmeans++ initialization, update opts ([fcc2dcc](https://github.com/thi-ng/umbrella/commit/fcc2dcc9624dc77e99dc69bd54c466ea0d1f3988))
- **k-means:** add k-medians support ([6bc450b](https://github.com/thi-ng/umbrella/commit/6bc450b95e1ed93ab18a9045ce1d4ba324a61eb3))
- **k-means:** add kmeans++ initialization, update opts ([fcc2dcc](https://github.com/thi-ng/umbrella/commit/fcc2dcc9624dc77e99dc69bd54c466ea0d1f3988))
- **k-means:** import as new pkg ([a32aaf6](https://github.com/thi-ng/umbrella/commit/a32aaf63b703993adfb61766e36f9817aae1ed62))
{
"name": "@thi.ng/k-means",
"version": "0.4.6",
"version": "0.4.7",
"description": "Configurable k-means & k-medians (with k-means++ initialization) for n-D vectors",

@@ -37,7 +37,7 @@ "type": "module",

"dependencies": {
"@thi.ng/api": "^8.0.6",
"@thi.ng/distance": "^2.0.6",
"@thi.ng/api": "^8.1.0",
"@thi.ng/distance": "^2.0.7",
"@thi.ng/errors": "^2.0.6",
"@thi.ng/random": "^3.1.2",
"@thi.ng/vectors": "^7.0.6"
"@thi.ng/random": "^3.1.3",
"@thi.ng/vectors": "^7.0.7"
},

@@ -81,3 +81,3 @@ "devDependencies": {

},
"gitHead": "c17a556ad25f6882dfa8f806a1d9e8ed7ac7cd71"
"gitHead": "852cd2450617c86d15d18477dc634f17f04202eb"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc