diff options
author | hippo91 <guillaume.peillex@gmail.com> | 2019-04-20 11:21:53 +0200 |
---|---|---|
committer | hippo91 <guillaume.peillex@gmail.com> | 2019-04-20 12:14:53 +0200 |
commit | c1679a6ef6c36ca312cb173268d6565f43eefb6e (patch) | |
tree | 8907c75618ccfa47c72bf20ea4adb9c3a5926b9d /ChangeLog | |
parent | bef091da6efc9d2c1e579bdbf28c32c37b6fd2dd (diff) | |
download | astroid-git-c1679a6ef6c36ca312cb173268d6565f43eefb6e.tar.gz |
Add the __init__ method for datetime64and timedelta64
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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 |