summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3534 from charris/nan-stat-functionsCharles Harris2013-08-1511-524/+1507
|\
| * DOC: Various fixes.Charles Harris2013-08-142-19/+18
| * BUG: Regression test needs to ignore ComplexWarning.Charles Harris2013-08-121-8/+11
| * TST: Add tests for the nansum, nanmean, nanvar, and nanstd.Charles Harris2013-08-121-190/+367
| * MAINT: Refactor nanfunctions.Charles Harris2013-08-122-333/+469
| * 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-128-916/+946
| * 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-1216-37/+2328
|\
| * ENH: implement median in terms of partitionJulian Taylor2013-08-122-12/+79
| * ENH: add quickselect algorithm and expose it via partitionJulian Taylor2013-08-1214-25/+2249
* | 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
* | DOC: fix some minor issues with histogram2d docstring formatting.Ralf Gommers2013-08-111-9/+19
* | DOC: update example of histogram2d to doctest format.Frank Breitling2013-08-111-31/+30
* | 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
| |/ |/|
* | Merge pull request #3517 from juliantaylor/memchr-all-anyCharles Harris2013-08-103-3/+57
|\ \
| * | ENH: improve numpy.all()/any()Julian Taylor2013-08-093-3/+57
| |/
* | MAINT: remove unused and broken parts of numpy.testingRalf Gommers2013-08-106-47/+21
|/
* Merge pull request #3513 from seberg/0d-linalgCharles Harris2013-08-052-16/+82
|\
| * ENH: inv/solve work with empty inner and others empty outer arraySebastian Berg2013-08-042-16/+82
* | Merge pull request #3565 from charris/documentation-fixesCharles Harris2013-08-051-3/+3
|\ \
| * | DOC: Fixes for doc/source/user/basics.io.genfromtxt.rst.Jesús Gómez2013-08-011-3/+3