| Commit message (Expand) | Author | Age | Files | Lines |
* | DOC: advise against use of matrix. | Marten van Kerkwijk | 2018-04-25 | 3 | -69/+46 |
* | 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 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 |
* | | 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: 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 | 2 | -11/+1 |
* | | Added a modified version of the basic Sphinx search box | Alex Thomas | 2018-04-21 | 2 | -1/+24 |
* | | DOC: clear up warnings, fix matplotlib plot | mattip | 2018-04-17 | 2 | -2/+2 |
|/ |
|
* | BUG: fix crash in numpy.genfromtxt(..., names=True, comments=None) (#10822) | Raunak Shah | 2018-04-16 | 1 | -1/+4 |
* | render the example in numpydoc, add ifconfig for host python major version | mattip | 2018-04-13 | 2 | -2/+26 |
* | fix link (now checked) and clean up Acknowledgements | mattip | 2018-04-11 | 1 | -7/+4 |
* | fix link | mattip | 2018-04-11 | 1 | -1/+1 |
* | fix typos from review | mattip | 2018-04-11 | 2 | -2/+2 |
* | remove duplicated text from numpydoc/formatting, include it instead | mattip | 2018-04-11 | 1 | -635/+22 |
* | update copyright year | mattip | 2018-04-11 | 1 | -1/+1 |
* | add missing glossary entries and link in missing document | mattip | 2018-04-11 | 1 | -0/+1 |
* | update kwargs where needed | mattip | 2018-04-11 | 1 | -2/+2 |
* | fix from review | mattip | 2018-04-11 | 2 | -13/+6 |
* | maybe controversial - scipy.special required by mtrand.pyx docstrings | mattip | 2018-04-10 | 1 | -1/+3 |
* | silence warnings, matplotlib deprecated normed in favor of density | mattip | 2018-04-10 | 2 | -2/+2 |
* | DOC: cosmetic changes, document need for python3.6 to build docs | mattip | 2018-04-10 | 3 | -5/+8 |
* | DOC: promote development_workflow, make howtos visible | mattip | 2018-04-10 | 6 | -1/+756 |
* | BUG: fix link to NEP docs | mattip | 2018-04-10 | 1 | -1/+1 |
* | DOC: note that NDEBUG should be set when OPT should increase optimization | Julian Taylor | 2018-04-01 | 1 | -0/+2 |
* | DOC: Update link to tox in development docs (#10806) | Paul van Mulbregt | 2018-03-26 | 1 | -1/+1 |
* | DOC: Post 1.14.2 release update. | Charles Harris | 2018-03-12 | 1 | -0/+1 |
* | 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 |
* | MAINT: Update 1.14.1 release notes and changelog. | Charles Harris | 2018-02-22 | 1 | -0/+1 |
* | DOC: Corrected url for Guide to NumPy book; see part of #8520, all of #9088, ... | derrick | 2018-02-14 | 2 | -6/+6 |
* | DOC: Tell matlab users about np.block | Eric Wieser | 2018-01-31 | 1 | -1/+1 |
* | DOC: Document A@B in Matlab/NumPy summary table | Gerrit Holl | 2018-01-25 | 1 | -1/+1 |
* | DOC: added "steals a reference" to PyArray_FromAny | Mads R. B. Kristensen | 2018-01-14 | 1 | -3/+4 |
* | Merge pull request #10213 from jarrodmillman/nep-process | Charles Harris | 2018-01-03 | 18 | -55/+2 |
|\ |
|
| * | DOC: Prepare to host NEPs on GH pages | Jarrod Millman | 2017-12-14 | 18 | -55/+2 |
* | | Documentation and misc. typos | luzpaz | 2017-12-30 | 1 | -1/+1 |
* | | 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 |
* | MAINT: Prepare master for 1.15 development. | Charles Harris | 2017-12-08 | 1 | -0/+1 |
* | Merge pull request #10159 from charris/update-1.14-notes | Charles Harris | 2017-12-07 | 1 | -0/+2 |
|\ |
|
| * | DOC: Update 1.14.0 release notes. | Charles Harris | 2017-12-07 | 1 | -0/+1 |
| * | DOC: Document the NumPy 1.13.3 release. | Charles Harris | 2017-12-07 | 1 | -0/+1 |
| * | make example backward compatable | mattip | 2017-12-06 | 1 | -0/+4 |
* | | DOC: Update macro names. | Charles Harris | 2017-12-07 | 1 | -4/+4 |
* | | make example backward compatable | mattip | 2017-12-07 | 1 | -1/+10 |
|/ |
|
* | return values | mattip | 2017-12-06 | 1 | -2/+8 |