Skip to content

Commit 005af36

Browse files
committed
0.2.2 change log and version increase
1 parent 1999c29 commit 005af36

File tree

2 files changed

+24
-2
lines changed

2 files changed

+24
-2
lines changed

CHANGELOG.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,27 @@ All notable changes to this project will be documented in this file.
88

99
[Documentation](https://cr-sparse.readthedocs.io/en/latest/)
1010

11+
## [0.2.2] - 2021-12-02
12+
13+
[Documentation](https://cr-sparse.readthedocs.io/en/v0.2.2/)
14+
15+
### Improved
16+
17+
- Documentation
18+
- Introduction page revised
19+
- API docs improved
20+
- README revised
21+
- Algorithm page added
22+
- Quick start page revised
23+
24+
### Added
25+
26+
- JOSS Paper added and revised based on feedback from reviewers
27+
- Linear Operators
28+
- input_shape, output_shape attributes introduced
29+
- fft, dot, norm estimate, reshape, scalar_mult, total variation,
30+
31+
1132
## [0.2.1] - 2021-11-01
1233

1334
[Documentation](https://cr-sparse.readthedocs.io/en/v0.2.1/)
@@ -170,7 +191,8 @@ General stuff
170191

171192
Initial release
172193

173-
[Unreleased]: https://github.com/carnotresearch/cr-sparse/compare/v0.2.1...HEAD
194+
[Unreleased]: https://github.com/carnotresearch/cr-sparse/compare/v0.2.2...HEAD
195+
[0.2.2]: https://github.com/carnotresearch/cr-sparse/compare/v0.2.1...v0.2.2
174196
[0.2.1]: https://github.com/carnotresearch/cr-sparse/compare/v0.2.0...v0.2.1
175197
[0.2.0]: https://github.com/carnotresearch/cr-sparse/compare/v0.1.6...v0.2.0
176198
[0.1.6]: https://github.com/carnotresearch/cr-sparse/compare/v0.1.5...v0.1.6

src/cr/sparse/version.py

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

0 commit comments

Comments
 (0)