Releases: mhvk/baseband
v4.2.0
v4.1.3
v4.1.2
4.1.2 (2022-12-20)
Bug Fixes
v4.1.1
4.1.1 (2021-12-02)
Bug Fixes
-
Ensure that Mark 5B files with extra bytes at the start (i.e., with a
first frame that starts later) can be read. [#489] -
Ensure that Mark 5B frames with corrupted headers are properly recognized
and do not lead to exceptions. [#490] -
Add some minimal validation for Mark 4 and Mark 5B
FileReader
arguments. [#490]
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]
v4.0.3
Bug Fixes
-
Ensure that
pathlib.Path
objects are recognized as valid in the various
openers. [#467] -
Raise a proper
FileNotFoundError
instead of an obscureAttributeError
if trying to getfile_info
on a non-existing file. [#467] -
Pass on all "irrelevant" arguments not understood by
file_info
to the
general opener, so they can be used or raiseTypeError
in a place where
it will be clearer why that happens. [#468] -
Support for VDIF EDV3 data with payload size of 1000 bytes. [#456]
v4.0.2
Minor update to 4.0 release
Allow the GUPPI reader to assume channel-first ordering by default.