summaryrefslogtreecommitdiff
path: root/numpy/core/tests
AgeCommit message (Expand)AuthorFilesLines
2017-05-09Merge pull request #9077 from eric-wieser/object-recursionJulian Taylor1-0/+22
2017-05-09TST: Add missing tests for bool scalar conversionEric Wieser1-0/+22
2017-05-09Merge pull request #9054 from eric-wieser/fix-pep3118ahaldane1-21/+38
2017-05-09Merge pull request #9026 from eric-wieser/ufunc_docstringsCharles Harris1-1/+8
2017-05-09ENH: Spelling fixesVille Skyttä3-3/+3
2017-05-08DOC: Show full argument lists for ufuncsEric Wieser1-1/+8
2017-05-08Merge pull request #9063 from shoyer/divmodEric Wieser4-118/+133
2017-05-07ENH: switch ndarray.__divmod__ to use np.divmodStephan Hoyer3-136/+132
2017-05-07ENH: add np.divmod ufuncStephan Hoyer2-0/+19
2017-05-08BUG: Move ctypes ImportError catching to appropriate place (#8898)davidjn1-0/+22
2017-05-07DEP: deprecate ndarray.conjugate's no-op fall through for non-numericJonathan L Long1-0/+13
2017-05-07Merge pull request #8421 from seberg/isnatCharles Harris1-0/+29
2017-05-07ENH: Add isnat functionSebastian Berg1-0/+29
2017-05-06Merge pull request #8964 from juliantaylor/empty-readJulian Taylor1-0/+8
2017-05-05STY: two blank lines between classes per PEP8Jonathan L Long1-0/+2
2017-05-05BUG: Prevent autogenerated names clashing with given namesEric Wieser1-0/+7
2017-05-05BUG: Fix non-determinism in order of fields created from pep3118 formatsEric Wieser1-0/+5
2017-05-05ENH: Pad with itemsize, not padding fieldsEric Wieser1-21/+26
2017-05-03MAINT: Add date and numpy version to TestNPY_CHAR.Charles Harris1-0/+1
2017-05-03MAINT: add deprecation warnings for NPY_CHAR usageJulian Taylor1-0/+7
2017-05-01ENH: Print object arrays containing lists unambiguouslyEric Wieser1-0/+8
2017-05-01Merge pull request #8967 from shoyer/positiveEric Wieser3-0/+27
2017-04-30ENH: add np.positive ufunc and use it for ndarray.__pos__Stephan Hoyer3-0/+27
2017-04-30Merge pull request #9014 from shoyer/array_ufunc-NoneCharles Harris1-1/+32
2017-04-30ENH: disable ufuncs if any operand sets __array_ufunc__=NoneStephan Hoyer1-1/+32
2017-04-29Merge pull request #3861 from seberg/nditer-remove-emptyseberg1-0/+6
2017-04-29BUG: Make ndarray inplace operators forward calls when needed.Charles Harris1-20/+24
2017-04-29BUG: Fix matrix multiply test gufunc for empty matricesSebastian Berg1-0/+6
2017-04-27ENH: Better error message for __array_ufunc__ not implementedStephan Hoyer1-2/+20
2017-04-27MAINT: remove unnecessary checks, wrong code for 'outer', cleanup.Marten van Kerkwijk1-0/+13
2017-04-27BUG: Support nout == 0 and at methodEric Wieser1-2/+7
2017-04-27DOC,TST: clarify example of ndarray subclass using __array_ufunc__Marten van Kerkwijk1-7/+26
2017-04-27BUG: ensure subclass of override class doesn't segfault.Marten van Kerkwijk1-2/+3
2017-04-27REVERT: remove __array_ufunc__ override for np.matmul.Marten van Kerkwijk2-43/+7
2017-04-27REVERT: remove __array_ufunc__ override for np.dot and ndarray.dot.Marten van Kerkwijk2-27/+3
2017-04-27BUG,MAINT: ensure out=None is never passed on to __array_ufunc__.Marten van Kerkwijk2-6/+78
2017-04-27DOC: implement many smaller and bigger changes suggested in review.Marten van Kerkwijk1-3/+5
2017-04-27ENH: implement ndarray.__array_ufunc__Marten van Kerkwijk2-3/+86
2017-04-27TST: test that gufuncs are also overridden by __array_ufunc__.Marten van Kerkwijk1-0/+23
2017-04-27MAINT: for __array_ufunc__ pass inputs as *args, ensure out is tuple.Marten van Kerkwijk3-57/+62
2017-04-27MAINT: allow __array_ufunc__ = None to force binops to defer.Marten van Kerkwijk1-43/+68
2017-04-27BUG/ENH: Switch to simplified __array_ufunc__/binop interactionNathaniel J. Smith1-217/+169
2017-04-27ENH: Remove position arg from __array_ufunc__.Charles Harris3-71/+62
2017-04-27ENH: Rename __numpy_ufunc__ to __array_ufunc__.Charles Harris3-36/+36
2017-04-27ENH: Revert "Temporarily disable __numpy_ufunc__"Charles Harris2-45/+0
2017-04-26TST: fix io test that doesn't close fileAllan Haldane1-2/+2
2017-04-25Merge pull request #8963 from eric-wieser/recursive-reprahaldane1-0/+18
2017-04-25BUG: Prevent infinite recursion when printing self-containing arraysEric Wieser1-0/+18
2017-04-23Merge pull request #8971 from juliantaylor/uninitialized-emptyCharles Harris1-0/+3
2017-04-23BUG: do not change size 0 description when viewing dataJulian Taylor1-0/+3