Skip to content

Commit 4043af5

Browse files
Merge branch 'master' into master
2 parents ef94794 + 5192907 commit 4043af5

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+196
-285
lines changed

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ Release Date: TBA
1010

1111
Fixes PyCQA/pylint#4040
1212

13+
* The ``context.path`` is reverted to a set because otherwise it leds to false positives
14+
for non `numpy` functions.
15+
16+
Closes #895 #899
17+
1318

1419
What's New in astroid 2.5?
1520
============================

astroid/__pkginfo__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf-8 -*-
21
# Copyright (c) 2006-2014 LOGILAB S.A. (Paris, FRANCE) <[email protected]>
32
# Copyright (c) 2014-2020 Claudiu Popa <[email protected]>
43
# Copyright (c) 2014 Google, Inc.
@@ -25,7 +24,7 @@
2524

2625
"""astroid packaging information"""
2726

28-
version = "2.5"
27+
version = "2.5-dev"
2928
numversion = tuple(int(elem) for elem in version.split(".") if elem.isdigit())
3029

3130
extras_require = {}

0 commit comments

Comments
 (0)