summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-05-10MAINT: Update master branch for 1.14.0 development.Charles Harris6-3/+52
2017-05-10Merge pull request #9087 from eric-wieser/fix-ufunc-resolutionJulian Taylor10-122/+175
2017-05-10MAINT: fix intp formatting warningsJulian Taylor1-23/+24
2017-05-10MAINT: Remove avoidable warningsEric Wieser3-5/+3
2017-05-10Merge pull request #9080 from charris/release-notes-and-mailmapCharles Harris2-121/+142
2017-05-10Merge pull request #9050 from juliantaylor/fortranobj-pathCharles Harris2-9/+50
2017-05-10MAINT: use if instead of loopEric Wieser1-31/+21
2017-05-10BUG: Fix inconsistent lookup of __array_ufunc__.Eric Wieser5-43/+53
2017-05-10MAINT: Fix warnings about int vs intpEric Wieser1-9/+9
2017-05-10MAINT: Distinguish "correct" special method lookups from incorrect onesEric Wieser6-45/+99
2017-05-10Merge pull request #9070 from ahaldane/silence_join_byEric Wieser2-6/+49
2017-05-09BUG: Preserve field order in join_by, avoids FutureWarningAllan Haldane2-6/+49
2017-05-09DOC: Update 1.13 release notes.Charles Harris1-121/+137
2017-05-09MAINT: Update .mailmap to include new contributers.Charles Harris1-0/+5
2017-05-09Merge pull request #9077 from eric-wieser/object-recursionJulian Taylor2-1/+33
2017-05-09TST: Add missing tests for bool scalar conversionEric Wieser1-0/+22
2017-05-09Merge pull request #9054 from eric-wieser/fix-pep3118ahaldane2-127/+172
2017-05-09BUG: Don't silence errors in bool(object_array)Eric Wieser1-0/+4
2017-05-09BUG: Prevent stackoverflow on self-containing arraysEric Wieser1-1/+7
2017-05-09Merge pull request #9074 from scop/py36escCharles Harris2-5/+5
2017-05-09Merge pull request #8846 from gfyoung/randint-extreme-rangeCharles Harris3-15/+60
2017-05-09Merge pull request #9026 from eric-wieser/ufunc_docstringsCharles Harris6-201/+197
2017-05-09ENH: Python 3.6 invalid escape sequence deprecation fixesVille Skyttä2-5/+5
2017-05-09Merge pull request #9075 from scop/spellingJaime49-60/+60
2017-05-09ENH: Spelling fixesVille Skyttä49-60/+60
2017-05-09BUG: Buttress handling of extreme values in randintgfyoung3-15/+60
2017-05-09Merge pull request #9072 from njsmith/preserve-multiarray-import-errorJulian Taylor1-2/+4
2017-05-08BUG: if importing multiarray fails, don't discard the error messageNathaniel J. Smith1-2/+4
2017-05-08DOC: Correct parameter names for spacing and invertEric Wieser1-2/+2
2017-05-08DOC: Simplify the output of help(ufunc)Eric Wieser1-37/+21
2017-05-08DOC: Remove explanation of exception due to outEric Wieser1-20/+0
2017-05-08DOC: Refer to main ufunc docs for kwargsEric Wieser2-83/+102
2017-05-08DOC: Show full argument lists for ufuncsEric Wieser3-59/+72
2017-05-08Merge pull request #9063 from shoyer/divmodEric Wieser17-193/+348
2017-05-07DOC: fix docstring for np.isinStephan Hoyer1-0/+1
2017-05-07DOC: update ufunc overides NEP with __divmod__Stephan Hoyer1-4/+7
2017-05-07ENH: switch ndarray.__divmod__ to use np.divmodStephan Hoyer7-171/+146
2017-05-07ENH: add divmod support to NDArrayOperatorsMixinStephan Hoyer2-40/+60
2017-05-07ENH: add np.divmod ufuncStephan Hoyer9-0/+156
2017-05-08BUG: Move ctypes ImportError catching to appropriate place (#8898)davidjn2-17/+52
2017-05-07Merge pull request #9058 from charris/update-warning-messageCharles Harris2-4/+14
2017-05-07Merge pull request #9060 from longjon/always-conjugate2Charles Harris3-0/+23
2017-05-07DEP: deprecate ndarray.conjugate's no-op fall through for non-numericJonathan L Long3-0/+23
2017-05-07Merge pull request #8421 from seberg/isnatCharles Harris12-46/+212
2017-05-07DOC: Document isnat addition and related warning changesSebastian Berg1-0/+16
2017-05-07BUG: Remove warning NaT filter from masked array test utilsSebastian Berg2-7/+5
2017-05-07BUG: Remove warning filters from comparison assert functionsSebastian Berg2-38/+75
2017-05-07ENH: Add isnat functionSebastian Berg7-1/+116
2017-05-06Merge pull request #8964 from juliantaylor/empty-readJulian Taylor3-1/+22
2017-05-06Merge pull request #8939 from eric-wieser/deprecate-miniCharles Harris5-78/+130