Skip to content

v4.1.0

Compare
Choose a tag to compare
@mhvk mhvk released this 30 Nov 16:17
v4.1.0

API Changes

  • The deprecated vlbi_base module has been removed. [#484]

Bug Fixes

  • Ensure that vdif files with 1 frame per second can be read. [#488]

Other Changes and Additions

  • Entry points are now handled via importlib.metadata (or the python 3.7
    backport importlib_metadata), meaning baseband no longer requires the
    entrypoints package. [#477]