Skip to content

Commit 171bee0

Browse files
authored
Update badges in README.md after migration
1 parent a079a40 commit 171bee0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# FFTA: Fastest Fourier Transform in my Apartment
22
## A library by Danny Sharp
33

4-
[![Github Action CI](https://github.com/dannys4/FFTA.jl/workflows/CI/badge.svg)](https://github.com/dannys4/FFTA.jl/actions)
5-
[![](https://img.shields.io/badge/docs-stable-blue.svg)](https://dannys4.github.io/FFTA.jl/stable/)
6-
[![codecov](https://codecov.io/gh/dannys4/FFTA.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/dannys4/FFTA.jl)
4+
[![CI](https://github.com/JuliaMath/FFTA.jl/actions/workflows/ci.yml/badge.svg)](https://github.com/JuliaMath/FFTA.jl/actions/workflows/ci.yml)
5+
[![](https://img.shields.io/badge/docs-stable-blue.svg)](https://juliamath.github.io/FFTA.jl/stable/)
6+
[![codecov](https://codecov.io/gh/JuliaMath/FFTA.jl/graph/badge.svg?token=LEUDt0h3CG)](https://codecov.io/gh/JuliaMath/FFTA.jl)
77

88
This is a *pure Julia* implementation of FFTs, with the goal that this could supplant other FFTs for applications that require odd Julia objects. Currently this supports `AbstractArray{T,N}` where `N` in `{1,2}` (i.e. `AbstractVector` and `AbstractMatrix`). If you're looking for more performance, checkout `FFTW.jl`. Regardless of `T`, `one(::Type{T})` must be defined. Additionally, if `T<:Real`, then `convert(::Type{T}, Float64)` has to be defined. Otherwise, `convert(::Type{T},ComplexF64)` must be defined.
99

0 commit comments

Comments
 (0)