aboutsummaryrefslogtreecommitdiff
path: root/tests/unittest_brain_numpy_core_umath.py
AgeCommit message (Expand)Author
2021-10-17Bump astroid to 2.8.3, update changelogPierre Sassoulas
2021-10-06Bump astroid to 2.8.1, update changelogPierre Sassoulas
2021-09-17Add f-strings with `flynt`Daniƫl van Noord
2021-07-20Bump astroid to 2.6.4, update changelogPierre Sassoulas
2021-07-19Bump astroid to 2.6.3, update changelogPierre Sassoulas
2021-07-01Fix copyright links (#1084)Marc Mueller
2021-06-07Prepare for 2.5.8 release (#1013)Pierre Sassoulas
2021-05-29Update copyright notice for 2.5.7Pierre Sassoulas
2021-05-12Fix strong references to mutable objects in context.clone (#927)Andrew Haigh
2021-04-19Add an isort configuration in setup.cfg and apply itPierre Sassoulas
2021-04-10Fix issue #891Pierre Sassoulas
2021-02-28Upgrade copyrite noticePierre Sassoulas
2021-02-21Revert "Insures that numpy functions returning arrays are inferred only as ar...hippo91
2021-02-21Move from % syntax to format or f-stringsPierre Sassoulas
2021-02-21Remove the # coding, since PEP3120 the default is UTF8Pierre Sassoulas
2021-02-15Update copyright noticehippo91
2021-01-23Merge branch 'sum_and_multiply' of https://github.com/hippo91/astroidhippo91
2020-12-29Adds the ufunc degrees and radians testshippo91
2020-12-27New copyright noticeshippo91
2020-06-20Merge branch 'master' into sum_and_multiplyhippo91
2020-04-27Add missing copyright annotations for the past releasesClaudiu Popa
2019-12-30Merge branch 'master' into sum_and_multiplyhippo91
2019-12-30Add the float_power function in the brain and in its associated testhippo91
2019-12-30Insures that numpy functions returning arrays are inferred only as array and ...hippo91
2019-12-28Add the test of functions add and multiplyhippo91
2019-12-09Reformatting according to blackhippo91
2019-12-09Reactivates tests for functions whose result is inferred as an ndarray and un...hippo91
2019-12-09Ufunc objects are no more functions but instances a fake Ufunc classhippo91
2019-12-09Adds unittest for ufunc objects returning pair of ndarrayhippo91
2019-12-09Takes into account the fact thathippo91
2019-12-09geterrobj et seterrobj are not ufunc objectshippo91
2019-10-15Moved tests out of package directory (#704)Ashley Whetter