File tree 2 files changed +16
-1
lines changed
2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
16
v0.0.2 (Dec 21, 2020)
2
17
=====================
3
18
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ def run_tests(self):
37
37
setup (
38
38
name = "czt" ,
39
39
# version=czt.__version__,
40
- version = "0.0.2 " ,
40
+ version = "0.0.3 " ,
41
41
author = "John Garrett" ,
42
42
43
43
description = "Chirp Z-transform implemented in Python" ,
You can’t perform that action at this time.
0 commit comments