summaryrefslogtreecommitdiff
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
* Merge pull request #7681 from charris/update-1.11.1-notesCharles Harris2016-05-261-20/+20
|\
| * DOC: Update 1.11.1 release notes.Charles Harris2016-05-261-20/+20
|/
* Merge pull request #7679 from charris/fixup-c++-commentCharles Harris2016-05-261-6/+7
|\
| * MAINT: Fix up C++ comment in arraytypes.c.src.Charles Harris2016-05-261-6/+7
|/
* Merge pull request #7678 from lesteve/fix-python35-windows-clip-with-nan-bugJulian Taylor2016-05-262-0/+12
|\
| * Fix np.clip bug NaN handling for Visual Studio 2015Loïc Estève2016-05-262-0/+12
|/
* Merge pull request #7673 from charris/1.11.1-notesCharles Harris2016-05-252-0/+29
|\
| * DOC: Create Numpy 1.11.1 release notes.Charles Harris2016-05-252-0/+29
* | Merge pull request #7675 from rkern/fix/histogram-endpointCharles Harris2016-05-252-3/+8
|\ \
| * | 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
* | | Merge pull request #7667 from rkern/fix/histogram-accuracyCharles Harris2016-05-242-5/+27
|\ \ \ | |_|/ |/| |
| * | 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
| |/
* | Merge pull request #7659 from ahaldane/fix_7493Charles Harris2016-05-232-1/+12
|\ \ | |/ |/|
| * BUG: Temporary fix for str(mvoid) for object field typesAllan Haldane2016-05-222-1/+12
|/
* Merge pull request #7655 from charris/intel-compiler-flagsRalf Gommers2016-05-222-4/+4
|\
| * BLD: Remove Intel compiler flag -xSSE4.2Charles Harris2016-05-222-4/+4
|/
* Merge pull request #7635 from AmitAronovitch/ma_median_fixahaldane2016-05-212-3/+20
|\
| * 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
|/
* Merge pull request #7651 from ewmoore/ones_array_pow_fixCharles Harris2016-05-192-0/+8
|\
| * 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
* | Merge pull request #7643 from ktisha/masterJaime2016-05-161-1/+1
|\ \ | |/ |/|
| * 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
| |/ /
* | | Merge pull request #7637 from rgommers/importerrorsCharles Harris2016-05-141-1/+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
* | Merge pull request #7630 from mattip/define-PyDictProxy_CheckNathaniel J. Smith2016-05-131-0/+2
|\ \
| * | MAINT: add ifdef around PyDictProxy_Check macromattip2016-05-131-0/+2
|/ /