Version 2.4.1
This version has several improvements, the most notable are:
- New
uvw_track_generator
utility method for calculating the expected uvws (and a few other values) without needing to instantiate a wholeUVData
object. - Proper round-tripping of the telescope frame through UVH5, UVFITS and MS files.
- New options to
UVFlag.read
andUVFlag.__init__
to help with setting telescope metadata for old UVFlag files that are missing it. - Support for recarrays in
UVParameter
objects and inUVBase
.
Full changes detailed below and in our changelog:
What's Changed
- Fix bug in calc_app_coords by @kartographer in #1325
- Undo numpy pin on python 3.11 tests by @bhazelton in #1321
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #1327
- Fix docstrings for shape of waterfall-type UVFlag objects by @jsdillon in #1326
- Add warnings in check if lst_array doesn't match expectations by @bhazelton in #1322
- Add options for astrometry library to object methods, round-trip telescope frame through UVH5, UVFITS and MS files by @bhazelton in #1329
- Fix
write_ms
handling of history by @kartographer in #1332 - Fix some ERFA calls by @bhazelton in #1331
- Update uvdata_tutorial.rst by @elillesk in #1337
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #1338
- Add support for recarray UVParameters, needed for pyradiosky by @bhazelton in #1334
- Add external testing against SSINS by @bhazelton in #1335
- Add MWA antenna information by @bhazelton in #1340
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #1345
- UVW helper utilities (for use on the moon and otherwise...) by @kartographer in #1292
- New version by @bhazelton in #1347
New Contributors
Full Changelog: v2.4.0...v2.4.1