summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | Merge pull request #11731 from matthew-brett/vectorize-doc-fixCharles Harris2018-08-131-2/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | DOC: fix typo in vectorize docstringMatthew Brett2018-08-131-2/+2
|/ / / / / / / /
* | | | | | | | Merge pull request #11729 from matthew-brett/keithbriggs-typo-spotsEric Wieser2018-08-131-1/+1
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | DOC: fix capitalization of kilojoulesMatthew Brett2018-08-131-1/+1
|/ / / / / / /
* | | | | | | Merge pull request #11528 from eric-wieser/polynomial-ipython-latexCharles Harris2018-08-129-2/+162
|\ \ \ \ \ \ \
| * | | | | | | ENH: Add support for ipython latex printing to polynomialEric Wieser2018-08-129-2/+162
* | | | | | | | Merge pull request #11703 from eric-wieser/remove-_import_toolsCharles Harris2018-08-123-361/+7
|\ \ \ \ \ \ \ \
| * | | | | | | | DEP: Remove np.pkgload, which was deprecated in 1.10Eric Wieser2018-08-123-361/+7
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge pull request #11436 from uds5501/document-average-return-typeMatti Picus2018-08-121-6/+19
|\ \ \ \ \ \ \ \
| * | | | | | | | Update function_base.pyUddeshya Singh2018-08-121-4/+4
| * | | | | | | | Update function_base.pyUddeshya Singh2018-07-131-4/+5
| * | | | | | | | Update function_base.pyUddeshya Singh2018-07-091-5/+10
| * | | | | | | | Fixing basic build errorsUddeshya Singh2018-07-011-2/+2
| * | | | | | | | DOC: update return type description for averageUddeshya Singh2018-06-281-6/+13
* | | | | | | | | Merge pull request #11717 from charris/fix-einsum-default-optimizeSebastian Berg2018-08-121-2/+2
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | |
| * | | | | | | | MAINT: Make einsum optimize default to False.Charles Harris2018-08-121-2/+2
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge pull request #11711 from QuLogic/bigendian-defsCharles Harris2018-08-121-2/+3
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | BUG: Fix undefined functions on big-endian systems.Elliott Sales de Andrade2018-08-111-2/+3
|/ / / / / / /
* | | | | | | Merge pull request #11695 from eric-wieser/missing-PyErr_NoMemoryCharles Harris2018-08-092-0/+3
|\ \ \ \ \ \ \
| * | | | | | | BUG: Add missing PyErr_NoMemory after failing mallocEric Wieser2018-08-082-0/+3
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #11691 from charris/fix_matrix_power_regressionMatti Picus2018-08-082-61/+90
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | BUG: Make matrix_power again work for object arrays.Charles Harris2018-08-082-61/+90
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #11673 from sotte/mention_geomspace_in_linspace_docsMatti Picus2018-08-081-1/+4
|\ \ \ \ \ \
| * | | | | | DOC: Add geomspace to "See also" of linspaceStefan Otte2018-08-071-1/+4
* | | | | | | Merge pull request #11692 from charris/remove-duplicate-codeMatti Picus2018-08-081-5/+0
|\ \ \ \ \ \ \
| * | | | | | | MAINT: Remove duplicate code.Charles Harris2018-08-081-5/+0
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #11670 from mattip/refactor-mapping-iteratorSebastian Berg2018-08-081-14/+14
|\ \ \ \ \ \ \
| * | | | | | | MAINT: trivially refactor mapped indexingmattip2018-08-061-14/+14
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #11688 from tgsmith61591/update-broadcast-docMatti Picus2018-08-081-4/+5
|\ \ \ \ \ \ \
| * | | | | | | DOC: Replace <type 'exceptions.ValueError'> with ValueErrorTaylor Smith2018-08-081-1/+1
| * | | | | | | DOC: Update broadcasting documentationTaylor Smith2018-08-081-4/+5
|/ / / / / / /
* | | | | | | Merge pull request #11594 from convexset/handle-empty-matrices-lstsqMatti Picus2018-08-073-10/+40
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | cleaned up documentationJeremy Chen2018-08-031-11/+5
| * | | | | | Merge branch 'handle-empty-matrices-lstsq' of https://github.com/convexset/nu...Jeremy Chen2018-08-030-0/+0
| |\ \ \ \ \ \
| | * | | | | | ENH: support for empty matrices in linalg.lstsqJeremy Chen2018-08-023-5/+41
| * | | | | | | ENH: support for empty matrices in linalg.lstsqJeremy Chen2018-08-033-5/+41
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge pull request #11669 from charris/fix-void_getitem-regressionEric Wieser2018-08-062-1/+8
|\ \ \ \ \ \ \
| * | | | | | | BUG: Fix regression in void_getitemCharles Harris2018-08-062-1/+8
* | | | | | | | Merge pull request #11679 from tylerjereddy/codecov_ignoreMatti Picus2018-08-061-0/+3
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
| * | | | | | | TST: ignore setup.py files for codecov reports.Tyler Reddy2018-08-061-0/+3
|/ / / / / / /
* | | | | | | Merge pull request #11615 from seberg/clip_orderMarten van Kerkwijk2018-08-043-14/+45
|\ \ \ \ \ \ \
| * | | | | | | ENH: clip test output argument for memory overlap with inputSebastian Berg2018-07-273-14/+35
| * | | | | | | BUG: Clip uses wrong memory order in outputSebastian Berg2018-07-272-3/+13
* | | | | | | | Merge pull request #11535 from eric-wieser/fix-6511Charles Harris2018-08-032-33/+53
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | MAINT: Improve memory usage in PEP3118 format parsingEric Wieser2018-07-232-33/+53
* | | | | | | | Merge pull request #11299 from eric-wieser/ma-fieldless-dtypeAllan Haldane2018-08-022-21/+35
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | BUG: Prevent crashes on 0-length structured void scalarsEric Wieser2018-06-102-21/+35
* | | | | | | | Merge pull request #11611 from stefanv/roadmapMatti Picus2018-08-013-8/+178
|\ \ \ \ \ \ \ \
| * | | | | | | | roadmap: adjust outline structureStefan van der Walt2018-07-251-10/+9
| * | | | | | | | scope: Clarify that we do care about speedStefan van der Walt2018-07-251-1/+5