Skip to content

Commit bb3bf5a

Browse files
committed
0.1.6 version updates
1 parent 169c8f9 commit bb3bf5a

File tree

2 files changed

+23
-2
lines changed

2 files changed

+23
-2
lines changed

CHANGELOG.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,36 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88

99
Documentation: 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+
1321
Examples
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

1835
Examples
1936
- Sparse recovery via ADMM
2037

38+
Signal Processing
39+
- frequency_spectrum, power_spectrum
40+
2141
## [0.1.5] - 2021-08-22
2242

2343
Documentation: https://cr-sparse.readthedocs.io/en/v0.1.5/
@@ -80,7 +100,8 @@ Documentation: https://cr-sparse.readthedocs.io/en/v0.1.4/
80100

81101
Initial 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

src/cr/sparse/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.1.5'
1+
__version__ = '0.1.6'

0 commit comments

Comments
 (0)