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 Mar 22, 2021
1 parent 7c34843 commit e27039e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
v0.0.6 (Mar 22, 2021)
=====================

- `czt`:
- `freq2time` and `time2freq`:
- Fix phase correction.
- Remove scaling factor (hack).
- Remove `t_orig` and `f_orig` arguments. Not needed anymore.
- Don't return original frequency/time in `time2freq` and `freq2time`. Instead make a copy of the Numpy array.
- Always default to FFT settings if output frequency/time array is not specified.
- Fix `M!=N` error in `czt.czt`. Use proper `k`-range.
- Optimize `pd` and `skew_circulant_multiply`. `pd` is now a similar speed as `scipy`.
- Profiling:
- Add benchmarking scripts using `perfplot`.
- Add simple timing scripts.

v0.0.5 (Mar 2, 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.5",
version="0.0.6",
author="John Garrett",
author_email="garrettj403@gmail.com",
description="Chirp Z-transform",
Expand Down

0 comments on commit e27039e

Please sign in to comment.