From 1a28c5f048c00811be13f2f01f651a42b648457b Mon Sep 17 00:00:00 2001 From: Erin Sheldon Date: Thu, 13 Oct 2022 21:15:40 -0400 Subject: [PATCH] update changelog --- CHANGES.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 29456b82..db90465b 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,19 @@ +## v2.2.1 + +### New Features + + - Added new guesser BDFPSFFluxGuesser, makes a flux guess + based on the PSF flux + +### Performance + - Added O(N) phase shift computation for pre-psf moments + +### Misc + + - ignore NumbaExperimentalFeatureWarning being spewed by + numba. We can ignore these, as the features are of order + ten years old from the time of writing + ## v2.2.0 ### new features