Skip to content

Commit

Permalink
Merge pull request #97 from gnadt/master
Browse files Browse the repository at this point in the history
Update badge & link for Build Status (CI)
  • Loading branch information
gummif authored Jan 27, 2025
2 parents 10a4bad + 24e1c56 commit 7d77e9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<img src="wavelets.png" alt="Wavelets">

[![Build Status](https://travis-ci.org/JuliaDSP/Wavelets.jl.svg?branch=master)](https://travis-ci.org/JuliaDSP/Wavelets.jl)
[![Build Status](https://github.com/JuliaDSP/Wavelets.jl/workflows/CI/badge.svg)](https://github.com/JuliaDSP/Wavelets.jl/actions/workflows/CI.yml)
[![Coverage Status](https://coveralls.io/repos/JuliaDSP/Wavelets.jl/badge.svg?branch=master&service=github)](https://coveralls.io/github/JuliaDSP/Wavelets.jl?branch=master)

A [Julia](https://github.com/JuliaLang/julia) package for fast wavelet transforms (1-D, 2-D, 3-D, by filtering or lifting). The package includes discrete wavelet transforms, column-wise discrete wavelet transforms, and wavelet packet transforms.
Expand Down Expand Up @@ -278,7 +278,7 @@ To-do list
Related Wavelet Packages
----------------
* The Continuous Wavelet Transform can be found in [ContinuousWavelets.jl](https://github.com/UCD4IDS/ContinuousWavelets.jl)
* [WaveletsExt](https://github.com/UCD4IDS/WaveletsExt.jl) which contains:
* [WaveletsExt.jl](https://github.com/UCD4IDS/WaveletsExt.jl) which contains:
- Stationary transform
- Wavelet Packet Decomposition
- Autocorrelation Wavelet Transform
Expand Down

0 comments on commit 7d77e9b

Please sign in to comment.