summaryrefslogtreecommitdiff
path: root/astroid/brain/brain_numpy_core_umath.py
Commit message (Expand)AuthorAgeFilesLines
* [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-5/+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-0/+1
* Fix copyright links (#1084)Marc Mueller2021-07-011-1/+1
* Simplification because AstroidManager is a singleton/borgPierre Sassoulas2021-06-191-2/+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-6/+4
* Move 'register_module_extender' in astroid.brain where it's usedPierre Sassoulas2021-06-191-1/+2
* Remove non-breaking whitespaces from the codebasePierre Sassoulas2021-04-181-2/+4
* 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
* Merge branch 'sum_and_multiply' of https://github.com/hippo91/astroidsum_and_multiplyhippo912021-01-231-0/+2
|\
| * Merge branch 'master' into sum_and_multiplyhippo912020-06-201-1/+1
| |\
| * \ Merge branch 'master' into sum_and_multiplyhippo912019-12-301-0/+6
| |\ \
| * | | Adds two missing ufunc instances (add and multiply)hippo912019-12-281-0/+2
* | | | Formatting according to blackhippo912020-12-291-2/+2
* | | | Adds a note dealing with numpy version 1.18 and the __getattr__ methodhippo912020-12-291-1/+2
* | | | Adds the ufunc degrees and radianshippo912020-12-291-0/+2
* | | | New copyright noticeshippo912020-12-271-0/+1
| |_|/ |/| |
* | | Add missing copyright annotations for the past releasesClaudiu Popa2020-04-271-1/+1
| |/ |/|
* | Add the float_power function in the brain and in its associated testhippo912019-12-301-0/+6
|/
* Reactivates tests for functions whose result is inferred as an ndarray and un...hippo912019-12-091-6/+6
* Adds a special Ufunc class for ufunc objects that return pair of ndarrayhippo912019-12-091-6/+6
* The ufunc functions are now instance s of FakeUfunc class that mimics the beh...hippo912019-12-091-71/+107
* Refomat according to blackhippo912019-04-211-1/+2
* Changes uninferable return toward correct oneshippo912019-04-071-65/+64
* Finish the split of the numpy brain. Implements all the dunder methods for nd...hippo912019-04-021-0/+105