Skip to content

Latest commit

 

History

History
56 lines (40 loc) · 2.32 KB

HISTORY.rst

File metadata and controls

56 lines (40 loc) · 2.32 KB

1.2.0 (2024-05-04)

  • Adds implementation of buffered file read. (#34)
  • Uses pyproject.toml for build + tool configuration.
  • Improves pack/unpack functions + fixes bitorder bugs.

1.1.0 (2024-02-20)

  • 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.

1.0.0 (2022-02-01)

  • 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 of SIGPROC files.
  • 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_samples to FilterbankBlock.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).