index
:
delta/python-packages/astroid-git.git
1.6
2.0
2.0.experimental
2.2
2.3
2.4
2.5
2.9
add-dateutil-to-requirements
add-flake8-in-pre-commit-configuration
add-flake8-typing-import
add-github-actions
add-isort-pylint-autoflake-to-pre-commit
add-pydocstring-formatter-remaining-issues
add-typing-in-tests
bug_666
builtin-simplified
catch-attribute-inference-error-in-safe-infer
dependabot/pip/sphinx-approx-eq-7.0
deprecate-is-sys-guard
fix-4623-generator-raised-stop-iteration
fix-crash-in-dunder-inference
fix-flake8-f403-in-astroid-__init__.py
fix-pylint-legacy-warnings
fix-pylint-warning-from-master-branch
fix-self-inflicted-circular-import
fix_851
import-from-astroid-nodes-in-test-directory
main
maintenance/2.15.x
master
performance-regression
pre-commit-ci-update-config
remove-lazy-import-use-specific-imports
revert-1366-postinit-property
revert-perf-affecting-changes-2
simplification-for-python3.6-code
sum_and_multiply
support-python-3.10
upgrade-packaging-to-setuptools
upgrade-pylint-to-2.12.2
upgrade-to-pylint-2.10
use-scm-setuptools
zipper
github.com: PyCQA/astroid.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
astroid
/
brain
/
brain_numpy_utils.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Improve performance of `looks_like_numpy_member()` (#2178)
Jacob Walls
2023-05-14
1
-18
/
+13
*
[PyCQA migration] Upgrade links to the repositories in code and doc
Pierre Sassoulas
2023-03-29
1
-2
/
+2
*
Some modifications for pep237 with pydocstringformatter (#1792)
Pierre Sassoulas
2023-01-09
1
-2
/
+3
*
Initial pass with ``pydocstringformatter``
Daniƫl van Noord
2023-01-09
1
-4
/
+2
*
Fix crash if numpy doesn't have version (#1892)
Tushar Sadhwani
2022-12-08
1
-1
/
+1
*
Add some InferenceContext annotations (#1883)
Nick Drozd
2022-11-22
1
-1
/
+2
*
Update typing for Python 3.7 (1) (#1555)
Marc Mueller
2022-05-13
1
-2
/
+3
*
Simplify hard to maintain copyright notice (#1441)
Pierre Sassoulas
2022-03-12
1
-8
/
+1
*
Bump astroid to 2.10.0, update changelog
v2.10.0
Pierre Sassoulas
2022-02-27
1
-0
/
+1
*
Bump astroid to 2.9.2, update changelog
v2.9.2
Alexander Shadchin
2022-01-04
1
-1
/
+1
*
Bump astroid to 2.9.1, update changelog
v2.9.1
Pierre Sassoulas
2021-12-31
1
-0
/
+1
*
Upgrade to pylint 2.12 and enable ``for_any_all`` checker (#1277)
Nick Drozd
2021-11-27
1
-7
/
+4
*
Bug pylint 4326 (#1183)
hippo91
2021-10-05
1
-0
/
+26
*
Remove use of deprecated node_classes and scoped_node API in astroid
Pierre Sassoulas
2021-08-10
1
-1
/
+1
*
Bump astroid to 2.6.4, update changelog
Pierre Sassoulas
2021-07-20
1
-1
/
+1
*
Bump astroid to 2.6.3, update changelog
v2.6.3
Pierre Sassoulas
2021-07-19
1
-0
/
+1
*
Fix copyright links (#1084)
Marc Mueller
2021-07-01
1
-1
/
+1
*
Import directly from modules in astroid.brain.*
Pierre Sassoulas
2021-06-19
1
-12
/
+9
*
Fix issue #891
Pierre Sassoulas
2021-04-10
1
-1
/
+1
*
Prepare for 2.5.2 release
astroid-2.5.2
Pierre Sassoulas
2021-03-28
1
-0
/
+1
*
Reformats according to black
hippo91
2021-03-05
1
-1
/
+4
*
"import numpy" has to be detected as a valid import of numpy
hippo91
2021-03-05
1
-1
/
+1
*
Upgrade copyrite notice
Pierre Sassoulas
2021-02-28
1
-1
/
+1
*
Update copyright notice
hippo91
2021-02-15
1
-1
/
+1
*
New copyright notices
hippo91
2020-12-27
1
-1
/
+1
*
Add missing copyright annotations for the past releases
Claudiu Popa
2020-04-27
1
-1
/
+2
*
Add a call to register_transform for each numpy function in case the current ...
hippo91
2020-01-05
1
-2
/
+10
*
Make sure that node.expr points to a Name before calling looks_like_numpy_member
Claudiu Popa
2019-06-20
1
-0
/
+1
*
Avoid use of inference engine before it is fully set up. Add docstrings
hippo91
2019-05-25
1
-2
/
+34
*
Corrects the way a numpy member is identified
hippo91
2019-04-26
1
-1
/
+1
*
Refomat according to black
hippo91
2019-04-21
1
-3
/
+5
*
Factorize functions inference system
hippo91
2019-04-20
1
-0
/
+21