| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | | ENH: Adding np.quantile() and np.nanquantile(). #10199 | Chun-Wei Yuan | 2018-04-16 | 1 | -0/+10 |
* | | | | | | 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 | 3 | -42/+99 |
|\ \ \ \ |
|
| * | | | | ENH: add nditer.close as per review | mattip | 2018-04-20 | 2 | -11/+13 |
| * | | | | ENH: add NpyIter_Close, nditer__{enter,exit}__ | mattip | 2018-04-20 | 3 | -42/+97 |
* | | | | | 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: fix broken links for developer documentation | Nikita Kartashov | 2018-04-21 | 1 | -1/+1 |
* | | | | | Merge pull request #10921 from mattip/percentile-graph | Charles Harris | 2018-04-20 | 2 | -2/+2 |
|\ \ \ \ \ |
|
| * | | | | | DOC: clear up warnings, fix matplotlib plot | mattip | 2018-04-17 | 2 | -2/+2 |
* | | | | | | DOC: Fix typos in 1.15.0 changelog | Baurzhan Muftakhidinov | 2018-04-18 | 1 | -6/+6 |
| |/ / / /
|/| | | | |
|
* | | | | | ENH: Extend np.flip to work over multiple axes | Junjie Bai | 2018-04-17 | 1 | -0/+5 |
|/ / / / |
|
* | | | | BUG: fix crash in numpy.genfromtxt(..., names=True, comments=None) (#10822) | Raunak Shah | 2018-04-16 | 1 | -1/+4 |
|/ / / |
|
* | | | Merge pull request #10878 from mattip/devdocs | Ralf Gommers | 2018-04-16 | 12 | -677/+98 |
|\ \ \
| |/ /
|/| | |
|
| * | | render the example in numpydoc, add ifconfig for host python major version | mattip | 2018-04-13 | 2 | -2/+26 |
| * | | update submodule numpydoc for changes due to this branch | mattip | 2018-04-12 | 1 | -0/+0 |
| * | | 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 |
| * | | add stub document for outside projects that link to it | mattip | 2018-04-11 | 1 | -0/+1 |
| * | | 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/+14 |
| * | | BUG: fix link to NEP docs | mattip | 2018-04-10 | 1 | -1/+1 |
* | | | Merge pull request #10665 from pv/accumulate-same-nocopy | Charles Harris | 2018-04-12 | 1 | -0/+8 |
|\ \ \ |
|
| * | | | DOC: Update 1.15.0 release notes | Charles Harris | 2018-04-12 | 1 | -0/+8 |
* | | | | Merge pull request #10745 from eric-wieser/comparison-object-loop | Marten van Kerkwijk | 2018-04-11 | 1 | -0/+6 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | ENH: Add object loops to the comparison ufuncs | Eric Wieser | 2018-04-08 | 1 | -0/+6 |
| |/ / |
|
* | | | ENH: Improve histogram bins="auto" for data with little variance (#10739) | Varun Nayyar | 2018-04-09 | 1 | -0/+5 |
|/ / |
|
* | | Merge pull request #10802 from eric-wieser/histogramdd-fixes | Charles Harris | 2018-04-06 | 1 | -0/+6 |
|\ \ |
|
| * | | MAINT/ENH: Reuse range computation code from np.histogram in np.histogramdd | Eric Wieser | 2018-04-06 | 1 | -0/+6 |
* | | | Merge pull request #10842 from charris/switch-to-pytest | Charles Harris | 2018-04-06 | 1 | -1/+19 |
|\ \ \ |
|
| * | | | DOC: Note the switch to pytest in the 1.15.0 release notes. | Charles Harris | 2018-04-04 | 1 | -1/+19 |
* | | | | Merge pull request #10670 from eric-wieser/deprecate-sum-generator | Charles Harris | 2018-04-06 | 1 | -0/+5 |
|\ \ \ \ |
|
| * | | | | DEP: Deprecate np.sum(generator) | Eric Wieser | 2018-02-26 | 1 | -0/+5 |
* | | | | | Merge pull request #10826 from tylerjereddy/issue_10779_squeeze | Charles Harris | 2018-04-06 | 1 | -0/+10 |
|\ \ \ \ \ |
|
| * | | | | | BUG: np.squeeze() now respects older API axis expectation | Tyler Reddy | 2018-03-30 | 1 | -0/+10 |
* | | | | | | Fix TYPO in code example. | mamrehn | 2018-04-03 | 1 | -1/+1 |
| |_|/ / /
|/| | | | |
|
* | | | | | Merge pull request #10834 from juliantaylor/opt-doc | Charles Harris | 2018-04-01 | 1 | -0/+2 |
|\ \ \ \ \ |
|
| * | | | | | DOC: note that NDEBUG should be set when OPT should increase optimization | Julian Taylor | 2018-04-01 | 1 | -0/+2 |
* | | | | | | Merge pull request #10833 from aurel32/riscv64 | Charles Harris | 2018-04-01 | 1 | -0/+4 |
|\ \ \ \ \ \ |
|
| * | | | | | | ENH: Add a release note about support for 64-bit RISC-V | Aurelien Jarno | 2018-04-01 | 1 | -0/+4 |
| |/ / / / / |
|
* | | | | | | Merge pull request #10781 from stefanv/nep_index_builder | Charles Harris | 2018-04-01 | 20 | -69/+176 |
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
|