| Commit message (Expand) | Author | Age | Files | Lines |
* | MAINT: addressed extraneous shape tuple checks in descriptor.c | Tyler Reddy | 2018-04-25 | 1 | -18/+12 |
* | MAINT, DOC: Fix typos (#10958) | Nicholas Nadeau, P.Eng., AVS | 2018-04-23 | 3 | -3/+3 |
* | Merge pull request #10951 from mattip/nditer-close-fixes | Allan Haldane | 2018-04-23 | 4 | -40/+64 |
|\ |
|
| * | fixes from review | mattip | 2018-04-22 | 1 | -20/+16 |
| * | emphasis accessing `it.operands` only on open iterator | mattip | 2018-04-22 | 2 | -18/+35 |
| * | BUG: it.close() disallows access to iterator, fixes #10950 | mattip | 2018-04-22 | 2 | -17/+28 |
* | | Merge pull request #10891 from eric-wieser/assert-no-cycles | Charles Harris | 2018-04-21 | 4 | -14/+167 |
|\ \
| |/
|/| |
|
| * | BUG: Ensure the garbage is clear first in assert_no_gc_cycles | Eric Wieser | 2018-04-15 | 2 | -19/+73 |
| * | ENH: Show the full list of leaked objects | Eric Wieser | 2018-04-12 | 1 | -2/+21 |
| * | TST: Extract a helper function to test for reference cycles | Eric Wieser | 2018-04-12 | 4 | -14/+94 |
* | | Merge pull request #9998 from mattip/nditer-as-context-manager | Allan Haldane | 2018-04-21 | 19 | -312/+848 |
|\ \ |
|
| * | | fixes from review | mattip | 2018-04-21 | 3 | -13/+5 |
| * | | ENH: add nditer.close as per review | mattip | 2018-04-20 | 5 | -22/+61 |
| * | | ENH: add NpyIter_Close, nditer__{enter,exit}__ | mattip | 2018-04-20 | 19 | -317/+822 |
* | | | DOC: Removed references to the 2008 documentation marathon (#10945) | alexthomas93 | 2018-04-21 | 2 | -11/+1 |
* | | | Merge pull request #10943 from alexthomas93/master | Charles Harris | 2018-04-21 | 2 | -1/+24 |
|\ \ \ |
|
| * | | | Added a modified version of the basic Sphinx search box | Alex Thomas | 2018-04-21 | 2 | -1/+24 |
|/ / / |
|
* | | | Merge pull request #10940 from nkartashov/10939-fixing-broken-developer-links | Charles Harris | 2018-04-21 | 4 | -6/+6 |
|\ \ \ |
|
| * | | | DOC: fix broken links for developer documentation | Nikita Kartashov | 2018-04-21 | 4 | -6/+6 |
|/ / / |
|
* | | | Merge pull request #10921 from mattip/percentile-graph | Charles Harris | 2018-04-20 | 11 | -126/+133 |
|\ \ \ |
|
| * | | | fixes from review | mattip | 2018-04-18 | 2 | -8/+8 |
| * | | | DOC: clear up warnings, fix matplotlib plot | mattip | 2018-04-17 | 11 | -126/+133 |
* | | | | Merge pull request #10890 from eric-wieser/linalg-lstsq-ufunc | Marten van Kerkwijk | 2018-04-20 | 2 | -29/+102 |
|\ \ \ \ |
|
| * | | | | MAINT: compute residuals inside the ufunc | Eric Wieser | 2018-04-17 | 2 | -29/+102 |
* | | | | | Merge pull request #10936 from stefanv/npversion | Eric Wieser | 2018-04-20 | 1 | -1/+1 |
|\ \ \ \ \ |
|
| * | | | | | DOC: Fix NumpyVersion example (closes gh-10935) | Stefan van der Walt | 2018-04-19 | 1 | -1/+1 |
* | | | | | | Merge pull request #10775 from mdboom/return-errors-from-init | Eric Wieser | 2018-04-19 | 5 | -31/+40 |
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| * | | | | | Return NULL from PyInit_* when exception is raised | Michael Droettboom | 2018-03-30 | 5 | -31/+40 |
* | | | | | | Merge pull request #10925 from crayxt/patch-1 | Charles Harris | 2018-04-18 | 1 | -6/+6 |
|\ \ \ \ \ \ |
|
| * | | | | | | DOC: Fix typos in 1.15.0 changelog | Baurzhan Muftakhidinov | 2018-04-18 | 1 | -6/+6 |
| | |_|_|/ /
| |/| | | | |
|
* | | | | | | Merge pull request #10923 from ihormelnyk/master | Allan Haldane | 2018-04-18 | 2 | -4/+22 |
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| * | | | | | Fixes #663: fixed dtype alignment for array of structs in case of converting ... | Ihor Melnyk | 2018-04-18 | 2 | -4/+22 |
| | |_|/ /
| |/| | | |
|
* | | | | | Merge pull request #10872 from bddppq/flip-axes | Marten van Kerkwijk | 2018-04-17 | 3 | -16/+75 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | ENH: Extend np.flip to work over multiple axes | Junjie Bai | 2018-04-17 | 3 | -16/+75 |
|/ / / / |
|
* | | | | BUG: fix crash in numpy.genfromtxt(..., names=True, comments=None) (#10822) | Raunak Shah | 2018-04-16 | 3 | -4/+15 |
* | | | | Merge pull request #10916 from mhsmith/check_embedded_lapack | Charles Harris | 2018-04-16 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | Add missing underscore to prototype in check_embedded_lapack | Malcolm Smith | 2018-04-16 | 1 | -1/+1 |
* | | | | | Merge pull request #10878 from mattip/devdocs | Ralf Gommers | 2018-04-16 | 19 | -716/+164 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | render the example in numpydoc, add ifconfig for host python major version | mattip | 2018-04-13 | 2 | -2/+26 |
| * | | | | document a few more missing glossary terms | mattip | 2018-04-13 | 1 | -0/+8 |
| * | | | | 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 | 3 | -4/+4 |
| * | | | | 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 |
| * | | | | fix failing test | mattip | 2018-04-11 | 1 | -6/+6 |
| * | | | | update copyright year | mattip | 2018-04-11 | 1 | -1/+1 |
| * | | | | add missing glossary entries and link in missing document | mattip | 2018-04-11 | 2 | -2/+21 |
| * | | | | formatting fixes | mattip | 2018-04-11 | 3 | -9/+9 |