- Adds implementation of buffered file read. (#34)
- Uses pyproject.toml for build + tool configuration.
- Improves pack/unpack functions + fixes bitorder bugs.
- Adds a pulse extractor class. (#28)
- Adds RFI masking module, PSRFITS reading module. (#23)
- Adds DMT transform.
- Fixes bugs related to tfactor, types and apps.
- First stable release of the new API.
- Adds Multifile support for
SIGPROC Filterbank
files. (#13) - Adds Numba backend for kernel functions in place of the earlier pybind11. (#17)
- Removes dependence on pybind11 and fftw3.
- Adds Packaging structure as for the new API. (#16)
- Adds
io
module for reading and writing ofSIGPROC
files. - Adds fast median and mean filter (bottleneck) and Higher-Order running stats.
- Support for command-line utilities.
- Adds CHIME telescope code to
params
.
- Fixes major installation and Compilation errors on Mac.
- Adds SRT telescope code to
params
. - Adds more tests to increase code covergae.
- Major update: replacing ctypes with pybind11.
- Adds coverage tests and online docs on the readthedocs platform.
- Fixes the cyclic import in modules.
- First python3 stable release.
- Adds an arg
only_valid_samples
toFilterbankBlock.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).