v1.0.0
First stable release of the new API.
What's Changed
- Multifile support for
SIGPROC Filterbank
files in #13 (@pravirkr) - Packaging the whole structure for the new API by in #16
- Numba backend for kernel functions in place of
pybind11
in #17 - Removes dependence on
pybind11
andfftw3
. - Support for command-line utilities.
io
module for reading and writing ofSIGPROC
files.- Fast median and mean filter using bottleneck and Higher-Order running stats.
- Add CHIME telescope code by @kmjc in #20
- Fixed typing and refactoring bugs in #21
Full Changelog: v0.5.5...v1.0.0