From ba2f60ebbeecaf64cfb7c24aee1aa6147675029c Mon Sep 17 00:00:00 2001 From: Ned Molter Date: Tue, 9 Apr 2024 17:16:38 -0400 Subject: [PATCH] added changelog entry --- CHANGES.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 6899e2c5d3..3e55fec513 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,11 @@ 1.14.1 (unreleased) =================== +ami +--- + +- Replaced deprecated ``np.mat()`` with ``np.asmatrix()``. [#8415] + associations ------------ @@ -16,6 +21,11 @@ documentation - Added docs for the NIRSpec MSA metadata file to the data products area of RTD. [#8399] +extract_1d +---------- + +- Replaced deprecated ``np.trapz`` with ``np.trapezoid()``. [#8415] + pipeline --------