summaryrefslogtreecommitdiff
path: root/tests/unittest_brain_numpy_ndarray.py
Commit message (Collapse)AuthorAgeFilesLines
* Bump astroid to 2.6.3, update changelogv2.6.3Pierre Sassoulas2021-07-191-0/+1
|
* Fix copyright links (#1084)Marc Mueller2021-07-011-1/+1
| | | | * Fix link in license header * Fix link to cpython
* Fix issue #891Pierre Sassoulas2021-04-101-1/+1
| | | | Remove outdated COPYING and rename COPYING.LESSER
* Upgrade copyrite noticePierre Sassoulas2021-02-281-0/+1
|
* Move from % syntax to format or f-stringsPierre Sassoulas2021-02-211-12/+8
| | | | This is possible with python 3.6
* Remove the # coding, since PEP3120 the default is UTF8Pierre Sassoulas2021-02-211-1/+0
|
* New copyright noticeshippo912020-12-271-1/+1
|
* Adds ndarray as rtype for T attribute.hippo912020-09-141-1/+1
| | | Closes PyCQA/pylint#3387
* Add missing copyright annotations for the past releasesClaudiu Popa2020-04-271-2/+3
|
* Make imag and real attributes numpy.ndarrayhippo912020-02-101-0/+31
| | | Close PyCQA/pylint#3322
* Moved tests out of package directory (#704)Ashley Whetter2019-10-151-0/+141