summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorhippo91 <guillaume.peillex@gmail.com>2019-12-24 10:08:04 +0100
committerClaudiu Popa <pcmanticore@gmail.com>2019-12-24 10:08:04 +0100
commit3d74305efdbc6aa58784a0222e4a1eef6a33e2fa (patch)
treea5eb88d2abe51f3281a3f3a782af678840575293 /ChangeLog
parentc54af820fcbaa1dd7a4644670b58a40b4f587ff9 (diff)
downloadastroid-git-3d74305efdbc6aa58784a0222e4a1eef6a33e2fa.tar.gz
Add missing methods of the numpy.core.multiarray module.
Closes PyCQA/pylint#3208
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 96b7eb7a..b612aee0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,10 @@ What's New in astroid 2.4.0?
============================
Release Date: TBA
+* Added some functions of the ``numpy.core.multiarray`` module
+
+ Close PyCQA/pylint#3208
+
* All the ``numpy ufunc`` functions derived now from a common class that
implements the specific ``reduce``, ``accumulate``, ``reduceat``,
``outer`` and ``at`` methods.