summaryrefslogtreecommitdiff
path: root/astroid/brain/brain_numpy.py
Commit message (Expand)AuthorAgeFilesLines
* Rename brain_numpy module and associated unit test modulehippo912019-04-201-151/+0
* Correct prototypes of 3 dunder methods.hippo912019-04-201-3/+3
* Correctiong missing default valuehippo912019-04-061-1/+1
* Finalizing description of numpy.ndarrayhippo912019-04-061-56/+55
* Finish the split of the numpy brain. Implements all the dunder methods for nd...hippo912019-04-021-459/+48
* Split the brain_numpy modules in smaller ones for clarity.hippo912019-03-311-32/+4
* Add of __getitem__ and __setitem__ methods in ndarray. Correct signature of s...hippo912019-03-301-1/+5
* Add a definition for randint function. Move definition of class ndarray from ...hippo912019-03-231-94/+95
* Merge branch 'master' into bug_pylint_2721hippo912019-03-161-249/+249
|\
| * Replace `any` with `uninferable` when returning values from `numpy` transformClaudiu Popa2019-03-041-249/+249
* | Add transforms to define return type of numpy.zeros_like et numpy.linspace fu...hippo912019-02-261-13/+24
* | Removing declaration of zeros_like (pass). Filtering tuple and list from type...hippo912019-02-261-1/+12
* | Goes back to pass instead of return any for randint function. Declare zeros_l...hippo912019-02-261-1/+8
|/
* Format according to Blackhippo912019-02-091-6/+14
* Refactoring to code DRYhippo912019-02-031-20/+28
* Adding support for unary operators for numpy ndarray and numbers. Adding hook...hippo912019-02-031-1/+54
* Remove inadvertent returns from class bodiesClaudiu Popa2019-01-271-26/+26
* ``brain_numpy`` returns an undefined type for ``numpy`` methods to avoid ``as...Claudiu Popa2019-01-251-272/+272
* Initial formatting of astroidClaudiu Popa2018-10-021-23/+39
* Update the copyright noticesastroid-2.0Claudiu Popa2018-07-151-1/+3
* Reworking astroid numpy brain (#561)hippo912018-06-251-88/+232
* Enrichmend of the unittest to check if methods of the numpy types are correct...hippo912018-06-061-0/+1
* Setting up the numpy.string_ methods signaturehippo912018-06-061-24/+24
* Taking into account specific numpy types more preciselyhippo912018-06-061-23/+155
* Add brain tip for numpy.sum. Close PyCQA/pylint#1558Claudiu Popa2018-04-051-0/+9
* Enhancement of numpy brain to add missing types defined in numpy.core.numeric...hippo912018-01-301-0/+33
* Introduction of numpy.random.mtrand functions signatures inside numpy brain +...hippo912017-11-111-38/+53
* Introduction of numpy.core.umath functions signatures inside numpy brain + ad...hippo912017-11-111-18/+88
* Expose more objects in numpy brain tiphippo912017-09-211-1/+17
* Even more granular copyrights (thanks to copyrite)Claudiu Popa2016-07-221-2/+2
* Keep a consistent copyright notice across the board.Claudiu Popa2016-07-191-0/+2
* Remove superfluous boilerplate the first regex missedCeridwen2016-05-171-17/+0
* Convert all files to new license headerCeridwen2016-05-161-0/+3
* Rename the brain files again to avoid naming conflicts.Claudiu Popa2015-10-281-0/+62