summaryrefslogtreecommitdiff
path: root/numpy/add_newdocs.py
AgeCommit message (Expand)AuthorFilesLines
2018-03-15fixed order of notes and examplesJonas Rauber1-8/+8
2018-03-15Update add_newdocs.pyJonas Rauber1-3/+9
2018-03-15fixes #10747Jonas Rauber1-2/+4
2018-03-01DOC zeros, empty, and ones now have consistent docstringsNelle Varoquaux1-7/+9
2018-02-16Update add_newdocs.pyEric Wieser1-1/+1
2018-02-08DOC: promote_types is _not_ associative by design, despite the fact it would ...Eric Wieser1-1/+9
2018-01-12DOC: See #7968derrick1-1/+4
2018-01-05DOC: Fix typos in partition method (#10334)Milo1-4/+4
2017-12-31Merge pull request #10298 from eric-wieser/digitize-docsCharles Harris1-8/+21
2017-12-31DOC: Explain np.digitize more clearlyEric Wieser1-8/+21
2017-12-28ENH: Allow ptp to take an axis tuple and keepdimsEric Wieser1-1/+1
2017-12-15DOC: document nested_iters (#10078)Matti Picus1-0/+61
2017-12-12DOC: change 'a'->'prototype' in empty_like docsJake VanderPlas1-8/+8
2017-11-27DOC: Add documentation for datetime_dataEric Wieser1-0/+37
2017-11-27DOC: Add documentation for datetime_as_stringEric Wieser1-0/+61
2017-11-25DOC: add docstring to ufunc.signatureMarten van Kerkwijk1-5/+35
2017-11-20Merge pull request #9458 from eric-wieser/copyto-scalarAllan Haldane1-1/+1
2017-11-13ENH: don't show boolean dtype, as it is impliedEric Wieser1-1/+1
2017-11-08DEP, ENH: deprecate UPDATEIFCOPY (except for nditer) and replace with WRITEBA...Matti Picus1-18/+29
2017-11-07Merge pull request #9920 from xuhdev/dot-docCharles Harris1-5/+15
2017-11-05DOC: dot: Improve and add explanation in case `b` has only 1 dimension.Hong Xu1-5/+15
2017-10-25DOC: ndarray.reshape allows shape as int arguments or tupleJohn Goetz1-0/+7
2017-10-22MAINT: Punctuate `fromstring` docstring.Charles Harris1-2/+2
2017-10-19DEP: Letting fromstring pretend to be frombuffer is a bad ideaEric Wieser1-10/+13
2017-10-13DOC: ndarray.__copy__ takes no arguments [skip ci]Michael Seifert1-11/+5
2017-10-05DOC: Improve documentation of axis parameter in numpy.unpackbits (#9828)Oleg Zabluda1-2/+3
2017-10-04DOC: Update ndarray.shape property documention.Charles Harris1-10/+14
2017-10-02DOC: Improve ndarray.shape property documentation.solarjoe1-1/+8
2017-09-23DOC: Fix ndarray.__setstate__ documentation, it only takes one argument.Michael Seifert1-1/+4
2017-09-18Merge pull request #9700 from MSeifert04/add_memo_argument_to_deepcopy_method...Charles Harris1-1/+1
2017-09-17Merge branch 'master' into concatenate-outEric Wieser1-5/+6
2017-09-18DOC: Add keepdims argument for ndarray.max documentationMichael Seifert1-1/+1
2017-09-18DOC: Add mandatory memo argument to __deepcopy__ method documentationMichael Seifert1-1/+1
2017-09-16arange: `start` is not needed even when `step` is given.Hong Xu1-1/+2
2017-09-12ENH: Add out argument to `concatenate`Eric Wieser1-1/+5
2017-09-06BUG: Fix usage of keyword "from" as argument name for "can_cast".Michael Seifert1-3/+3
2017-08-18DOC: Fix link in numpy.ndarray.copy method (missing backticks)Michael Seifert1-1/+1
2017-08-05MAINT/DOC: Use builtin when np.{x} is builtins.{x}.Eric Wieser1-6/+6
2017-07-24DOC: Fix incorrect default for whereEric Wieser1-1/+1
2017-06-01Merge pull request #8187 from eric-wieser/accumulate-no-keepdimMarten van Kerkwijk1-3/+1
2017-06-01API: Remove the keepdims argument to accumulateEric Wieser1-3/+1
2017-06-01Merge pull request #9200 from eric-wieser/bincount-docsMarten van Kerkwijk1-1/+1
2017-06-01DOC: Update bincount docs to reflect gh-8348Eric Wieser1-1/+1
2017-05-18Merge pull request #9106 from mhvk/array_ufunc_reduce_out_tupleEric Wieser1-11/+28
2017-05-17DOC: update documentation allowing tuple of one in reduce, etc.Marten van Kerkwijk1-11/+28
2017-05-11ENH: Allow inplace as keyword parameter for byteswapMichael Seifert1-2/+2
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