From 0ad1cc325485403f45ff05510ca27185fef898df Mon Sep 17 00:00:00 2001 From: Bryna Hazelton Date: Tue, 13 Feb 2024 15:56:59 -0800 Subject: [PATCH] update the changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e7ec169..28d655dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ - Added support for all UVBeam readable files rather than just beamfits. ### Changed +- 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. - Add tracking of the beam `freq_interp_kind` to the BeamList object since it is moving from a UVBeam attribute to a parameter to the `UVBeam.interp` method