Skip to content

Commit 2f7e0ac

Browse files
ablaomPyDataBlog
andauthored
Extend compat: StatsBase = "0.32, 0.33, 0.34" (#119)
* extend ParallelKMeans compat: StatsBase = "0.32, 0.33, 0.34" * Pkg upgrades * v1.6 for CI builds * Current version benchmark * Updated benchmark Julia version * Bumped version for release --------- Co-authored-by: PyDataBlog <[email protected]>
1 parent a542d02 commit 2f7e0ac

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/CI.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
fail-fast: false
1111
matrix:
1212
version:
13-
- '1.3'
13+
- '1.6'
1414
- '1'
1515
- 'nightly'
1616
os:
@@ -40,7 +40,7 @@ jobs:
4040
- uses: actions/checkout@v2
4141
- uses: julia-actions/setup-julia@v1
4242
with:
43-
version: '1.3'
43+
version: '1.6'
4444
- run: |
4545
julia --project=docs -e '
4646
using Pkg

.github/workflows/benchmarks.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v2
1313
- uses: julia-actions/setup-julia@latest
1414
with:
15-
version: 1.4
15+
version: 1.6
1616
- name: Install dependencies
1717
run: julia -e 'using Pkg; pkg"add PkgBenchmark Distances StatsBase BenchmarkTools [email protected]"'
1818
- name: Run benchmarks

Project.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "ParallelKMeans"
22
uuid = "42b8e9d4-006b-409a-8472-7f34b3fb58af"
33
authors = ["Bernard Brenyah", "Andrey Oskin"]
4-
version = "1.0.1"
4+
version = "1.0.2"
55

66
[deps]
77
Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7"
@@ -13,9 +13,9 @@ UnsafeArrays = "c4a57d5a-5b31-53a6-b365-19f8c011fbd6"
1313
[compat]
1414
Distances = "0.8.2, 0.9, 0.10"
1515
MLJModelInterface = "^0.3,^0.4, 1.0"
16-
StatsBase = "0.32, 0.33"
16+
StatsBase = "0.32, 0.33, 0.34"
1717
UnsafeArrays = "1"
18-
julia = "1.3"
18+
julia = "1.6"
1919

2020
[extras]
2121
MLJBase = "a7f614a8-145f-11e9-1d2a-a57a1082229d"

0 commit comments

Comments
 (0)