Skip to content

Commit b8749cc

Browse files
raphaelstyclaude
andcommitted
Bump version to 0.1.4
New features: - Optional BLAS acceleration (accelerate for macOS, openblas for Linux) - Comprehensive benchmark suite for accuracy and performance validation 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent d15bd73 commit b8749cc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "fastkmeans-rs"
3-
version = "0.1.3"
3+
version = "0.1.4"
44
edition = "2021"
55
description = "A fast and efficient k-means clustering implementation in Rust, compatible with ndarray"
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)