Skip to content

Version 0.4.2

Latest
Compare
Choose a tag to compare
@adeliegorce adeliegorce released this 17 Jul 16:35
· 61 commits to main since this release
f131126

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 with future_array_shapes, that is the spectral window axis has been removed.
  • All UVBeam objects imported to form a PSPecBeam are also read with future_array_shapes by default.
  • Following the new pyuvdata syntax, the channel_width attribute of UVPSpec objects is now an array.
  • Backwards compatibility is allowed by the use_future_array_shapes() method of pyuvdata, 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.