File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 11# AxisKeys.jl
22
3- [ ![ Build Status] ( https://travis-ci.org/mcabbott/AxisKeys.jl.svg?branch=master )] ( https://travis-ci.com/mcabbott/AxisKeys.jl )
3+ [ ![ Travis CI] ( https://travis-ci.org/mcabbott/AxisKeys.jl.svg?branch=master )] ( https://travis-ci.com/mcabbott/AxisKeys.jl )
4+ [ ![ Github CI] ( https://github.com/mcabbott/AxisKeys.jl/workflows/CI/badge.svg )] ( https://github.com/mcabbott/AxisKeys.jl/actions?query=workflow%3ACI+branch%3Amaster )
45
56<!-- <img src="docs/readmefigure.png" alt="block picture" width="400" align="right">-->
67
@@ -143,6 +144,10 @@ while `A.keys isa Tuple` for matrices & higher. But `axiskeys(A)` always returns
143144* The [ Tables.jl] ( https://github.com/JuliaData/Tables.jl ) interface is supported,
144145 with ` wrapdims(df, :val, :x, :y) ` creating a matrix from 3 columns.
145146
147+ * Some [ StatsBase.jl] ( https://github.com/JuliaStats/StatsBase.jl ) and
148+ [ CovarianceEstimation.jl] ( https://github.com/mateuszbaran/CovarianceEstimation.jl ) functions
149+ are supported. ([ PR #28 ] ( https://github.com/mcabbott/AxisKeys.jl/pull/28 ) .)
150+
146151* [ FFTW] ( https://github.com/JuliaMath/FFTW.jl ) ` .fft ` transforms the keys;
147152 if these are times such as [ Unitful] ( https://github.com/PainterQubits/Unitful.jl ) ` .s `
148153 then the results are fequency labels. ([ PR #15 ] ( https://github.com/mcabbott/AxisKeys.jl/pull/15 ) .)
You can’t perform that action at this time.
0 commit comments