Version 1.3
This release adds full support for simulating telescopes on the moon with detailed tests that validate the correct behavior.
This release also includes:
- Added support for all UVBeam readable files
- Changed the default file type for writing out UVData files to be the uvh5 format rather than the uvfits format because it does not require phasing.
- Removed deprecation of gaussian beams defined from sigma parameter.
This version updates the following required dependencies:
- astropy>=6.0
- numpy>=1.23
- python>=3.10
- pyuvdata >= 2.4.3
- pyyaml>=5.4.1
- scipy>=1.7.3
and the following optional dependencies:
- astropy-healpix>=1.0.2
- lunarsky>=0.2.2
- mpi>=3.1.1
- python-casacore>=3.5.2.
Full details below and in our changelog.
What's Changed
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #430
- Use the standard test environment on python 3.11 by @bhazelton in #431
- Fixes to prevent errors with pyuvdata 3.0 by @bhazelton in #432
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #436
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #438
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #439
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #440
- Make handling of
freq_interp_kind
flexible for future pyuvdata changes by @bhazelton in #442 - Remove the pending deprecation warning for achromatic gaussian beams by @bhazelton in #441
- Add support for all UVBeam files by @bhazelton in #444
- Default to writing out UVH5 files rather than UVFITS by @bhazelton in #445
- Cleanup documentation and fix a few minor things by @bhazelton in #448
- test cleanup and improvements by @bhazelton in #449
- More test coverage and other cleanup by @bhazelton in #450
- Move mpi fns by @mkolopanis in #451
- remove troublesome nsky_parts test by @mkolopanis in #453
- Adding Lunar simulation capability by @wps2n in #435
- Use black formatting by @bhazelton in #454
- Restructure package by @bhazelton in #455
- Prepare for v1.3 by @bhazelton in #457
New Contributors
Full Changelog: v1.2.6...v1.3.0