summaryrefslogtreecommitdiff
path: root/numpy/add_newdocs.py
AgeCommit message (Expand)AuthorFilesLines
2017-05-08DOC: Simplify the output of help(ufunc)Eric Wieser1-37/+21
2017-05-05ENH: Add isin, genereralizing in1d to ND arrays (#8423)B R S Recht1-1/+1
2017-04-05DOC: Fix for issues #7622 and #7914Stefan Peterson1-2/+2
2017-03-28ENH: Allow AxisErrors to have a prefix on the messageEric Wieser1-1/+7
2017-03-26Merge pull request #8348 from anntzer/bincount-zero-minlengthEric Wieser1-1/+1
2017-03-24ENH: Allow bincount(..., minlength=0).Antony Lee1-1/+1
2017-02-25ENH: add a .ndim property to dype objectsEric Wieser1-0/+9
2017-02-20ENH: Expose np.core.multiarray.normalize_axis_index(axis, ndim)Eric Wieser1-0/+45
2017-02-16Merge pull request #8043 from pv/ufunc-copy-overlapCharles Harris1-0/+7
2017-01-31Added searchsorted to see items.Joseph Fox-Rabinovitz1-1/+1
2017-01-31DOC: Missing backticksJoseph Fox-Rabinovitz1-1/+1
2017-01-23DOC: fix wrong flag name docstringPauli Virtanen1-1/+1
2017-01-19ENH: core: change NPY_ITER_OVERLAP_NOT_SAME to NPY_ITER_OVERLAP_ALLOW_SAMEPauli Virtanen1-3/+5
2017-01-19ENH: NpyIter: add a flag to handle read/write operand overlapPauli Virtanen1-0/+5
2016-12-14DEP: Fix escaped string characters deprecated in Python 3.6.Charles Harris1-1/+1
2016-12-02BUG: fix packbits and unpackbits to correctly handle empty arraysTakuya Akiba1-1/+2
2016-10-27DOC: Patch doc errors for atleast_nd and frombuffergfyoung1-1/+1
2016-10-23Merge pull request #8198 from eric-wieser/warning-on-accumulate-keepdimCharles Harris1-1/+3
2016-10-23DEP: Deprecate the keepdims argument to accumulateEric Wieser1-1/+3
2016-10-22DOC: Add missing arguments to np.ufunc.outerEric Wieser1-1/+3
2016-10-18DOC: warn that dtype.descr is only for use in PEP3118Allan Haldane1-2/+4
2016-09-26ENH: Allows contraction order optimization in einsum function.Daniel Smith1-5/+9
2016-09-17ENH: a.resize(.., refcheck=True) is almost unusable on PyPyMatti Picus1-0/+3
2016-09-11Update add_newdocs.py (#8040)AustereCuriosity1-1/+1
2016-09-07DOC: change version references from x.y to x.y.zPierre de Buyl1-1/+1
2016-09-06DOC: change Numpy to NumPy in dosctrings and commentsPierre de Buyl1-10/+10
2016-08-04ENH: added axis param for np.count_nonzerogfyoung1-28/+0
2016-06-22DOC: Remove a redundant theShayan Pooya1-1/+1
2016-06-17MAINT: Tweak documentation of broadcast.nd and broadcast.ndim.Charles Harris1-2/+3
2016-06-15ENH: Alias broadcast.ndim to broadcast.ndEric Wieser1-1/+17
2016-06-12DOC: Further clarification of order argument in np.array.Charles Harris1-24/+34
2016-06-12DOC: Fix order='A' docs of np.arrayMechCoder1-5/+9
2016-05-11DOC: Fix some incorrect RST definition listsEndolith1-4/+9
2016-04-04DOC: link frompyfunc and vectorizeendolith1-0/+4
2016-03-22DOC: array link to full and full_like instead of fillMichael Seifert1-1/+1
2016-01-14DOC: Clean up/fix several references to the "future" 1.10 releaseNathaniel J. Smith1-1/+1
2016-01-05DOC,BUG: Fix some latex generation problems.Charles Harris1-16/+15
2015-12-19DOC: Use print only as function when print_function is imported from __future__gfyoung1-9/+9
2015-12-18DEP: Stricter arg checking for array orderinggfyoung1-4/+8
2015-11-12ENH: reimplement may_share_memory in C to improve its performancePauli Virtanen1-0/+39
2015-10-16Fixed a typo in np.inner docSamuel St-Jean1-1/+1
2015-10-04typoeulerreich1-1/+1
2015-09-26Document empty(..., object) initialization to None.Antony Lee1-2/+2
2015-09-08DOC: Document Datetime, Timedelta dtype kindsHassan Kibirige1-1/+3
2015-08-29DOC: update docs + release notes vs shares_memoryPauli Virtanen1-3/+2
2015-08-29ENH: add shares_memory, implement may_share_memory using itPauli Virtanen1-7/+24
2015-08-18Doc : fixed paramter typoSamuel St-Jean1-1/+1
2015-07-01DOC: Fix docstring warnings in documetation generation.Charles Harris1-5/+9
2015-07-01DOC: Remove references to removed setasflat ndarray method.Charles Harris1-31/+0
2015-06-21DOC: Update docs.Gabor Kovacs1-13/+14