Version 3.2.1
This is the release associated with our new JOSS paper 🎉
It also fixes a few bugs:
- A bug where the
Telescope.get_x_orientationwould not return"east"or"north"
if the feed angles if outside of the range of 0 to 90 degrees (e.g. 180 and 270 degrees
for x- and y-polarization should return "north".). - A bug in reading in uvfits files with baseline coordinates that have the '--' suffix,
which is allowed in uvfits files. - A bug in reading in uvfits files where the antenna frame is given by an arbitrary
number of repeated '?', which is allowed in uvfits.
Full details below and in our changelog:
What's Changed
- Fix some typos I found writing release notes for v3.2 by @bhazelton in #1553
- VLBI-related UVFITS fixes by @kartographer in #1557
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #1555
- Fix to x-orientation determination feed wrapped values of
Telescope.feed_arrayby @kartographer in #1558 - JOSS paper on v3 by @kartographer in #1461
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #1559
Full Changelog: v3.2.0...v3.2.1