| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | DOC: change 'a'->'prototype' in empty_like docs | Jake VanderPlas | 2017-12-12 | 1 | -8/+8 |
| | | |||||
| * | DOC: Add documentation for datetime_data | Eric Wieser | 2017-11-27 | 1 | -0/+37 |
| | | | | | [ci-skip] | ||||
| * | DOC: Add documentation for datetime_as_string | Eric Wieser | 2017-11-27 | 1 | -0/+61 |
| | | | | | [ci-skip] | ||||
| * | DOC: add docstring to ufunc.signature | Marten van Kerkwijk | 2017-11-25 | 1 | -5/+35 |
| | | |||||
| * | Merge pull request #9458 from eric-wieser/copyto-scalar | Allan Haldane | 2017-11-20 | 1 | -1/+1 |
| |\ | | | | | MAINT: Improve performance of np.copyto(where=scalar) | ||||
| | * | DOC: Fix incorrect default for where | Eric Wieser | 2017-07-24 | 1 | -1/+1 |
| | | | | | | | | | None would be cast to False, which is the opposite of the intended default! | ||||
| * | | ENH: don't show boolean dtype, as it is implied | Eric Wieser | 2017-11-13 | 1 | -1/+1 |
| | | | |||||
| * | | DEP, ENH: deprecate UPDATEIFCOPY (except for nditer) and replace with ↵ | Matti Picus | 2017-11-08 | 1 | -18/+29 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | WRITEBACKIFCOPY (#9639) * ENH: add API to resolve UPDATEONCOPY outside dealloc, test and use * BUG: Fix usage of keyword "from" as argument name for "can_cast". Also removed inconsistency between the second argument name between documentation ("totype") and code ("to"). * UPDATEIFCOPY -> WRITEBACKIFCOPY, documentation * fixes for review * review2, fix new test * fix new test for using self.assert_deprecated * change deprecation logic as per review * new logic exposed places where PyArray_ResolveWritebackIfCopy not called * deprecate PyArray_XDECREF_ERR in favor of PyArray_DiscardWritebackIfCopy * code review changes * clean up merge cruft * fix from review * fixes from review * extend the release note | ||||
| * | | Merge pull request #9920 from xuhdev/dot-doc | Charles Harris | 2017-11-07 | 1 | -5/+15 |
| |\ \ | | | | | | | DOC: dot: Add explanation in case `b` has only 1 dimension. | ||||
| | * | | DOC: dot: Improve and add explanation in case `b` has only 1 dimension. | Hong Xu | 2017-11-05 | 1 | -5/+15 |
| | | | | |||||
| * | | | DOC: ndarray.reshape allows shape as int arguments or tuple | John Goetz | 2017-10-25 | 1 | -0/+7 |
| |/ / | | | | | | | | | Adding note about difference between `numpy.reshape` and `ndarray.reshape`. See issue #570 | ||||
| * | | MAINT: Punctuate `fromstring` docstring. | Charles Harris | 2017-10-22 | 1 | -2/+2 |
| | | | | | | | [ci skip] | ||||
| * | | DEP: Letting fromstring pretend to be frombuffer is a bad idea | Eric Wieser | 2017-10-19 | 1 | -10/+13 |
| | | | | | | | | | Interpreting a unicode string as raw binary data is a terrible idea, especially if the encoding is determined by the system (python 2) | ||||
| * | | DOC: ndarray.__copy__ takes no arguments [skip ci] | Michael Seifert | 2017-10-13 | 1 | -11/+5 |
| | | | |||||
| * | | DOC: Improve documentation of axis parameter in numpy.unpackbits (#9828) | Oleg Zabluda | 2017-10-05 | 1 | -2/+3 |
| | | | |||||
| * | | DOC: Update ndarray.shape property documention. | Charles Harris | 2017-10-04 | 1 | -10/+14 |
| | | | | | | | | | [ci skip] | ||||
| * | | DOC: Improve ndarray.shape property documentation. | solarjoe | 2017-10-02 | 1 | -1/+8 |
| | | | | | | | | | [ci skip] | ||||
| * | | DOC: Fix ndarray.__setstate__ documentation, it only takes one argument. | Michael Seifert | 2017-09-23 | 1 | -1/+4 |
| | | | | | | | | | [skip ci] | ||||
| * | | Merge pull request #9700 from ↵ | Charles Harris | 2017-09-18 | 1 | -1/+1 |
| |\ \ | | | | | | | | | | | | | MSeifert04/add_memo_argument_to_deepcopy_method_signature DOC: Add mandatory memo argument to __deepcopy__ method documentation | ||||
| | * | | DOC: Add mandatory memo argument to __deepcopy__ method documentation | Michael Seifert | 2017-09-18 | 1 | -1/+1 |
| | | | | | | | | | | | | | [skip ci] | ||||
| * | | | Merge branch 'master' into concatenate-out | Eric Wieser | 2017-09-17 | 1 | -5/+6 |
| |\ \ \ | |||||
| | * | | | DOC: Add keepdims argument for ndarray.max documentation | Michael Seifert | 2017-09-18 | 1 | -1/+1 |
| | |/ / | | | | | | | | | | [skip ci] | ||||
| | * | | arange: `start` is not needed even when `step` is given. | Hong Xu | 2017-09-16 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | The documentation says `start` must be given if `step` is specified, but this is not true. For example, arange(5, step=2) works. | ||||
| | * | | BUG: Fix usage of keyword "from" as argument name for "can_cast". | Michael Seifert | 2017-09-06 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | Also removed inconsistency between the second argument name between documentation ("totype") and code ("to"). | ||||
| * | | | ENH: Add out argument to `concatenate` | Eric Wieser | 2017-09-12 | 1 | -1/+5 |
| |/ / | |||||
| * | | DOC: Fix link in numpy.ndarray.copy method (missing backticks) | Michael Seifert | 2017-08-18 | 1 | -1/+1 |
| | | | | | | | | | [skip ci] | ||||
| * | | MAINT/DOC: Use builtin when np.{x} is builtins.{x}. | Eric Wieser | 2017-08-05 | 1 | -6/+6 |
| |/ | | | | | | | This is the case for x in {int, bool, str, float, complex, object}. Using the np.{x} version is deceptive as it suggests that there is a difference. This change doesn't affect any external behaviour. The `long` type is missing in python 3, so np.long is still useful | ||||
| * | Merge pull request #8187 from eric-wieser/accumulate-no-keepdim | Marten van Kerkwijk | 2017-06-01 | 1 | -3/+1 |
| |\ | | | | | MAINT: Remove the unused keepdim argument from np.ufunc.accumulate | ||||
| | * | API: Remove the keepdims argument to accumulate | Eric Wieser | 2017-06-01 | 1 | -3/+1 |
| | | | |||||
| * | | Merge pull request #9200 from eric-wieser/bincount-docs | Marten van Kerkwijk | 2017-06-01 | 1 | -1/+1 |
| |\ \ | |/ |/| | DOC: Update bincount docs to reflect gh-8348 | ||||
| | * | DOC: Update bincount docs to reflect gh-8348 | Eric Wieser | 2017-06-01 | 1 | -1/+1 |
| | | | | | | | | | [ci skip] | ||||
| * | | Merge pull request #9106 from mhvk/array_ufunc_reduce_out_tuple | Eric Wieser | 2017-05-18 | 1 | -11/+28 |
| |\ \ | | | | | | | BUG: Array ufunc reduce out tuple | ||||
| | * | | DOC: update documentation allowing tuple of one in reduce, etc. | Marten van Kerkwijk | 2017-05-17 | 1 | -11/+28 |
| | |/ | |||||
| * | | ENH: Allow inplace as keyword parameter for byteswap | Michael Seifert | 2017-05-11 | 1 | -2/+2 |
| |/ | |||||
| * | DOC: Simplify the output of help(ufunc) | Eric Wieser | 2017-05-08 | 1 | -37/+21 |
| | | | | | | | The distinction between unary and binary is not too helpful, and ignores the fact that trinary ufuncs can exist. Also add a link to the ufunc docs | ||||
| * | ENH: Add isin, genereralizing in1d to ND arrays (#8423) | B R S Recht | 2017-05-05 | 1 | -1/+1 |
| | | | | | | | This fixes gh-8331 Also update the docs for arraysetops to remove the outdated "1D" from the description, which was already incorrect for np.unique. | ||||
| * | DOC: Fix for issues #7622 and #7914 | Stefan Peterson | 2017-04-05 | 1 | -2/+2 |
| | | |||||
| * | ENH: Allow AxisErrors to have a prefix on the message | Eric Wieser | 2017-03-28 | 1 | -1/+7 |
| | | | | | Moving the string formatting to python makes this a lot easier | ||||
| * | Merge pull request #8348 from anntzer/bincount-zero-minlength | Eric Wieser | 2017-03-26 | 1 | -1/+1 |
| |\ | | | | | ENH: Allow bincount(..., minlength=0). | ||||
| | * | ENH: Allow bincount(..., minlength=0). | Antony Lee | 2017-03-24 | 1 | -1/+1 |
| | | | |||||
| * | | ENH: add a .ndim property to dype objects | Eric Wieser | 2017-02-25 | 1 | -0/+9 |
| | | | | | | | | | This complements the .shape property | ||||
| * | | ENH: Expose np.core.multiarray.normalize_axis_index(axis, ndim) | Eric Wieser | 2017-02-20 | 1 | -0/+45 |
| | | | |||||
| * | | Merge pull request #8043 from pv/ufunc-copy-overlap | Charles Harris | 2017-02-16 | 1 | -0/+7 |
| |\ \ | | | | | | | ENH: umath: ensure ufuncs are well-defined with memory overlapping inputs | ||||
| | * | | DOC: fix wrong flag name docstring | Pauli Virtanen | 2017-01-23 | 1 | -1/+1 |
| | | | | |||||
| | * | | ENH: core: change NPY_ITER_OVERLAP_NOT_SAME to NPY_ITER_OVERLAP_ALLOW_SAME | Pauli Virtanen | 2017-01-19 | 1 | -3/+5 |
| | | | | | | | | | | | | | | | | It's clearer to explicitly specify which operands are accessed elementwise, rather than to list exceptions. | ||||
| | * | | ENH: NpyIter: add a flag to handle read/write operand overlap | Pauli Virtanen | 2017-01-19 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Add a new NPY_ITER_COPY_IF_OVERLAP iterator flag to NpyIter, which instructs it to check if read operands overlap with write operands in memory, and make temporary copies to eliminate detected overlap. Thanks to Sebastian Berg. | ||||
| * | | | Added searchsorted to see items. | Joseph Fox-Rabinovitz | 2017-01-31 | 1 | -1/+1 |
| | | | | |||||
| * | | | DOC: Missing backticks | Joseph Fox-Rabinovitz | 2017-01-31 | 1 | -1/+1 |
| |/ / | | | | | Came across this in the online docs | ||||
| * | | DEP: Fix escaped string characters deprecated in Python 3.6. | Charles Harris | 2016-12-14 | 1 | -1/+1 |
| |/ | | | | | | | In Python 3.6 a number of escape sequences that were previously accepted -- for instance "\(" that was translated to "\\(" -- are deprecated. To retain the previous behavior either raw strings must be used or the backslash must be properly escaped itself. | ||||
| * | BUG: fix packbits and unpackbits to correctly handle empty arrays | Takuya Akiba | 2016-12-02 | 1 | -1/+2 |
| | | |||||
