Skip to content

Commit 8de0418

Browse files
authored
Merge pull request #15 from JuliaAI/dev
For a 0.1.3 release
2 parents 8ca9d2f + 9af5968 commit 8de0418

File tree

3 files changed

+7
-1737
lines changed

3 files changed

+7
-1737
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
version:
20-
- '1.6'
20+
- '1.10'
2121
- '1' # automatically expands to the latest stable 1.x release of Julia.
2222
os:
2323
- ubuntu-latest
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
version: ${{ matrix.version }}
3131
arch: ${{ matrix.arch }}
32-
- uses: actions/cache@v1
32+
- uses: julia-actions/cache@v1
3333
env:
3434
cache-name: cache-artifacts
3535
with:
@@ -65,4 +65,4 @@ jobs:
6565
using Documenter: DocMeta, doctest
6666
using StatisticalMeasuresBase
6767
DocMeta.setdocmeta!(StatisticalMeasuresBase, :DocTestSetup, :(using StatisticalMeasuresBase); recursive=true)
68-
doctest(StatisticalMeasuresBase)'
68+
doctest(StatisticalMeasuresBase)'

Project.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "StatisticalMeasuresBase"
22
uuid = "c062fc1d-0d66-479b-b6ac-8b44719de4cc"
33
authors = ["Anthony D. Blaom <[email protected]>"]
4-
version = "0.1.2"
4+
version = "0.1.3"
55

66
[deps]
77
CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597"
@@ -14,10 +14,11 @@ ScientificTypesBase = "30f210dd-8aff-4c5f-94ba-8e64358c1161"
1414
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
1515

1616
[compat]
17-
CategoricalArrays = "0.10"
17+
CategoricalArrays = "0.10, 1"
1818
MLUtils = "0.4"
1919
MacroTools = "0.5"
2020
OrderedCollections = "1.6"
2121
PrecompileTools = "1.1"
2222
ScientificTypesBase = "3"
23-
julia = "1.6"
23+
Statistics = "1"
24+
julia = "1.10"

0 commit comments

Comments
 (0)