From 1f2e01905ac30a473039df6c5f9132c01232d9f1 Mon Sep 17 00:00:00 2001 From: Mihai Cara Date: Fri, 6 Sep 2024 11:13:49 -0400 Subject: [PATCH] update changelog --- changes/1383.resample.rst | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/1383.resample.rst diff --git a/changes/1383.resample.rst b/changes/1383.resample.rst new file mode 100644 index 000000000..53ad0fd4f --- /dev/null +++ b/changes/1383.resample.rst @@ -0,0 +1 @@ +Fixed an incompatibility with ``numpy 2.0`` in ``resample.resample_utils.build_mask()``. Switched code in ``build_driz_weight()`` to use ``astropy`` equivalent of ``build_mask()``. Deprecated ``resample.resample_utils.build_mask()``.