Skip to content

Commit 441f0a0

Browse files
derrickburnsclaude
andcommitted
docs(readme): add status badges for CI, license, and versions
Add professional badges to README header showing: - CI build status (GitHub Actions workflow) - Apache 2.0 license - Scala 2.13.14 and 2.12.18 support - Spark 3.5.1 compatibility This addresses ACTION_ITEMS quick win #9 (README: Build/CI Validates Badge) and improves first impression for new users visiting the repository. Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent e99c301 commit 441f0a0

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
Generalized K-Means Clustering
1+
# Generalized K-Means Clustering
2+
3+
[![CI](https://github.com/derrickburns/generalized-kmeans-clustering/actions/workflows/ci.yml/badge.svg)](https://github.com/derrickburns/generalized-kmeans-clustering/actions/workflows/ci.yml)
4+
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
5+
[![Scala 2.13](https://img.shields.io/badge/scala-2.13.14-red.svg)](https://www.scala-lang.org/)
6+
[![Scala 2.12](https://img.shields.io/badge/scala-2.12.18-red.svg)](https://www.scala-lang.org/)
7+
[![Spark 3.5](https://img.shields.io/badge/spark-3.5.1-orange.svg)](https://spark.apache.org/)
28

39
🆕 DataFrame API (Spark ML) is the default.
410
Version 0.6.0 introduces a modern, RDD-free DataFrame-native API with Spark ML integration.

0 commit comments

Comments
 (0)