Skip to content

Commit ec293e1

Browse files
author
Michael Abbott
committed
readme
1 parent be75ce0 commit ec293e1

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
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).)

0 commit comments

Comments
 (0)