From 71ef306461f2a7d86ee2c422622549524331ef27 Mon Sep 17 00:00:00 2001 From: Bryna Hazelton Date: Tue, 25 Feb 2025 14:24:29 -0800 Subject: [PATCH] update the changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad9ad71f1..ea9fe5402 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file. ## [Unreleased] ### Added +- A new utility function `utils.convert_feeds_to_pols` to get a polarization array +given a feed array (previously existed as a private function in uvbeam.py). - New `strict` keyword added to `UVData.select`, `UVBeam.select`, `UVFlag.select`, and `UVFlag.select`, which allows the user to specify whether to warn or error when supplied criteria only partially match (default being to warn).