| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Add more unit tests for 'at' method | Jay Bourque | 2013-08-16 | 1 | -18/+61 |
* | | Correct implementation of 'at' method that covers all corner cases | Jay Bourque | 2013-08-16 | 1 | -25/+22 |
* | | Only allow explicit index slicing in 'at' method | Jay Bourque | 2013-08-16 | 1 | -0/+15 |
* | | Add comment to 'at' method unit test | Jay Bourque | 2013-08-16 | 1 | -1/+0 |
* | | Update documentation for 'at' method | Jay Bourque | 2013-08-16 | 1 | -0/+41 |
* | | Update/expand unit tests | Jay Bourque | 2013-08-16 | 1 | -11/+34 |
* | | Rework 'at' method to fit customer's expectations. | Jay Bourque | 2013-08-16 | 1 | -17/+25 |
* | | Misc fixes | Jay Bourque | 2013-08-16 | 1 | -29/+36 |
* | | Check for sucessful call to MapIterBind | Jay Bourque | 2013-08-16 | 1 | -0/+8 |
* | | Add unit tests | Jay Bourque | 2013-08-16 | 1 | -0/+14 |
* | | Change 'select' method name to 'at' | Jay Bourque | 2013-08-16 | 1 | -3/+3 |
* | | Add comments | Jay Bourque | 2013-08-16 | 1 | -1/+8 |
* | | Add support for both unary and binary ufuncs | Jay Bourque | 2013-08-16 | 1 | -19/+93 |
* | | Proof-of-concept for ufunc fancy indexing | Jay Bourque | 2013-08-16 | 2 | -0/+58 |
* | | ENH: use PyDataMem_NEW_ZEROED for PyArray_Zeros | Julian Taylor | 2013-08-16 | 2 | -11/+52 |
* | | ENH: add PyDataMem_NEW_ZEROED which allocates memory with calloc | Julian Taylor | 2013-08-16 | 3 | -2/+23 |
* | | Merge pull request #2721 from abalkin/master | Charles Harris | 2013-08-15 | 1 | -1/+1 |
|\ \ |
|
| * | | Fixed a mistake in linalg.eig() documentation. | Alexander Belopolsky | 2012-11-09 | 1 | -1/+1 |
* | | | TST: Test that savetxt works with objects having a write method. | Daniel | 2013-08-15 | 1 | -0/+12 |
* | | | ENH: Make savetxt work with file like objects. | Daniel | 2013-08-15 | 1 | -1/+1 |
* | | | DOC: Merge doc updates from http://docs.scipy.org/numpy/patch/. | Charles Harris | 2013-08-15 | 2 | -17/+17 |
* | | | 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 |