Skip to content

Commit

Permalink
Bump version to 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
John Garrett committed Dec 21, 2020
1 parent 6987919 commit c7fbb09
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
16 changes: 13 additions & 3 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,26 @@
v0.0.2 (unreleased)
===================
v0.0.2 (Dec 21, 2020)
=====================

- CZT:
- Add function for inverse CZT (iczt).
- Add function for inverse CZT (iczt) using complex conjugate.
- ``czt``:
- Fixed default phase of W so that CZT provides FFT by default.
- Wrapped ``czt_simple`` into ``czt`` (can still accessed via ``simple=True`` argument).
- ``time2freq``:
- Changed default frequency range to match FFT
- Add normalization for arbitrary freq/time sweeps
- Add functions to generate windows.
- Testing:
- Add test to compare CZT to analytic expression
- Added test to compare CZT to FFT
- Added test for ICZT
- Added test for time-domain -> frequency-domain -> time-domain conversion
- Remove redundant tests
- Examples:
- Add example calculating the time-domain response of a lossy waveguide
- Automatic package reloading after each cell
- ``setup.py``:
- Use ``py_modules`` instead of ``packages``

v0.0.1 (Dec 2, 2020)
====================
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.1",
version = "0.0.2",
author = "John Garrett",
author_email = "garrettj403@gmail.com",
description = "Chirp Z-transform implemented in Python",
Expand Down

0 comments on commit c7fbb09

Please sign in to comment.