summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorhippo91 <guillaume.peillex@gmail.com>2019-04-20 11:21:53 +0200
committerhippo91 <guillaume.peillex@gmail.com>2019-04-20 12:14:53 +0200
commitc1679a6ef6c36ca312cb173268d6565f43eefb6e (patch)
tree8907c75618ccfa47c72bf20ea4adb9c3a5926b9d /ChangeLog
parentbef091da6efc9d2c1e579bdbf28c32c37b6fd2dd (diff)
downloadastroid-git-c1679a6ef6c36ca312cb173268d6565f43eefb6e.tar.gz
Add the __init__ method for datetime64and timedelta64
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1a4e4eff..0453ea42 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,18 @@ What's New in astroid 2.3.0?
============================
Release Date: TBA
+* Numpy brain support is improved.
+ Numpy's fondamental type ``numpy.ndarray`` has its own brain : ``brain_numpy_ndarray`` and
+ each numpy module that necessitates brain action has now its own numpy brain :
+
+ - ``numpy.core.numeric``
+ - ``numpy.core.function_base``
+ - ``numpy.core.multiarray``
+ - ``numpy.core.numeric``
+ - ``numpy.core.numerictypes``
+ - ``numpy.core.umath``
+ - ``numpy.random.mtrand``
+
* Drop a superfluous and wrong callcontext when inferring the result of a context manager
Close PyCQA/pylint#2859