Skip to content

Commit

Permalink
Document recent changes and bump version to 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
John Garrett committed Oct 12, 2021
1 parent 6be2660 commit d95e90d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
v0.0.7 (Oct 12, 2021)
=====================

- Bugs:
- Remove `import czt` from `setup.py`. This was causing a circular dependency.
- Testing:
- Compare this package against a stripped down version of the CZT algorithm.
- Improve testing coverage.
- Examples:
- Plot residuals in examples.

v0.0.6 (Mar 22, 2021)
=====================

Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ def run_tests(self):

setup(
name="czt",
# version=czt.__version__,
version="0.0.6",
version="0.0.7",
author="John Garrett",
author_email="garrettj403@gmail.com",
description="Chirp Z-transform",
Expand Down

0 comments on commit d95e90d

Please sign in to comment.