File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,22 +14,17 @@ jobs:
1414 fail-fast : false
1515 matrix :
1616 version :
17- - ' 1.1 '
18- - ' 1.6 ' # current LTS release
19- - ' 1' # automatically expands to the latest stable 1.x release of Julia
20- # - 'nightly '
17+ - ' min '
18+ - ' lts '
19+ - ' 1'
20+ - ' pre '
2121 os :
2222 - ubuntu-latest
2323 # - macOS-latest
2424 # - windows-latest
2525 arch :
2626 - x64
2727 allow-to-fail : [false]
28- include :
29- - version : ' nightly'
30- os : ubuntu-latest
31- arch : x64
32- allow-to-fail : true
3328 steps :
3429 - uses : actions/checkout@v6
3530 - uses : julia-actions/setup-julia@v2
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ keywords = ["multivariate statistics", "dimensionality reduction"]
44license = " MIT"
55desc = " A Julia package for multivariate statistics and data analysis"
66repository = " https://github.com/JuliaStats/MultivariateStats.jl.git"
7- version = " 0.10.3 "
7+ version = " 0.11.0 "
88
99[deps ]
1010Arpack = " 7d9fca2a-8960-54d3-9f78-7d1dccf2cb97"
@@ -22,7 +22,7 @@ StableRNGs = "1"
2222Statistics = " 1"
2323StatsAPI = " ^1.3"
2424StatsBase = " ^0.33, 0.34"
25- julia = " 1.1 "
25+ julia = " 1.6 "
2626
2727[extras ]
2828StableRNGs = " 860ef19b-820b-49d6-a774-d7a799459cd3"
You can’t perform that action at this time.
0 commit comments