Version 3.2.4
This release adds some new beam plotting methods and some improved tutorial content.
It also:
- Changes how the test data is managed. The test data has been moved out of this repo to a new repo (https://github.com/RadioAstronomySoftwareGroup/rasg-datasets/) and pooch is used to download it as needed in the tests and tutorial.
- Fixes a bug that caused an error when setting the pixel_coordinate_system in
UVBeam.newandAnalyticBeam.to_uvbeam.
full details below and in our changelog:
What's Changed
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #1600
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #1601
- Use pooch and put test data in rasg_datasets repo by @bhazelton in #1603
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #1605
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #1608
- Don't use asserts in non-testing code by @bhazelton in #1607
- Fix test now that ATCA is in astropy sites by @bhazelton in #1610
- Fix some issues in typing for numpy arrays by @bhazelton in #1609
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #1611
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #1614
- Clean up and improve tutorials for Sybil testing, add missing content by @bhazelton in #1612
- Add uvbeam plotting by @bhazelton in #1613
- update changelog for new beam plotting by @bhazelton in #1616
- fix our branch scheme to handle slashes in branch names by @bhazelton in #1615
- Fix a bug when setting pixel_coordinate_system in to_uvbeam by @bhazelton in #1617
- prepare for v3.2.4 by @bhazelton in #1618
Full Changelog: v3.2.3...v3.2.4