diff options
| author | hippo91 <guillaume.peillex@gmail.com> | 2019-12-24 10:08:04 +0100 |
|---|---|---|
| committer | Claudiu Popa <pcmanticore@gmail.com> | 2019-12-24 10:08:04 +0100 |
| commit | 3d74305efdbc6aa58784a0222e4a1eef6a33e2fa (patch) | |
| tree | a5eb88d2abe51f3281a3f3a782af678840575293 /ChangeLog | |
| parent | c54af820fcbaa1dd7a4644670b58a40b4f587ff9 (diff) | |
| download | astroid-git-3d74305efdbc6aa58784a0222e4a1eef6a33e2fa.tar.gz | |
Add missing methods of the numpy.core.multiarray module.
Closes PyCQA/pylint#3208
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |
