| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #3534 from charris/nan-stat-functions | Charles Harris | 2013-08-15 | 11 | -524/+1507 |
|\ |
|
| * | DOC: Various fixes. | Charles Harris | 2013-08-14 | 2 | -19/+18 |
| * | BUG: Regression test needs to ignore ComplexWarning. | Charles Harris | 2013-08-12 | 1 | -8/+11 |
| * | TST: Add tests for the nansum, nanmean, nanvar, and nanstd. | Charles Harris | 2013-08-12 | 1 | -190/+367 |
| * | MAINT: Refactor nanfunctions. | Charles Harris | 2013-08-12 | 2 | -333/+469 |
| * | TST: Add more extensive tests for the mean, var, and std methods. | Charles Harris | 2013-08-12 | 2 | -1/+173 |
| * | ENH: Make var and std methods raise error when ddof too big. | Charles Harris | 2013-08-12 | 1 | -23/+29 |
| * | BUG: Make mean, sum, var, std methods return correct scalar type. | Charles Harris | 2013-08-12 | 1 | -10/+10 |
| * | MAINT: Clean up core/_methods.py and core/fromnumeric.py | Charles Harris | 2013-08-12 | 2 | -17/+15 |
| * | MAINT: Separate nan functions into their own module. | Charles Harris | 2013-08-12 | 8 | -916/+946 |
| * | TST: Added tests for nanmean(), nanvar(), nanstd() | Benjamin Root | 2013-08-12 | 2 | -10/+134 |
| * | ENH: Adding np.nanmean(), np.nanstd(), np.nanvar() | Benjamin Root | 2013-08-12 | 2 | -2/+340 |
* | | Merge pull request #3608 from charris/remove-1.8-diagonal-refs | Charles Harris | 2013-08-15 | 2 | -3/+3 |
|\ \ |
|
| * | | DOC: Remove references to diagonal changes in 1.8. | Charles Harris | 2013-08-12 | 2 | -3/+3 |
* | | | Merge pull request #3619 from charris/update-ABI-version-and-hash | Ralf Gommers | 2013-08-14 | 4 | -3/+11 |
|\ \ \ |
|
| * | | | MAINT: Update API version and API hash. | Charles Harris | 2013-08-14 | 3 | -1/+9 |
| * | | | BUG: Replace relative imports in cversions.py. | Charles Harris | 2013-08-14 | 1 | -2/+2 |
| | |/
| |/| |
|
* | | | DOC fix legacy a.size() -> a.size in np.ravel docstring | jnothman | 2013-08-13 | 1 | -1/+1 |
|/ / |
|
* | | BUG: Fix additional zero-sized index case for ufunc.reduceat | Mark Wiebe | 2013-08-12 | 1 | -11/+27 |
* | | TST: Add test for additional ufunc.reduceat empty parameter case | Mark Wiebe | 2013-08-12 | 1 | -0/+8 |
* | | TST: Change reduceat empty test to use i4 indices | Mark Wiebe | 2013-08-12 | 1 | -1/+1 |
* | | BUG: Fix ufunc.reduceat regression with empty index (gh-2892) | Mark Wiebe | 2013-08-12 | 1 | -2/+15 |
* | | TST: Add test for reduceat ufunc regression on zero-sized array | Mark Wiebe | 2013-08-12 | 1 | -0/+7 |
* | | Merge pull request #3609 from mwiebe/fill_struct_from_tuple | Charles Harris | 2013-08-12 | 2 | -1/+16 |
|\ \ |
|
| * | | BUG: Fix to allow x.fill(tuple) where x is a struct array | Mark Wiebe | 2013-08-12 | 1 | -1/+8 |
| * | | TST: Test for x.fill(tuple) where x is a struct array | Mark Wiebe | 2013-08-12 | 1 | -0/+8 |
| |/ |
|
* | | BLD: Fix build on MSVC (no uint64_t, use npy_uint64) | Mark Wiebe | 2013-08-12 | 1 | -4/+4 |
|/ |
|
* | Merge pull request #3607 from stefanv/select_doc_typos | Charles Harris | 2013-08-12 | 1 | -2/+2 |
|\ |
|
| * | DOC: Fix small typos in partition docstring. | Stefan van der Walt | 2013-08-12 | 1 | -2/+2 |
* | | BUG: Fix typo in core bento file. | Stefan van der Walt | 2013-08-12 | 1 | -2/+2 |
|/ |
|
* | Merge pull request #3360 from juliantaylor/selection-algo | Charles Harris | 2013-08-12 | 16 | -37/+2328 |
|\ |
|
| * | ENH: implement median in terms of partition | Julian Taylor | 2013-08-12 | 2 | -12/+79 |
| * | ENH: add quickselect algorithm and expose it via partition | Julian Taylor | 2013-08-12 | 14 | -25/+2249 |
* | | BUG: Fix variable declaration after statement. | Charles Harris | 2013-08-11 | 3 | -71/+72 |
|/ |
|
* | Merge pull request #3599 from charris/fix-operand-flags-test | Charles Harris | 2013-08-11 | 1 | -4/+5 |
|\ |
|
| * | BUG: Fix test_operand_flags test. | Charles Harris | 2013-08-11 | 1 | -4/+5 |
* | | DOC: fix some minor issues with histogram2d docstring formatting. | Ralf Gommers | 2013-08-11 | 1 | -9/+19 |
* | | DOC: update example of histogram2d to doctest format. | Frank Breitling | 2013-08-11 | 1 | -31/+30 |
* | | Merge pull request #3594 from juliantaylor/is_aligned_maint | Charles Harris | 2013-08-11 | 5 | -24/+56 |
|\ \ |
|
| * | | ENH: add NPY_LIKELY and NPY_UNLIKELY macros for branching hints | Julian Taylor | 2013-08-09 | 3 | -3/+28 |
| * | | MAINT: move npy_is_aligned to common.h | Julian Taylor | 2013-08-09 | 3 | -24/+31 |
* | | | TST: Add regression test to check numpy.int_ inheritance on Py2/Py3 | Yury V. Zaytsev | 2013-08-10 | 2 | -0/+45 |
* | | | BUG: Fix PyType_FastSubclass() check for numpy.int_ | Yury V. Zaytsev | 2013-08-10 | 1 | -9/+24 |
| |/
|/| |
|
* | | Merge pull request #3517 from juliantaylor/memchr-all-any | Charles Harris | 2013-08-10 | 3 | -3/+57 |
|\ \ |
|
| * | | ENH: improve numpy.all()/any() | Julian Taylor | 2013-08-09 | 3 | -3/+57 |
| |/ |
|
* | | MAINT: remove unused and broken parts of numpy.testing | Ralf Gommers | 2013-08-10 | 6 | -47/+21 |
|/ |
|
* | Merge pull request #3513 from seberg/0d-linalg | Charles Harris | 2013-08-05 | 2 | -16/+82 |
|\ |
|
| * | ENH: inv/solve work with empty inner and others empty outer array | Sebastian Berg | 2013-08-04 | 2 | -16/+82 |
* | | Merge pull request #3565 from charris/documentation-fixes | Charles Harris | 2013-08-05 | 1 | -3/+3 |
|\ \ |
|
| * | | DOC: Fixes for doc/source/user/basics.io.genfromtxt.rst. | Jesús Gómez | 2013-08-01 | 1 | -3/+3 |