summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
...
* | Add more unit tests for 'at' methodJay Bourque2013-08-161-18/+61
* | Correct implementation of 'at' method that covers all corner casesJay Bourque2013-08-161-25/+22
* | Only allow explicit index slicing in 'at' methodJay Bourque2013-08-161-0/+15
* | Add comment to 'at' method unit testJay Bourque2013-08-161-1/+0
* | Update documentation for 'at' methodJay Bourque2013-08-161-0/+41
* | Update/expand unit testsJay Bourque2013-08-161-11/+34
* | Rework 'at' method to fit customer's expectations.Jay Bourque2013-08-161-17/+25
* | Misc fixesJay Bourque2013-08-161-29/+36
* | Check for sucessful call to MapIterBindJay Bourque2013-08-161-0/+8
* | Add unit testsJay Bourque2013-08-161-0/+14
* | Change 'select' method name to 'at'Jay Bourque2013-08-161-3/+3
* | Add commentsJay Bourque2013-08-161-1/+8
* | Add support for both unary and binary ufuncsJay Bourque2013-08-161-19/+93
* | Proof-of-concept for ufunc fancy indexingJay Bourque2013-08-162-0/+58
* | ENH: use PyDataMem_NEW_ZEROED for PyArray_ZerosJulian Taylor2013-08-162-11/+52
* | ENH: add PyDataMem_NEW_ZEROED which allocates memory with callocJulian Taylor2013-08-163-2/+23
* | Merge pull request #2721 from abalkin/masterCharles Harris2013-08-151-1/+1
|\ \
| * | Fixed a mistake in linalg.eig() documentation.Alexander Belopolsky2012-11-091-1/+1
* | | TST: Test that savetxt works with objects having a write method.Daniel2013-08-151-0/+12
* | | ENH: Make savetxt work with file like objects.Daniel2013-08-151-1/+1
* | | DOC: Merge doc updates from http://docs.scipy.org/numpy/patch/.Charles Harris2013-08-152-17/+17
* | | 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