diff options
author | hippo91 <guillaume.peillex@gmail.com> | 2021-01-19 20:57:20 +0100 |
---|---|---|
committer | hippo91 <guillaume.peillex@gmail.com> | 2021-01-19 20:57:20 +0100 |
commit | e7a42443822dde8b2c954dab87abaa811b42fe8e (patch) | |
tree | 8e47a8d597516024cb4693945c771ef75861ef6e | |
parent | f184c8af7581b6d1c56270f1eb66254175978595 (diff) | |
download | astroid-git-e7a42443822dde8b2c954dab87abaa811b42fe8e.tar.gz |
Adds an entry
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -6,6 +6,9 @@ astroid's ChangeLog What's New in astroid 2.5.0? ============================ Release Date: TBA +* Adds a brain for type object so that it is possible to write `type[int]` in annotation. + + Fixes PyCQA/pylint#4001 * Adds `degrees`, `radians`, which are `numpy ufunc` functions, in the `numpy` brain. Adds `random` function in the `numpy.random` brain. |