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
backportimportlib_metadata
), meaning baseband no longer requires the
entrypoints
package. [#477]