Skip to content

Commit 805b451

Browse files
author
John Garrett
committed
Document recent changes and bump version to 0.0.3
1 parent f73a7ee commit 805b451

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGES.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
v0.0.3 (Feb 26, 2021)
2+
=====================
3+
4+
- CZT:
5+
- Added new ``t_method`` to ``czt``. This method uses the new ``matmul_toeplitz`` function from Scipy. Requires ``scipy>=1.6.0``.
6+
- Fixed argument order in ``scipy.linalg.toeplitz``.
7+
- Use ``np.complex128`` for A and W. Fixes a potential error if A or W is passed as an integer.
8+
- Setup:
9+
- Add dependencies for examples.
10+
- Add ``requriements.txt``.
11+
- Testing:
12+
- Added new ``t_method`` to testing.
13+
- Misc:
14+
- More comments.
15+
116
v0.0.2 (Dec 21, 2020)
217
=====================
318

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def run_tests(self):
3737
setup(
3838
name="czt",
3939
# version=czt.__version__,
40-
version="0.0.2",
40+
version="0.0.3",
4141
author="John Garrett",
4242
author_email="[email protected]",
4343
description="Chirp Z-transform implemented in Python",

0 commit comments

Comments
 (0)