| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #3534 from charris/nan-stat-functions | Charles Harris | 2013-08-15 | 5 | -61/+260 |
|\ |
|
| * | BUG: Regression test needs to ignore ComplexWarning. | Charles Harris | 2013-08-12 | 1 | -8/+11 |
| * | 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 | 3 | -453/+11 |
| * | 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 | 12 | -23/+2177 |
|\ |
|
| * | ENH: add quickselect algorithm and expose it via partition | Julian Taylor | 2013-08-12 | 12 | -23/+2177 |
* | | 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 |
* | | 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 |
| |/
|/| |
|
* | | ENH: improve numpy.all()/any() | Julian Taylor | 2013-08-09 | 3 | -3/+57 |
|/ |
|
* | Merge pull request #3521 from arinkverma/gsoc_performance | Charles Harris | 2013-08-05 | 2 | -2/+4 |
|\ |
|
| * | ENH: For smaller array, added macro NPY_BEGIN_THREADS_THRESHOLDED in ndarrayt... | Arink Verma | 2013-08-05 | 2 | -2/+4 |
* | | BUG: Boolean assignment allowed writing to 0-sized array | Sebastian Berg | 2013-08-05 | 2 | -8/+19 |
* | | Merge pull request #3527 from dmuellner/master | Charles Harris | 2013-08-01 | 3 | -17/+41 |
|\ \ |
|
| * | | More tiny changes according to Charles Harris' comments. | dmuellner | 2013-08-01 | 1 | -5/+10 |
| * | | Reflect file name change in setup.py. | dmuellner | 2013-07-29 | 1 | -1/+1 |
| * | | Fixed typo. | dmuellner | 2013-07-29 | 1 | -2/+2 |
| * | | Changes according to Charles Harris' comments. | dmuellner | 2013-07-29 | 2 | -45/+35 |
| * | | Changes according to Charles Harris' comments. | dmuellner | 2013-07-29 | 1 | -0/+0 |
| * | | Fix for the NumPy C-API deprecation mechanism. | Daniel | 2013-07-17 | 1 | -4/+33 |
* | | | DOC: np.char.startswith checks a prefix, not a suffix | Lars Buitinck | 2013-08-01 | 1 | -1/+1 |
* | | | Merge pull request #2941 from raulcota/avoid_create-kill_npscalars | Charles Harris | 2013-07-29 | 1 | -4/+61 |
|\ \ \ |
|