Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Format according to Black | hippo91 | 2019-02-09 | 1 | -1/+4 |
| | |||||
* | Refactors and generalizes unittests dealing with tuple or list inference of ↵ | hippo91 | 2019-02-09 | 1 | -8/+16 |
| | | | | numpy function calls | ||||
* | Add a unittest checking that the call to numpy.array function is not ↵ | hippo91 | 2019-02-09 | 1 | -0/+71 |
| | | | | inferred as a list or a tuple | ||||
* | Initial formatting of astroid | Claudiu Popa | 2018-10-02 | 1 | -133/+376 |
| | |||||
* | Update the copyright noticesastroid-2.0 | Claudiu Popa | 2018-07-15 | 1 | -1/+3 |
| | |||||
* | Reworking astroid numpy brain (#561) | hippo91 | 2018-06-25 | 1 | -123/+65 |
| | | | | | | Complete refoundation of the numpy_core_numerictypes_transform method thanks to a deep analysis of the numpy.core.numerictpyes module. The generated hierarchy of classes is closer to the real one. | ||||
* | Fix lint errors | Bryce Guinta | 2018-06-21 | 1 | -7/+7 |
| | |||||
* | pylint applied | hippo91 | 2018-06-06 | 1 | -13/+24 |
| | |||||
* | Enrichmend of the unittest to check if methods of the numpy types are ↵ | hippo91 | 2018-06-06 | 1 | -0/+111 |
| | | | | correctly detected | ||||
* | Enhancement of numpy brain to add missing types defined in ↵ | hippo91 | 2018-01-30 | 1 | -0/+27 |
| | | | | numpy.core.numerictypes + add of corresponding unittest | ||||
* | Remove most of the copyright notices, since this file was written completely ↵ | Claudiu Popa | 2017-11-11 | 1 | -6/+0 |
| | | | | by @hippo91 | ||||
* | Add of decorator to skip the tests if numy module is not present | hippo91 | 2017-11-11 | 1 | -1/+2 |
| | |||||
* | Add of copyright and simplification of the mock to try to pass python3.3 CI | hippo91 | 2017-11-11 | 1 | -2/+3 |
| | |||||
* | Add of encoding utf-8 declaration | hippo91 | 2017-11-11 | 1 | -0/+1 |
| | |||||
* | Add of a class that wrapps the call to unittest.subTest method to handle ↵ | hippo91 | 2017-11-11 | 1 | -4/+61 |
| | | | | different versions of python | ||||
* | Introduction of numpy.random.mtrand functions signatures inside numpy brain ↵ | hippo91 | 2017-11-11 | 1 | -35/+96 |
| | | | | + add of a dedicated unit test | ||||
* | Introduction of numpy.core.umath functions signatures inside numpy brain + ↵ | hippo91 | 2017-11-11 | 1 | -0/+127 |
add of a dedicated unit test |