summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | DOC: Clarify rcond normalization in linalg.pinvAaron Voelker2019-05-081-3/+3
| |/ / / / / / / / /
* | | | | | | | | | Merge pull request #13495 from mattip/float32-expCharles Harris2019-05-082-0/+30
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | BUG: test all ufunc.types for return type, fix for exp, logmattip2019-05-082-0/+30
* | | | | | | | | | Merge pull request #13485 from rgommers/security-docRalf Gommers2019-05-081-3/+5
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | DOC: add security vulnerability reporting and doc links to READMERalf Gommers2019-05-061-3/+5
* | | | | | | | | | | Merge pull request #13504 from Bharat123rox/patch-1Ralf Gommers2019-05-081-2/+2
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Update links in PULL_REQUEST_TEMPLATE.mdBharat Raghunathan2019-05-081-2/+2
|/ / / / / / / / / / /
* | | | | | | | | | | Merge pull request #13496 from peterbell10/ma-tostring-orderTyler Reddy2019-05-072-1/+5
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | BUG: ma.tostring should respect the order parameterPeter Bell2019-05-072-1/+5
|/ / / / / / / / / /
* | | | | | | | | | MAINT: rename LICENSE_bundled.txt to LICENSES_bundled.txtRalf Gommers2019-05-073-4/+4
* | | | | | | | | | Merge pull request #13471 from rgommers/github-license-detectCharles Harris2019-05-064-31/+60
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | REL: include README.md in sdistRalf Gommers2019-05-061-0/+1
| * | | | | | | | | BLD: prune LICENSE_bundled.txt in MANIFEST.inRalf Gommers2019-05-062-5/+3
| * | | | | | | | | LICENSE: split license file in standard BSD 3-clause and bundled.Ralf Gommers2019-05-043-31/+61
* | | | | | | | | | Merge pull request #13483 from matthew-brett/mailmap-updateMatti Picus2019-05-061-1/+2
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | |
| * | | | | | | | | DOC: update mailmap for Bill SpotzMatthew Brett2019-05-061-1/+2
* | | | | | | | | | Merge pull request #13477 from ryanlevy/hist_lowercase_docSebastian Berg2019-05-051-7/+7
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | DOC: have notes in histogram_bin_edges match parameter styleRyan Levy2019-05-051-7/+7
|/ / / / / / / / / /
* | | | | | | | | | Merge pull request #13467 from andrewnaguib/patch-1Matti Picus2019-05-041-2/+2
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | ENH: err msg for too large sequences. See #13450Andrew Naguib2019-05-041-2/+2
* | | | | | | | | | | Merge pull request #13469 from Manvi07/version-correctionMatti Picus2019-05-041-1/+1
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Version corrected in npymath docsManvi072019-05-041-1/+1
|/ / / / / / / / / /
* | | | | | | | | | Merge pull request #13456 from tylerjereddy/issue_13452_silent_azureCharles Harris2019-05-031-4/+4
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | |
| * | | | | | | | | TST: refine Azure fail reportsTyler Reddy2019-05-031-4/+4
|/ / / / / / / / /
* | | | | | | | | Merge pull request #13298 from navneet-nmk/diff-errorEric Wieser2019-05-022-0/+5
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | ENH: add clearer error message for diff(0-d)ayir2019-04-262-0/+5
* | | | | | | | | Merge pull request #13449 from mattip/exceptionSebastian Berg2019-05-011-1/+1
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | |
| * | | | | | | | BUG: missing git raises an OSErrormattip2019-05-011-1/+1
|/ / / / / / / /
* | | | | | | | BUG: fix unravel_index when dimension is greater than 'intp'psschand2019-05-012-1/+10
* | | | | | | | Merge pull request #13440 from minho42/fix-typoCharles Harris2019-05-011-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | MAINT: fixed typo 'wtihout' from numpy/core/shape_base.pyMin ho Kim2019-05-011-1/+1
* | | | | | | | | MANT: refactor unravel_index for code repetition (#13446)Matti Picus2019-05-011-104/+53
* | | | | | | | | Merge pull request #13336 from mattip/doc-checkRalf Gommers2019-05-012-14/+30
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | |
| * | | | | | | | BUILD, BUG: fix from review, fix bug in git_versionmattip2019-04-252-3/+3
| * | | | | | | | MAINT: mention 'make dist' in error messsagemattip2019-04-161-2/+2
| * | | | | | | | BUILD: allow version-check to pass if GITVER is Unknown (sdist build)mattip2019-04-151-2/+4
| * | | | | | | | BUILD: fail documentation build if numpy version does not matchmattip2019-04-151-11/+25
* | | | | | | | | Merge pull request #13132 from zerothi/linalg-orderRalf Gommers2019-05-013-108/+258
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | MAINT: fixed several PYTHONOPTIMIZE=2 failuresNick Papior2019-04-301-10/+10
| * | | | | | | | | BUG: fixed PYTHONOPTIMIZE runNick Papior2019-04-291-1/+1
| * | | | | | | | | MAINT: fixed last issues and questions according to #13132Nick Papior2019-04-292-16/+18
| * | | | | | | | | BUG: fixed lapack_lite sourcesNick Papior2019-03-181-5/+7
| * | | | | | | | | BUG: ensured that warnings/errors are raised when nothing is requestedNick Papior2019-03-181-7/+19
| * | | | | | | | | ENH: amended documentation and changed env-vars as suggestedNick Papior2019-03-183-20/+82
| * | | | | | | | | ENH: allowed external users to select BLAS and LAPACK library link orderNick Papior2019-03-181-110/+182
* | | | | | | | | | Merge pull request #13443 from tylerjereddy/issue_13437_implicit_errSebastian Berg2019-04-301-0/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | BLD, TST: implicit func errorsTyler Reddy2019-04-301-0/+1
|/ / / / / / / / / /
* | | | | | | | | | Merge pull request #13413 from mattip/doc-linalgCharles Harris2019-04-301-0/+13
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | DOC: document existance of linalg backendsmattip2019-04-301-0/+13
* | | | | | | | | | | BLD: streamlined library names in site.cfg sections (#13157)Nick R. Papior2019-04-303-35/+100
| |_|_|/ / / / / / / |/| | | | | | | | |