summaryrefslogtreecommitdiff
path: root/astroid/brain/brain_numpy_core_multiarray.py
Commit message (Expand)AuthorAgeFilesLines
* Improve performance of `looks_like_numpy_member()` (#2178)Jacob Walls2023-05-141-3/+7
* [PyCQA migration] Upgrade links to the repositories in code and docPierre Sassoulas2023-03-291-2/+2
* [flake8] Set the max line length to 110 instead of 138Pierre Sassoulas2022-09-191-4/+9
* Simplify hard to maintain copyright notice (#1441)Pierre Sassoulas2022-03-121-6/+1
* 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-4/+4
* 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-9/+12
* 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/+2
* 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
* New copyright noticeshippo912020-12-271-0/+1
* Add missing copyright annotations for the past releasesClaudiu Popa2020-04-271-1/+1
* Add a call to register_transform for each numpy function in case the current ...hippo912020-01-051-0/+5
* Add missing methods of the numpy.core.multiarray module.hippo912019-12-241-0/+32
* Refomat according to blackhippo912019-04-211-16/+9
* Factorize functions inference systemhippo912019-04-201-15/+5
* Reformat for easier new function introductionhippo912019-04-201-98/+32
* Add definition for numpy.ones and numpy.zeros functionshippo912019-04-201-0/+14
* Add the function numpy.emptyhippo912019-04-201-0/+14
* Reformathippo912019-04-071-11/+8
* Finish the split of the numpy brain. Implements all the dunder methods for nd...hippo912019-04-021-0/+3
* Split the brain_numpy modules in smaller ones for clarity.hippo912019-03-311-0/+110