diff options
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -7,6 +7,12 @@ What's New in astroid 2.5.0? ============================ Release Date: TBA +* Remove support for Python 3.5. +* Remove the runtime dependency on ``six``. The ``six`` brain remains in + astroid. + + Fixes PyCQA/astroid#863 + * Adds `degrees`, `radians`, which are `numpy ufunc` functions, in the `numpy` brain. Adds `random` function in the `numpy.random` brain. Fixes PyCQA/pylint#3856 |
