Skip to content

Commit

Permalink
Document recent changes and bump version to 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
John Garrett committed Feb 27, 2021
1 parent 69e7468 commit d463e7a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
v0.0.4 (Feb 27, 2021)
=====================

- CZT:
- Change default ``t_method`` to ``'scipy'`` (fastest).
- czt.iczt: add option to use algorithm 2 from Sukhoy & Stoytchev 2019.
- Fix error in fft and ifft algorithms. Remove warnings now that they work.
- Rename ``f_method``: ``"std"`` -> ``"numpy"``, ``"fast"`` -> ``"recursive"``
- Benchmark:
- Add benchmarks for czt.czt and czt.iczt.
- Misc:
- Remove windowing functions (unnecessary).

v0.0.3 (Feb 26, 2021)
=====================

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def run_tests(self):
setup(
name="czt",
# version=czt.__version__,
version="0.0.3",
version="0.0.4",
author="John Garrett",
author_email="garrettj403@gmail.com",
description="Chirp Z-transform implemented in Python",
Expand Down

0 comments on commit d463e7a

Please sign in to comment.