Skip to content

Commit a8309d4

Browse files
committed
Update README
1 parent 6da0da0 commit a8309d4

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,28 @@
1-
[![][action-img]][action-url]
1+
2+
| **Build Status** | **Documentation** |
3+
| :---: | :---: |
4+
| [![][action-img]][action-url] | [![][docs-latest-img]][docs-latest-url] |
25

36
# SeisPDF.jl
47
Power Spectral Density Probability Density Functions Calculation
58
described by [McNamara 2004](https://pubs.usgs.gov/of/2005/1438/).
69

710
## TO-DO
8-
- [ ] release workable version
11+
- [x] release workable version
912
- [x] plot (using GMT.jl)
1013
- [x] integrate with [SeisIO](https://github.com/jpjones76/SeisIO.jl) data structure
1114
- [x] slide on actual timestamp range
1215
- [ ] GPU support
1316
- [ ] CUDA
1417
- [ ] AMD (optional)
1518
- [ ] enhancements
16-
- [ ] docs
19+
- [x] docs
1720
- [ ] swappable FFT libraries (e.g., kissFFT)
1821
- [ ] min, max, mode PDF
1922
- [ ] read high and low noise model into memory when importing
2023

2124
<!-- URLS -->
2225
[action-img]: https://github.com/Cuda-Chen/SeisPDF.jl/workflows/CI/badge.svg
23-
[action-url]: https://github.com/Cuda-Chen/SeisPDF.jl/actions
26+
[action-url]: https://github.com/Cuda-Chen/SeisPDF.jl/actions/workflows/ci.yml
27+
[docs-latest-img]: https://github.com/Cuda-Chen/SeisPDF.jl/workflows/docs/badge.svg
28+
[docs-latest-url]: https://cuda-chen.github.io/SeisPDF.jl/

0 commit comments

Comments
 (0)