This version adds several new features including:
- support for partial read for MWA correlator FITS files
- New convenience methods on
BeamInterface
to simplify the handling of analytic vs UVBeam objects. - Improvements to
UVData.new()
that allow for faster object creation including the newcheck_kw
tonew_uvdata
keywords.
Full details below and in our changelog:
What's Changed
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #1493
- perf: don't always return basis-vector array by @steven-murray in #1483
- Add select on read for MWA correlator FITS files by @bhazelton in #1458
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #1494
- fix: set include_cross_pols to False if feed_array has length 1 by @steven-murray in #1495
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #1497
- feat: new convenience methods on BeamInterface by @steven-murray in #1496
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #1500
- Add comments and code updates to clarify that the real part of the xy autos is corrected by @bhazelton in #1491
- Faster-unprojected-new by @steven-murray in #1488
- Prepare for v3.1.2 by @bhazelton in #1501
Full Changelog: v3.1.1...v3.1.2