Version 2.2.11
This version fixed a uvh5 reader bug and added better support for non-earth bound telescopes:
- fixed a bug in the uvh5 reader that could cause errors reading in valid version 1.1 uvh5 files because it was looking for a non-standard header item (multi_phase_center).
- Added a frame attribute to the
_telescope_locationattribute on most objects to allow for telescopes not on earth.
Full details below and in our changelog:
What's Changed
- Update the pypi workflow and making release document for CI failures by @bhazelton in #1217
- Fix warnings test CI by @bhazelton in #1220
- Add LocationParameter.frame by @aelanman in #1218
- Improve JPL Horizons error handling by @bhazelton in #1222
- Fix uvh5 reader to check for
phase_center_catalognotmulti_phase_centerby @bhazelton in #1225 - [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #1226
- update changelog for new version by @bhazelton in #1227
- Fix the incorrect version in the changelog, add a missed item earlier by @bhazelton in #1228
Full Changelog: v2.2.10...v2.2.11