| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | | | | 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 |
| * | | | | | update kwargs where needed | mattip | 2018-04-11 | 2 | -3/+3 |
| * | | | | | fix from review | mattip | 2018-04-11 | 2 | -13/+6 |
| * | | | | | maybe controversial - scipy.special required by mtrand.pyx docstrings | mattip | 2018-04-10 | 2 | -1/+4 |
| * | | | | | silence warnings, matplotlib deprecated normed in favor of density | mattip | 2018-04-10 | 3 | -29/+29 |
| * | | | | | 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 #10875 from mattip/fix-issue7895 | Charles Harris | 2018-04-15 | 2 | -2/+43 |
|\ \ \ \ \ \ |
|
| * | | | | | | BUG: fix savetxt, loadtxt for '+-' in complex | mattip | 2018-04-10 | 2 | -2/+43 |
* | | | | | | | Merge pull request #10907 from mattip/test_polynomial-doctests | Charles Harris | 2018-04-15 | 1 | -18/+18 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | TST: reactivate module docstring tests, fix float formatting | mattip | 2018-04-15 | 1 | -18/+18 |
* | | | | | | | | Merge pull request #10903 from subhrm/10902-docu-fix | Charles Harris | 2018-04-15 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \
| |/ / / / / / /
|/| | | | | | | |
|
| * | | | | | | | Fixes #10902: Changed `See Also` doc-string section of `randn` | Subhendu Ranjan Mishra | 2018-04-13 | 1 | -1/+1 |
* | | | | | | | | Merge pull request #10867 from Carreau/link-full | Stefan van der Walt | 2018-04-14 | 2 | -26/+32 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | 'remove indirect relationships' | Matthias Bussonnier | 2018-04-09 | 2 | -24/+0 |
| * | | | | | | | | Cross Link full/full_like in a few see-also. | Matthias Bussonnier | 2018-04-09 | 2 | -22/+52 |
* | | | | | | | | | DOC, BUG : Bad link to `np.random.randint` (#10901) | Subhendu | 2018-04-13 | 1 | -1/+1 |
| |/ / / / / / /
|/| | | | | | | |
|
* | | | | | | | | Merge pull request #10665 from pv/accumulate-same-nocopy | Charles Harris | 2018-04-12 | 2 | -3/+17 |
|\ \ \ \ \ \ \ \
| |_|_|_|_|_|/ /
|/| | | | | | | |
|
| * | | | | | | | DOC: Update 1.15.0 release notes | Charles Harris | 2018-04-12 | 1 | -0/+8 |
| * | | | | | | | ENH: umath: don't make temporary copies for in-place accumulation | Pauli Virtanen | 2018-04-09 | 1 | -3/+9 |
| | |/ / / / /
| |/| | | | | |
|
* | | | | | | | Merge pull request #9980 from eric-wieser/linalg-lstsq-ufunc | Marten van Kerkwijk | 2018-04-11 | 5 | -94/+5214 |
|\ \ \ \ \ \ \
| | |_|_|_|/ /
| |/| | | | | |
|