Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #11105 from eric-wieser/take_along_axis-strict | Marten van Kerkwijk | 2018-05-28 | 1 | -0/+2 |
|\ | | | | | ENH: Add (put|take)_along_axis | ||||
| * | ENH: Add (put|take)_along_axis as described in #8708 | Eric Wieser | 2018-05-25 | 1 | -0/+2 |
| | | | | | | | | This is the reduced version that does not allow any insertion of extra dimensions | ||||
* | | Merge branch 'master' into force-tuple | Eric Wieser | 2018-05-25 | 11 | -78/+212 |
|\ \ | |/ | |||||
| * | DOC: Describe new keepdims arguments (and axes). | Marten van Kerkwijk | 2018-05-18 | 1 | -0/+12 |
| | | | | | | | | | | | | Both in the general documentation and in the release notes. For the latter, also include a description of ``axes``, which was missing so far. | ||||
| * | DOC: Mention we can return unitinitialized values (#11086) | Matti Picus | 2018-05-15 | 1 | -0/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | * DOC: mention we can return unitinitialized values * squash and rebase, extend explanation and improve docstring template * MAINT: Spelling fixes for docstrings. [ci skip] * MAINT: Update following feedback. | ||||
| * | DOC: add numpy.lib.format to docs and link to it | mattip | 2018-05-14 | 1 | -1/+9 |
| | | |||||
| * | DOC: create label and ref, fixes broken link | mattip | 2018-05-13 | 1 | -1/+1 |
| | | |||||
| * | DOC: link to updated module docstring, not NEP | mattip | 2018-05-13 | 1 | -1/+1 |
| | | |||||
| * | DOC: expand reasoning behind npy_*floatstatus_barrer() | mattip | 2018-05-10 | 1 | -2/+13 |
| | | |||||
| * | BUG: optimizing compilers can reorder call to npy_get_floatstatus (#11036) | Matti Picus | 2018-05-09 | 1 | -0/+21 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * BUG: optimizing compilers can reorder call to npy_get_floatstatus * alternative fix for npy_get_floatstatus, npy_clear_floatstatus * unify test with pr #11043 * use barrier form of functions in place of PyUFunc_{get,clear}fperr * update doc, prevent segfault * MAINT: Do some rewrite on the 1.15.0 release notes. [ci skip] | ||||
| * | MAINT: Misc. typos (#11005) | luzpaz | 2018-04-30 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | User- and non-user-facing typos. Some source typos fixes as well. Found via `codespell`. | ||||
| * | Merge pull request #10949 from mattip/doc-nditer | Allan Haldane | 2018-04-27 | 2 | -23/+30 |
| |\ | | | | | | | DOC: cleanup documentation, continuation of nditer PR #9998 | ||||
| | * | Merge branch 'master' into doc-nditer | Charles Harris | 2018-04-24 | 3 | -12/+18 |
| | |\ | |||||
| | * | | DOC: cleanup documentation, continuation of nditer PR #9998 | mattip | 2018-04-23 | 2 | -24/+31 |
| | | | | |||||
| * | | | DOC: advise against use of matrix. | Marten van Kerkwijk | 2018-04-25 | 1 | -0/+7 |
| | |/ | |/| | |||||
| * | | Merge pull request #10824 from mattip/fix-PyArray_DeprecateWritebackIfCopy | Charles Harris | 2018-04-24 | 1 | -11/+15 |
| |\ \ | | | | | | | | | BUG: test, fix PyArray_DiscardWritebackIfCopy refcount issue and docu… | ||||
| | * | | BUG: test, fix PyArray_DiscardWritebackIfCopy refcount issue and document | mattip | 2018-04-21 | 1 | -11/+15 |
| | | | | |||||
| * | | | DOC: add quantile, nanquantile to toc | mattip | 2018-04-24 | 1 | -0/+2 |
| | | | | |||||
| * | | | MAINT, DOC: Fix typos (#10958) | Nicholas Nadeau, P.Eng., AVS | 2018-04-23 | 1 | -1/+1 |
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fixed doc typo * fixed lib typos * fixed lapack_lite typos * Revert "fixed lapack_lite typos" This reverts commit e7dada860cb73af190234402508ab79965ecd079. | ||||
| * | | emphasis accessing `it.operands` only on open iterator | mattip | 2018-04-22 | 1 | -9/+16 |
| |/ | |||||
| * | Merge pull request #9998 from mattip/nditer-as-context-manager | Allan Haldane | 2018-04-21 | 2 | -42/+73 |
| |\ | | | | | | | ENH: Nditer as context manager | ||||
| | * | ENH: add nditer.close as per review | mattip | 2018-04-20 | 1 | -3/+6 |
| | | | |||||
| | * | ENH: add NpyIter_Close, nditer__{enter,exit}__ | mattip | 2018-04-20 | 2 | -42/+70 |
| | | | |||||
| * | | DOC: Removed references to the 2008 documentation marathon (#10945) | alexthomas93 | 2018-04-21 | 1 | -7/+1 |
| |/ | | | | | Fixes #10944 | ||||
| * | add documentation for constants | guoci | 2018-03-10 | 2 | -0/+6 |
| | | |||||
| * | DOC: describe axes keyword in ufunc documentation. | Marten van Kerkwijk | 2018-02-27 | 1 | -0/+14 |
| | | |||||
* | | DEP: Deprecate non-tuple multidimensional indices | Sebastian Berg | 2018-05-25 | 1 | -6/+11 |
|/ | | | | | | Currently, arr[[None, 0]] and arr[(None, 0)] mean the same thing, yet arr[[0, 0]] and arr[(0, 0)] mean different things. This makes it super hard to make a subclass or duck array that behaves consistently with ndarray. By deprecating this feature, we force downstream library code to stop using it, which in turn makes that library code use approaches that are easier to implement in subclasses and duck types. | ||||
* | DOC: Corrected url for Guide to NumPy book; see part of #8520, all of #9088, ↵ | derrick | 2018-02-14 | 1 | -2/+2 |
| | | | | and all of #10572 | ||||
* | DOC: added "steals a reference" to PyArray_FromAny | Mads R. B. Kristensen | 2018-01-14 | 1 | -3/+4 |
| | | | | PyArray_FromAny() steals a reference to the dtype argument | ||||
* | Merge pull request #10213 from jarrodmillman/nep-process | Charles Harris | 2018-01-03 | 1 | -1/+1 |
|\ | | | | | ENH: Set up proposed NEP process | ||||
| * | DOC: Prepare to host NEPs on GH pages | Jarrod Millman | 2017-12-14 | 1 | -1/+1 |
| | | |||||
* | | Documentation and misc. typos | luzpaz | 2017-12-30 | 1 | -1/+1 |
| | | | | | | Found via `codespell` | ||||
* | | DOC: document nested_iters (#10078) | Matti Picus | 2017-12-15 | 1 | -0/+1 |
|/ | |||||
* | ENH: Add gcd and lcm ufuncs | Eric Wieser | 2017-12-12 | 2 | -0/+10 |
| | | | | Fixes #8772 | ||||
* | return values | mattip | 2017-12-06 | 1 | -2/+8 |
| | |||||
* | document new API function | mattip | 2017-12-06 | 1 | -3/+13 |
| | |||||
* | DOC: Add documentation for datetime_data | Eric Wieser | 2017-11-27 | 1 | -0/+1 |
| | | | | [ci-skip] | ||||
* | DOC: Add documentation for datetime_as_string | Eric Wieser | 2017-11-27 | 1 | -0/+6 |
| | | | | [ci-skip] | ||||
* | DOC:: Clarify the two ufunc signature types. | Charles Harris | 2017-11-27 | 1 | -1/+3 |
| | | | | | | The `ufunc.signature` attribute is the generalized ufunc signature, while the optional `signature` parameter in `ufunc.__call__` refers to the loop type. [ci skip]. | ||||
* | MAINT: Fix use of parenthesis. | Charles Harris | 2017-11-27 | 1 | -1/+1 |
| | | | [ci skip] | ||||
* | DOC: Update ufunc documentation to mention generalized ufuncs. | Marten van Kerkwijk | 2017-11-25 | 1 | -9/+22 |
| | | | | | Also ensure that __array_ufunc__ is referenced in the output type determination. | ||||
* | ENH: don't show boolean dtype, as it is implied | Eric Wieser | 2017-11-13 | 3 | -3/+3 |
| | |||||
* | MAINT: Improve wording of documentation. | Charles Harris | 2017-11-11 | 1 | -1/+1 |
| | |||||
* | DOC: reword PyArray_DiscardWritebackIfCopy description | mattip | 2017-11-11 | 1 | -3/+4 |
| | |||||
* | DEP, ENH: deprecate UPDATEIFCOPY (except for nditer) and replace with ↵ | Matti Picus | 2017-11-08 | 6 | -37/+88 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 #9953 from eric-wieser/add-unsized | Charles Harris | 2017-11-04 | 1 | -0/+6 |
|\ | | | | | MAINT: Add a PyDataType_ISUNSIZED macro | ||||
| * | MAINT: Add a PyDataType_ISUNSIZED macro | Eric Wieser | 2017-11-03 | 1 | -0/+6 |
| | | | | | | | | This allows us to change how flexible types with no length are represented in future, to allow zero-size dtypes (#8970). | ||||
* | | DOC: update documentation for dragon4 | Allan Haldane | 2017-11-04 | 1 | -0/+2 |
|/ | |||||
* | DOC: Refine SVD documentation (#9845) | Toon Verstraelen | 2017-10-18 | 1 | -0/+2 |
| | |||||
* | DOC: Some minor fixes regarding import_array | Michael Seifert | 2017-10-13 | 1 | -3/+3 |
| | | | | [skip ci] |