Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update badge & link for Build Status (CI) #97

Merged
merged 1 commit into from
Jan 27, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading