summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | DOC: clear up warnings, fix matplotlib plotmattip2018-04-1711-126/+133
* | | | | | | | Merge pull request #10890 from eric-wieser/linalg-lstsq-ufuncMarten van Kerkwijk2018-04-202-29/+102
|\ \ \ \ \ \ \ \
| * | | | | | | | MAINT: compute residuals inside the ufuncEric Wieser2018-04-172-29/+102
* | | | | | | | | Merge pull request #10936 from stefanv/npversionEric Wieser2018-04-201-1/+1
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | |
| * | | | | | | | DOC: Fix NumpyVersion example (closes gh-10935)Stefan van der Walt2018-04-191-1/+1
* | | | | | | | | Merge pull request #10775 from mdboom/return-errors-from-initEric Wieser2018-04-195-31/+40
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Return NULL from PyInit_* when exception is raisedMichael Droettboom2018-03-305-31/+40
* | | | | | | | | Merge pull request #10925 from crayxt/patch-1Charles Harris2018-04-181-6/+6
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | DOC: Fix typos in 1.15.0 changelogBaurzhan Muftakhidinov2018-04-181-6/+6
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #10923 from ihormelnyk/masterAllan Haldane2018-04-182-4/+22
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Fixes #663: fixed dtype alignment for array of structs in case of converting ...Ihor Melnyk2018-04-182-4/+22
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge pull request #10872 from bddppq/flip-axesMarten van Kerkwijk2018-04-173-16/+75
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | ENH: Extend np.flip to work over multiple axesJunjie Bai2018-04-173-16/+75
|/ / / / / / /
* | | | | | | BUG: fix crash in numpy.genfromtxt(..., names=True, comments=None) (#10822)Raunak Shah2018-04-163-4/+15
| |_|_|/ / / |/| | | | |
* | | | | | Merge pull request #10916 from mhsmith/check_embedded_lapackCharles Harris2018-04-161-1/+1
|\ \ \ \ \ \
| * | | | | | Add missing underscore to prototype in check_embedded_lapackMalcolm Smith2018-04-161-1/+1
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #10878 from mattip/devdocsRalf Gommers2018-04-1619-716/+164
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | render the example in numpydoc, add ifconfig for host python major versionmattip2018-04-132-2/+26
| * | | | | document a few more missing glossary termsmattip2018-04-131-0/+8
| * | | | | update submodule numpydoc for changes due to this branchmattip2018-04-121-0/+0
| * | | | | fix link (now checked) and clean up Acknowledgementsmattip2018-04-111-7/+4
| * | | | | fix linkmattip2018-04-111-1/+1
| * | | | | fix typos from reviewmattip2018-04-113-4/+4
| * | | | | add stub document for outside projects that link to itmattip2018-04-111-0/+1
| * | | | | remove duplicated text from numpydoc/formatting, include it insteadmattip2018-04-111-635/+22
| * | | | | fix failing testmattip2018-04-111-6/+6
| * | | | | update copyright yearmattip2018-04-111-1/+1
| * | | | | add missing glossary entries and link in missing documentmattip2018-04-112-2/+21
| * | | | | formatting fixesmattip2018-04-113-9/+9
| * | | | | update kwargs where neededmattip2018-04-112-3/+3
| * | | | | fix from reviewmattip2018-04-112-13/+6
| * | | | | maybe controversial - scipy.special required by mtrand.pyx docstringsmattip2018-04-102-1/+4
| * | | | | silence warnings, matplotlib deprecated normed in favor of densitymattip2018-04-103-29/+29
| * | | | | DOC: cosmetic changes, document need for python3.6 to build docsmattip2018-04-103-5/+8
| * | | | | DOC: promote development_workflow, make howtos visiblemattip2018-04-106-1/+14
| * | | | | BUG: fix link to NEP docsmattip2018-04-101-1/+1
* | | | | | Merge pull request #10875 from mattip/fix-issue7895Charles Harris2018-04-152-2/+43
|\ \ \ \ \ \
| * | | | | | BUG: fix savetxt, loadtxt for '+-' in complexmattip2018-04-102-2/+43
* | | | | | | Merge pull request #10907 from mattip/test_polynomial-doctestsCharles Harris2018-04-151-18/+18
|\ \ \ \ \ \ \
| * | | | | | | TST: reactivate module docstring tests, fix float formattingmattip2018-04-151-18/+18
* | | | | | | | Merge pull request #10903 from subhrm/10902-docu-fixCharles Harris2018-04-151-1/+1
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Fixes #10902: Changed `See Also` doc-string section of `randn`Subhendu Ranjan Mishra2018-04-131-1/+1
* | | | | | | | Merge pull request #10867 from Carreau/link-fullStefan van der Walt2018-04-142-26/+32
|\ \ \ \ \ \ \ \
| * | | | | | | | 'remove indirect relationships'Matthias Bussonnier2018-04-092-24/+0
| * | | | | | | | Cross Link full/full_like in a few see-also.Matthias Bussonnier2018-04-092-22/+52
* | | | | | | | | DOC, BUG : Bad link to `np.random.randint` (#10901)Subhendu2018-04-131-1/+1
| |/ / / / / / / |/| | | | | | |
* | | | | | | | Merge pull request #10665 from pv/accumulate-same-nocopyCharles Harris2018-04-122-3/+17
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | |
| * | | | | | | DOC: Update 1.15.0 release notesCharles Harris2018-04-121-0/+8
| * | | | | | | ENH: umath: don't make temporary copies for in-place accumulationPauli Virtanen2018-04-091-3/+9
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #9980 from eric-wieser/linalg-lstsq-ufuncMarten van Kerkwijk2018-04-115-94/+5214
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |