Skip to content

v1.0.0

Compare
Choose a tag to compare
@pravirkr pravirkr released this 31 Jan 21:13
· 62 commits to main since this release
d612e8e

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 and fftw3.
  • Support for command-line utilities.
  • io module for reading and writing of SIGPROC 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