diff options
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -6,6 +6,8 @@ astroid's ChangeLog What's New in astroid 2.5.0? ============================ Release Date: TBA +* Add `python 3.9` support. + * The flat attribute of ``numpy.ndarray`` is now inferred as an ``numpy.ndarray`` itself. It should be a ``numpy.flatiter`` instance, but this class is not yet available in the numpy brain. |