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
8
8
9
9
Documentation: https://cr-sparse.readthedocs.io/en/latest/
10
10
11
+ ## [ 0.1.6] - 2021-08-29
12
+
13
+ Documentation: https://cr-sparse.readthedocs.io/en/v0.1.6/
14
+
11
15
### Added
12
16
17
+ Wavelets
18
+ - CWT implementation based on PyWavelets: CMOR and MEXH
19
+ - integrate_wavelet, central_frequency, scale2frequency
20
+
13
21
Examples
14
22
- 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.
15
32
16
33
### Updated
17
34
18
35
Examples
19
36
- Sparse recovery via ADMM
20
37
38
+ Signal Processing
39
+ - frequency_spectrum, power_spectrum
40
+
21
41
## [ 0.1.5] - 2021-08-22
22
42
23
43
Documentation: https://cr-sparse.readthedocs.io/en/v0.1.5/
@@ -80,7 +100,8 @@ Documentation: https://cr-sparse.readthedocs.io/en/v0.1.4/
80
100
81
101
Initial release
82
102
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
84
105
[ 0.1.5 ] : https://github.com/carnotresearch/cr-sparse/compare/v0.1.4...v0.1.5
85
106
[ 0.1.4 ] : https://github.com/carnotresearch/cr-sparse/compare/0.1.3...v0.1.4
86
107
[ 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