This is a patch release implementing support for newer versions of pyuvdata
and its future_array_shapes
.
What's changed:
- All data files imported into a
PSPecData
object are now read withfuture_array_shapes
, that is the spectral window axis has been removed. - All
UVBeam
objects imported to form aPSPecBeam
are also read withfuture_array_shapes
by default. - Following the new
pyuvdata
syntax, thechannel_width
attribute ofUVPSpec
objects is now an array. - Backwards compatibility is allowed by the
use_future_array_shapes()
method ofpyuvdata
, which changes the array shapes of an object to match future array shapes (see here). Therefore, no (test) data file has been modified. If a conversion was required, a warning message is printed. - Tutorials and example notebooks have been modified accordingly.
- Please pay extra care to the missing array dimension when you convert your data arrays from Jy/beam to mK by hand.