summaryrefslogtreecommitdiff
path: root/astroid/brain/brain_numpy_core_numeric.py
Commit message (Expand)AuthorAgeFilesLines
* Improve performance of `looks_like_numpy_member()` (#2178)Jacob Walls2023-05-141-2/+5
* [PyCQA migration] Upgrade links to the repositories in code and docPierre Sassoulas2023-03-291-2/+2
* Simplify hard to maintain copyright notice (#1441)Pierre Sassoulas2022-03-121-6/+1
* Add missing shape parameter to numpy methods (#1450)Mark Byrne2022-03-091-3/+3
* Remove use of deprecated node_classes and scoped_node API in astroidPierre Sassoulas2021-08-101-1/+1
* Bump astroid to 2.6.4, update changelogPierre Sassoulas2021-07-201-1/+1
* Bump astroid to 2.6.3, update changelogv2.6.3Pierre Sassoulas2021-07-191-1/+1
* Fix copyright links (#1084)Marc Mueller2021-07-011-1/+1
* Simplification because AstroidManager is a singleton/borgPierre Sassoulas2021-06-191-3/+5
* Create a file for the global manager defined in astroid.__init__.pyPierre Sassoulas2021-06-191-1/+1
* Import directly from modules in astroid.brain.*Pierre Sassoulas2021-06-191-8/+9
* Move 'register_module_extender' in astroid.brain where it's usedPierre Sassoulas2021-06-191-3/+3
* Update copyright notice for 2.5.7v2.5.7Pierre Sassoulas2021-05-291-1/+1
* Prepare for 2.5.4 releaseastroid-2.5.4Pierre Sassoulas2021-04-241-0/+1
* Add __init__ to astroid.brain packageMarc Mueller2021-04-241-2/+2
* Add an isort configuration in setup.cfg and apply itPierre Sassoulas2021-04-191-1/+3
* Fix issue #891Pierre Sassoulas2021-04-101-1/+1
* Prepare for 2.5.2 releaseastroid-2.5.2Pierre Sassoulas2021-03-281-0/+1
* Upgrade copyrite noticePierre Sassoulas2021-02-281-1/+1
* Update copyright noticehippo912021-02-151-1/+1
* New copyright noticeshippo912020-12-271-0/+1
* Add missing copyright annotations for the past releasesClaudiu Popa2020-04-271-1/+1
* Refomat according to blackhippo912019-04-211-5/+5
* Refactor to make the introduction of new functions easierhippo912019-04-211-19/+16
* Add definition for numpy.ones and numpy.zeros functionshippo912019-04-201-0/+21
* Split the brain_numpy modules in smaller ones for clarity.hippo912019-03-311-0/+25