Changelog
Contents
Changelog¶
1.0.0 (2022-02-01)¶
First stable release of the new API.
Adds Multifile support for
SIGPROC Filterbankfiles. (#13)Adds Numba backend for kernel functions in place of the earlier pybind11. (#17)
Adds Packaging structure as for the new API. (#16)
Adds
iomodule for reading and writing ofSIGPROCfiles.Adds fast median and mean filter (bottleneck) and Higher-Order running stats.
Support for command-line utilities
Adds CHIME telescope code to
params.
0.5.5 (2021-03-31)¶
Fixes major installation and Compilation errors on Mac.
Adds SRT telescope code to
params.Adds more tests to increase code covergae.
0.5.0 (2020-11-18)¶
Major update: replacing ctypes with pybind11.
Adds coverage tests and online docs on the readthedocs platform.
Fixes the cyclic import in modules.
0.1.1 (2020-08-14)¶
First python3 stable release.
Adds an arg
only_valid_samplestoFilterbankBlock.dedisperse()(#2)Adds a new reader
FilReader.readDedispersedBlock()(#1)Adds coverage tests and progress bar using tqdm.
Adds new methods
removeBandpass,removeZeroDM,splitToBands.Adds more stable and accurate
getStats(ref).