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).