summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* BUG: Change ndarray.__new__ to allow zero-width data types, and in particular...Erik M. Bray2016-05-312-14/+15
* BUG: Fix indexing a nested structured type that contains a zero-width structu...Erik M. Bray2016-05-313-13/+23
* BUG: Fix numerous bugs related to zero-width string arrays (#473, #1901, #219...Erik M. Bray2016-05-3112-38/+96
* MAINT: Fix up C++ comment in arraytypes.c.src.Charles Harris2016-05-261-6/+7
* Fix np.clip bug NaN handling for Visual Studio 2015Loïc Estève2016-05-262-0/+12
* BUG: fix handling of right edge of final bin.Robert Kern2016-05-252-3/+8
* Merge pull request #7668 from Daetalus/pyston_patchCharles Harris2016-05-241-1/+1
|\
| * do not check the module.__dict__ type explicityBoxiang Sun2016-05-241-1/+1
* | Merge pull request #7669 from seberg/issue7666Charles Harris2016-05-242-2/+20
|\ \
| * | BUG: boolean assignment no GIL release when transfer needs APISebastian Berg2016-05-242-2/+20
* | | ENH: correct initial index estimate in histogram.Robert Kern2016-05-241-5/+16
* | | TST: Failing test for histogram.Robert Kern2016-05-241-0/+11
| |/ |/|
* | Merge pull request #7658 from saimn/fix-ma-reprCharles Harris2016-05-232-3/+17
|\ \
| * | BUG: fix incorrect printing of 1D masked arraysSimon Conseil2016-05-232-3/+17
| |/
* | BUG: Temporary fix for str(mvoid) for object field typesAllan Haldane2016-05-222-1/+12
|/
* BLD: Remove Intel compiler flag -xSSE4.2Charles Harris2016-05-222-4/+4
* STY: ma.extras.median: avoid indexing with listAmit Aronovitch2016-05-221-2/+2
* BUG: ma.median of 1d array should return a scalarAmit Aronovitch2016-05-222-1/+18
* BUG: one to any power is still 1. Broken edgecase for int arraysEric Moore2016-05-192-0/+8
* Merge pull request #7639 from rgommers/fix-test-errorsCharles Harris2016-05-173-18/+29
|\
| * TST: mark two tests in numpy.lib as slow, speeds up numpy.lib tests by 5xRalf Gommers2016-05-162-2/+3
| * TST: fix test error due to use of deprecated np.testing.rand utility.Ralf Gommers2016-05-161-4/+4
| * TST: fix test error when saving large array with savez.Ralf Gommers2016-05-161-2/+9
| * TST: fix test errors for Pathlib usage tests in io.py.Ralf Gommers2016-05-151-10/+13
* | DOC : minor changes to linspace docstringEkaterina Tuzova2016-05-161-1/+1
|/
* Merge pull request #7631 from perimosocordiae/patch-2Jaime2016-05-151-6/+6
|\
| * MAINT: linalg: fix comment, simplify mathCJ Carey2016-05-141-6/+6
* | Merge pull request #7634 from rgommers/cc_envvar_buildCharles Harris2016-05-141-3/+5
|\ \
| * | BLD: correct C compiler customization in system_info.py Closes gh-7606.Ralf Gommers2016-05-141-3/+5
* | | Merge pull request #7636 from rgommers/assert-raises-regexpCharles Harris2016-05-141-63/+12
|\ \ \
| * | | MAINT: clean up testing.assert_raises_regexp, 2.6-specific code removed.Ralf Gommers2016-05-141-63/+12
| |/ /
* | | MAINT: clearer exception message when importing multiarray fails.Ralf Gommers2016-05-141-1/+12
|/ /
* | Merge pull request #7614 from ales-erjavec/spawnvNathaniel J. Smith2016-05-131-4/+12
|\ \ | |/ |/|
| * BLD: Avoid using os.spawnve in favor of os.spawnv in exec_commandAles Erjavec2016-05-101-4/+12
* | MAINT: add ifdef around PyDictProxy_Check macromattip2016-05-131-0/+2
* | ENH: linear interpolation of complex values in lib.interpPeter Creasey2016-05-125-14/+236
* | Merge pull request #7627 from mattip/PyTuple-immutableCharles Harris2016-05-121-4/+7
|\ \
| * | MAINT: unify tup processing, move tup use to after all PyTuple_SetItem callsmattip2016-05-121-4/+7
* | | DOC: Fix some incorrect RST definition listsEndolith2016-05-115-10/+15
|/ /
* | Merge pull request #7618 from ahaldane/gradient_docstringCharles Harris2016-05-112-5/+10
|\ \ | |/ |/|
| * BUG: distance arg of np.gradient must be scalar, fix docstringAllan Haldane2016-05-112-5/+10
* | Merge pull request #7565 from ESSS/fix-test-ctypeslibCharles Harris2016-05-092-2/+16
|\ \
| * | TST: Fix test_ctypeslib and test_indexing when running on debug interpreterTadeu Manoel2016-04-202-2/+16
* | | Merge pull request #7598 from drasmuss/masterCharles Harris2016-05-092-1/+15
|\ \ \
| * | | BUG: Cast size to int64 when loading from archivedrasmuss2016-05-092-1/+15
* | | | BUG: Fix TypeError when raising TypeErrorEric Wieser2016-05-081-1/+1
* | | | Merge pull request #7587 from mgeier/issue-7575Charles Harris2016-05-062-2/+48
|\ \ \ \
| * | | | TST: More tests for linalg.norm() with object arraysMatthias Geier2016-05-031-1/+41
| * | | | BUG: linalg.norm(): Don't convert object arrays to floatMatthias Geier2016-04-292-2/+8
| | |_|/ | |/| |
* | | | Merge pull request #7539 from madphysicist/random-cleanupCharles Harris2016-05-061-58/+63
|\ \ \ \