summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHernan Grecco <hernan.grecco@gmail.com>2023-04-25 00:14:32 -0300
committerGitHub <noreply@github.com>2023-04-25 00:14:32 -0300
commit384187c9c5204f40c8599bda48cbe206da8e99d1 (patch)
treefbd08042f8a56f1b6d0ebbcc8cfc521e604ab823
parent6aab28941ecc5f4894535b5f4116b018fde0d53a (diff)
parent930c56f4985c9dd3c12d5ed0fe5b55cb8d61be01 (diff)
downloadpint-384187c9c5204f40c8599bda48cbe206da8e99d1.tar.gz
Merge pull request #1678 from TyBalduf/master
Remove deprecated `alen` function from numpy_func
-rw-r--r--CHANGES2
-rw-r--r--pint/facets/numpy/numpy_func.py1
2 files changed, 2 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 25388fb..cf9b589 100644
--- a/CHANGES
+++ b/CHANGES
@@ -17,6 +17,8 @@ Pint Changelog
(PR #1663)
- Changed frequency to angular frequency in the docs.
(PR #1668)
+- Remove deprecated `alen` numpy function
+ (PR #1678)
- Updated URLs for log and offset unit errors.
(PR #1727)
- Patched TYPE_CHECKING import regression.
diff --git a/pint/facets/numpy/numpy_func.py b/pint/facets/numpy/numpy_func.py
index 138ed24..2a4421c 100644
--- a/pint/facets/numpy/numpy_func.py
+++ b/pint/facets/numpy/numpy_func.py
@@ -908,7 +908,6 @@ for func_str in [
"argsort",
"argmin",
"argmax",
- "alen",
"ndim",
"nanargmax",
"nanargmin",