Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | DOC: Add release note about __array_ufunc__. | Marten van Kerkwijk | 2018-06-07 | 2 | -1/+4 | |
| * | | | DOC: Describe new axis argument. | Marten van Kerkwijk | 2018-06-07 | 2 | -3/+21 | |
| * | | | ENH: add "axis" argument to generalized ufuncs. | Marten van Kerkwijk | 2018-06-07 | 1 | -0/+0 | |
* | | | | Merge pull request #10444 from ahaldane/dragon4_otherformats_split | Charles Harris | 2018-06-07 | 1 | -0/+10 | |
|\ \ \ \ | ||||||
| * | | | | BUG: Implement float128 dragon4 for IBM double-double (ppc64) | Allan Haldane | 2018-06-06 | 1 | -0/+10 | |
| |/ / / | ||||||
* | | | | DOC: Update master after NumPy 1.14.4 release. | Charles Harris | 2018-06-06 | 4 | -49/+140 | |
|/ / / | ||||||
* | | | DOC: show how to generate release notes in release walkthrough | Allan Haldane | 2018-06-05 | 1 | -8/+16 | |
* | | | NEP: New RNG policy | Robert Kern | 2018-06-02 | 1 | -0/+208 | |
* | | | Merge pull request #11146 from mattip/nep-split-out-maskedarray | Charles Harris | 2018-06-02 | 3 | -3/+142 | |
|\ \ \ | ||||||
| * | | | defer the NEP, summarize and link to discussion, fix template | mattip | 2018-06-01 | 3 | -10/+22 | |
| * | | | DOC: add a NEP to split MaskedArray into a seperate package | mattip | 2018-06-01 | 1 | -0/+127 | |
* | | | | Merge pull request #11225 from mattip/document-recfunctions | Charles Harris | 2018-06-01 | 1 | -0/+6 | |
|\ \ \ \ | ||||||
| * | | | | fixes from review | mattip | 2018-06-01 | 1 | -2/+2 | |
| * | | | | DOC: add existing recfunctions documentation to output | mattip | 2018-06-01 | 1 | -0/+6 | |
| | |_|/ | |/| | | ||||||
* | | | | NEP: add 'rst' to nep filename, fixup urls | mattip | 2018-06-01 | 1 | -6/+6 | |
| |/ / |/| | | ||||||
* | | | Merge pull request #11189 from mrocklin/nep-array-function-protocol | Matti Picus | 2018-06-01 | 1 | -0/+543 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | rename array function protocol to 0018 | Matthew Rocklin | 2018-06-01 | 1 | -0/+0 | |
| * | | minor edits | Matthew Rocklin | 2018-06-01 | 1 | -10/+15 | |
| * | | Fix shape=kwargs typo | Stephan Hoyer | 2018-05-29 | 1 | -1/+1 | |
| * | | Fix typo | Stephan Hoyer | 2018-05-29 | 1 | -1/+1 | |
| * | | Minor updates | Stephan Hoyer | 2018-05-29 | 1 | -12/+39 | |
| * | | Remove extra "Author:" | Stephan Hoyer | 2018-05-29 | 1 | -1/+1 | |
| * | | cleanup | Matthew Rocklin | 2018-05-29 | 1 | -8/+2 | |
| * | | Renumber NEP to XX until it's likely to merge | Matthew Rocklin | 2018-05-29 | 1 | -0/+0 | |
| * | | Conform to NEP template | Matthew Rocklin | 2018-05-29 | 1 | -5/+47 | |
| * | | Add first draft of NEP 0016: array function protocol | Matthew Rocklin | 2018-05-29 | 1 | -0/+475 | |
* | | | Update NEP0 to clarify that discussion should happen on mailing list | Stefan van der Walt | 2018-05-29 | 1 | -9/+15 | |
* | | | Merge branch 'master' into npzfile-mappin | Eric Wieser | 2018-05-29 | 27 | -219/+547 | |
|\ \ \ | ||||||
| * \ \ | Merge pull request #11177 from mhvk/gufunc-docs-improvement | Eric Wieser | 2018-05-29 | 4 | -12/+26 | |
| |\ \ \ | | |/ / | |/| | | ||||||
| | * | | DOC: Further clarification of c-api. | Marten van Kerkwijk | 2018-05-29 | 1 | -9/+14 | |
| | * | | DOC: Clarify C-API for generalized ufuncs. | mattip | 2018-05-28 | 4 | -8/+11 | |
| | * | | DOC: improve docs for PyUFunc_FromFuncAndData. | mattip | 2018-05-28 | 1 | -4/+10 | |
| * | | | Merge pull request #11105 from eric-wieser/take_along_axis-strict | Marten van Kerkwijk | 2018-05-28 | 2 | -0/+19 | |
| |\ \ \ | ||||||
| | * | | | ENH: Add (put|take)_along_axis as described in #8708 | Eric Wieser | 2018-05-25 | 2 | -0/+19 | |
| * | | | | Merge pull request #10898 from EricCousineau-TRI/prefer-user-copyswapn | Eric Wieser | 2018-05-28 | 1 | -0/+6 | |
| |\ \ \ \ | | |_|/ / | |/| | | | ||||||
| | * | | | ENH: Have dtype transfer for equivalent user dtypes prefer user-defined `copy... | Eric Cousineau | 2018-05-18 | 1 | -0/+6 | |
| * | | | | Merge pull request #9686 from eric-wieser/force-tuple | Charles Harris | 2018-05-27 | 2 | -6/+18 | |
| |\ \ \ \ | ||||||
| | * \ \ \ | Merge branch 'master' into force-tuple | Eric Wieser | 2018-05-25 | 65 | -1060/+1311 | |
| | |\ \ \ \ | ||||||
| | * | | | | | DEP: Deprecate non-tuple multidimensional indices | Sebastian Berg | 2018-05-25 | 2 | -6/+17 | |
| * | | | | | | Merge pull request #11145 from mattip/nep-tweak | Charles Harris | 2018-05-27 | 2 | -1/+14 | |
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | ||||||
| | * | | | | | setting version confuses circleci | mattip | 2018-05-24 | 1 | -2/+1 | |
| | * | | | | | DOC: cleanup NEP creation | mattip | 2018-05-24 | 3 | -2/+16 | |
| | | |_|/ / | | |/| | | | ||||||
| * | | | | | BUG: __copy__ and __deepcopy__ should preserve MaskedConstant (#11038) | Kritika Jalan | 2018-05-25 | 1 | -0/+5 | |
| * | | | | | ENH: Modify intersect1d to return common indices (#10684) | Christopher | 2018-05-25 | 1 | -0/+6 | |
| |/ / / / | ||||||
| * | | | | DOC: Describe new keepdims arguments (and axes). | Marten van Kerkwijk | 2018-05-18 | 2 | -2/+39 | |
| * | | | | Merge pull request #10991 from eric-wieser/genfromtxt-docs | Charles Harris | 2018-05-16 | 1 | -36/+36 | |
| |\ \ \ \ | | |_|/ / | |/| | | | ||||||
| | * | | | DOC: Update genfromtxt docs to use StringIO and u-strings | Eric Wieser | 2018-04-27 | 1 | -36/+36 | |
| * | | | | DOC: Mention we can return unitinitialized values (#11086) | Matti Picus | 2018-05-15 | 1 | -0/+10 | |
| * | | | | Merge pull request #11094 from mattip/fix-11080 | Charles Harris | 2018-05-15 | 2 | -1/+17 | |
| |\ \ \ \ | ||||||
| | * | | | | DOC: add numpy.lib.format to docs and link to it | mattip | 2018-05-14 | 2 | -1/+17 |