summaryrefslogtreecommitdiff
path: root/numpy/core
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3534 from charris/nan-stat-functionsCharles Harris2013-08-155-61/+260
|\
| * BUG: Regression test needs to ignore ComplexWarning.Charles Harris2013-08-121-8/+11
| * TST: Add more extensive tests for the mean, var, and std methods.Charles Harris2013-08-122-1/+173
| * ENH: Make var and std methods raise error when ddof too big.Charles Harris2013-08-121-23/+29
| * BUG: Make mean, sum, var, std methods return correct scalar type.Charles Harris2013-08-121-10/+10
| * MAINT: Clean up core/_methods.py and core/fromnumeric.pyCharles Harris2013-08-122-17/+15
| * MAINT: Separate nan functions into their own module.Charles Harris2013-08-123-453/+11
| * TST: Added tests for nanmean(), nanvar(), nanstd()Benjamin Root2013-08-122-10/+134
| * ENH: Adding np.nanmean(), np.nanstd(), np.nanvar()Benjamin Root2013-08-122-2/+340
* | Merge pull request #3608 from charris/remove-1.8-diagonal-refsCharles Harris2013-08-152-3/+3
|\ \
| * | DOC: Remove references to diagonal changes in 1.8.Charles Harris2013-08-122-3/+3
* | | Merge pull request #3619 from charris/update-ABI-version-and-hashRalf Gommers2013-08-144-3/+11
|\ \ \
| * | | MAINT: Update API version and API hash.Charles Harris2013-08-143-1/+9
| * | | BUG: Replace relative imports in cversions.py.Charles Harris2013-08-141-2/+2
| | |/ | |/|
* | | DOC fix legacy a.size() -> a.size in np.ravel docstringjnothman2013-08-131-1/+1
|/ /
* | BUG: Fix additional zero-sized index case for ufunc.reduceatMark Wiebe2013-08-121-11/+27
* | TST: Add test for additional ufunc.reduceat empty parameter caseMark Wiebe2013-08-121-0/+8
* | TST: Change reduceat empty test to use i4 indicesMark Wiebe2013-08-121-1/+1
* | BUG: Fix ufunc.reduceat regression with empty index (gh-2892)Mark Wiebe2013-08-121-2/+15
* | TST: Add test for reduceat ufunc regression on zero-sized arrayMark Wiebe2013-08-121-0/+7
* | Merge pull request #3609 from mwiebe/fill_struct_from_tupleCharles Harris2013-08-122-1/+16
|\ \
| * | BUG: Fix to allow x.fill(tuple) where x is a struct arrayMark Wiebe2013-08-121-1/+8
| * | TST: Test for x.fill(tuple) where x is a struct arrayMark Wiebe2013-08-121-0/+8
| |/
* | BLD: Fix build on MSVC (no uint64_t, use npy_uint64)Mark Wiebe2013-08-121-4/+4
|/
* Merge pull request #3607 from stefanv/select_doc_typosCharles Harris2013-08-121-2/+2
|\
| * DOC: Fix small typos in partition docstring.Stefan van der Walt2013-08-121-2/+2
* | BUG: Fix typo in core bento file.Stefan van der Walt2013-08-121-2/+2
|/
* Merge pull request #3360 from juliantaylor/selection-algoCharles Harris2013-08-1212-23/+2177
|\
| * ENH: add quickselect algorithm and expose it via partitionJulian Taylor2013-08-1212-23/+2177
* | BUG: Fix variable declaration after statement.Charles Harris2013-08-113-71/+72
|/
* Merge pull request #3599 from charris/fix-operand-flags-testCharles Harris2013-08-111-4/+5
|\
| * BUG: Fix test_operand_flags test.Charles Harris2013-08-111-4/+5
* | Merge pull request #3594 from juliantaylor/is_aligned_maintCharles Harris2013-08-115-24/+56
|\ \
| * | ENH: add NPY_LIKELY and NPY_UNLIKELY macros for branching hintsJulian Taylor2013-08-093-3/+28
| * | MAINT: move npy_is_aligned to common.hJulian Taylor2013-08-093-24/+31
* | | TST: Add regression test to check numpy.int_ inheritance on Py2/Py3Yury V. Zaytsev2013-08-102-0/+45
* | | BUG: Fix PyType_FastSubclass() check for numpy.int_Yury V. Zaytsev2013-08-101-9/+24
| |/ |/|
* | ENH: improve numpy.all()/any()Julian Taylor2013-08-093-3/+57
|/
* Merge pull request #3521 from arinkverma/gsoc_performanceCharles Harris2013-08-052-2/+4
|\
| * ENH: For smaller array, added macro NPY_BEGIN_THREADS_THRESHOLDED in ndarrayt...Arink Verma2013-08-052-2/+4
* | BUG: Boolean assignment allowed writing to 0-sized arraySebastian Berg2013-08-052-8/+19
* | Merge pull request #3527 from dmuellner/masterCharles Harris2013-08-013-17/+41
|\ \
| * | More tiny changes according to Charles Harris' comments.dmuellner2013-08-011-5/+10
| * | Reflect file name change in setup.py.dmuellner2013-07-291-1/+1
| * | Fixed typo.dmuellner2013-07-291-2/+2
| * | Changes according to Charles Harris' comments.dmuellner2013-07-292-45/+35
| * | Changes according to Charles Harris' comments.dmuellner2013-07-291-0/+0
| * | Fix for the NumPy C-API deprecation mechanism.Daniel2013-07-171-4/+33
* | | DOC: np.char.startswith checks a prefix, not a suffixLars Buitinck2013-08-011-1/+1
* | | Merge pull request #2941 from raulcota/avoid_create-kill_npscalarsCharles Harris2013-07-291-4/+61
|\ \ \