File tree Expand file tree Collapse file tree 2 files changed +23
-2
lines changed
Expand file tree Collapse file tree 2 files changed +23
-2
lines changed Original file line number Diff line number Diff line change @@ -8,16 +8,36 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
99Documentation: https://cr-sparse.readthedocs.io/en/latest/
1010
11+ ## [ 0.1.6] - 2021-08-29
12+
13+ Documentation: https://cr-sparse.readthedocs.io/en/v0.1.6/
14+
1115### Added
1216
17+ Wavelets
18+ - CWT implementation based on PyWavelets: CMOR and MEXH
19+ - integrate_wavelet, central_frequency, scale2frequency
20+
1321Examples
1422- CoSaMP step by step
23+ - Chirp CWT with Mexican Hat Wavelet
24+ - Frequency Change Detection using DWT
25+ - Cameraman Wavelet Decomposition
26+
27+
28+ ### Changed
29+
30+ Wavelets
31+ - CWT API has been revised a bit.
1532
1633### Updated
1734
1835Examples
1936- Sparse recovery via ADMM
2037
38+ Signal Processing
39+ - frequency_spectrum, power_spectrum
40+
2141## [ 0.1.5] - 2021-08-22
2242
2343Documentation: https://cr-sparse.readthedocs.io/en/v0.1.5/
@@ -80,7 +100,8 @@ Documentation: https://cr-sparse.readthedocs.io/en/v0.1.4/
80100
81101Initial release
82102
83- [ Unreleased ] : https://github.com/carnotresearch/cr-sparse/compare/v0.1.5...HEAD
103+ [ Unreleased ] : https://github.com/carnotresearch/cr-sparse/compare/v0.1.6...HEAD
104+ [ 0.1.6 ] : https://github.com/carnotresearch/cr-sparse/compare/v0.1.5...v0.1.6
84105[ 0.1.5 ] : https://github.com/carnotresearch/cr-sparse/compare/v0.1.4...v0.1.5
85106[ 0.1.4 ] : https://github.com/carnotresearch/cr-sparse/compare/0.1.3...v0.1.4
86107[ 0.1.3 ] : https://github.com/carnotresearch/cr-sparse/compare/v0.1...0.1.3
Original file line number Diff line number Diff line change 1- __version__ = '0.1.5 '
1+ __version__ = '0.1.6 '
You can’t perform that action at this time.
0 commit comments