File tree 2 files changed +6
-5
lines changed
2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 9
9
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
10
10
strategy :
11
11
matrix :
12
- smalltalk : [ Pharo64-10, Pharo64-11 ]
12
+ smalltalk : [ Pharo64-10, Pharo64-11, Pharo64-12 ]
13
13
name : ${{ matrix.smalltalk }}
14
14
steps :
15
15
- uses : actions/checkout@v3
Original file line number Diff line number Diff line change 1
- # k-means
2
-
3
1
![ Build status] ( https://github.com/pharo-ai/k-means/workflows/CI/badge.svg )
4
2
[ ![ Coverage Status] ( https://coveralls.io/repos/github/pharo-ai/k-means/badge.svg?branch=master )] ( https://coveralls.io/github/pharo-ai/k-means?branch=master )
5
- [ ![ License] ( https://img.shields.io/badge/license-MIT-blue.svg )] ( https://raw.githubusercontent.com/pharo-ai/KMeans/master/LICENSE )
6
3
[ ![ Pharo version] ( https://img.shields.io/badge/Pharo-11-%23aac9ff.svg )] ( https://pharo.org/download )
7
4
[ ![ Pharo version] ( https://img.shields.io/badge/Pharo-10-%23aac9ff.svg )] ( https://pharo.org/download )
5
+ [ ![ Pharo version] ( https://img.shields.io/badge/Pharo-12-%23aac9ff.svg )] ( https://pharo.org/download )
6
+ [ ![ License] ( https://img.shields.io/badge/license-MIT-blue.svg )] ( https://raw.githubusercontent.com/pharo-ai/KMeans/master/LICENSE )
7
+
8
+ # Description
8
9
9
- K-means clustering in Pharo.
10
+ Implementation of K-means clustering in Pharo.
10
11
11
12
## How to install it?
12
13
You can’t perform that action at this time.
0 commit comments