diff options
author | hippo91 <guillaume.peillex@gmail.com> | 2019-12-27 14:51:02 +0100 |
---|---|---|
committer | hippo91 <guillaume.peillex@gmail.com> | 2019-12-27 14:51:02 +0100 |
commit | 4e3ef46565c7716e5c375fe53f9ef9bcbadf9b17 (patch) | |
tree | 3c7a6d4ad1203f8e6dd62a3185d190b851cd340d | |
parent | f4da3d553b4bfc4af73a08707b513c67c037acdc (diff) | |
download | astroid-git-bug_666.tar.gz |
Add an entrybug_666
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -6,6 +6,11 @@ What's New in astroid 2.4.0? ============================ Release Date: TBA +* Added a call to ``register_transform`` for all functions of the ``brain_numpy_core_multiarray`` + module in case the current node is an instance of ``astroid.Name`` + + Close #666 + * Added some functions of the ``numpy.core.multiarray`` module Close PyCQA/pylint#3208 |