v0.1.1
First python3 stable release.
Implemented enhancements
- Implement the kwarg "only_valid_samples" to
FilterbankBlock.dedisperse()
#2 (David-McKenna) - Implement
FilReader.readDedispersedBlock()
#1 (David-McKenna)
Added
- coverage tests with 3b71ff0.
- progress bar using tqdm with a48b919.
- new methods
removeBandpass
,removeZeroDM
,splitToBands
with 673f118, 268e624, 56fd67b.
Changed
- more stable and accurate
getStats
method with e06fcb3.