| Commit message (Expand) | Author | Age | Files | Lines |
| * | BUG: Allow to pad arrays by zero entries. | Jostein Bø Fløystad | 2013-07-05 | 1 | -1/+1 |
| * | BUG: Fix failure to return monic polynomials from roots. | Charles Harris | 2013-07-02 | 2 | -3/+15 |
| * | Merge pull request #2875 from ahojnnes/array-init | njsmith | 2013-06-30 | 2 | -18/+211 |
| |\ |
|
| | * | Rename filled, filled_like to full, full_like | Johannes Schönberger | 2013-06-30 | 2 | -21/+21 |
| | * | Update default dtype of filled function in doc string | Johannes Schönberger | 2013-06-06 | 1 | -1/+1 |
| | * | Rename fill value parameter for consistency across numpy+ | Johannes Schönberger | 2013-06-06 | 2 | -11/+11 |
| | * | Add examples to doc string of filled and filled_like | Johannes Schönberger | 2013-06-06 | 1 | -0/+25 |
| | * | Add separate parameter description to filled, filled_like and ones | Johannes Schönberger | 2013-06-06 | 1 | -6/+35 |
| | * | Fix Python 3 test cases for filled* functions | Johannes Schönberger | 2013-06-06 | 1 | -3/+7 |
| | * | Do not compare string or unicode values | Johannes Schönberger | 2013-06-06 | 1 | -1/+1 |
| | * | Add doc string to creation test class | Johannes Schönberger | 2013-06-06 | 1 | -0/+2 |
| | * | Comment test cases | Johannes Schönberger | 2013-06-06 | 1 | -6/+10 |
| | * | Add tests for zeros, ones, empty and filled | Johannes Schönberger | 2013-06-06 | 1 | -0/+45 |
| | * | Add filled_like to doc string of test class | Johannes Schönberger | 2013-06-06 | 1 | -1/+1 |
| | * | Use more idiomatic way of None-check | Johannes Schönberger | 2013-06-06 | 1 | -1/+1 |
| | * | Use commin method to compare array values | Johannes Schönberger | 2013-06-06 | 1 | -40/+16 |
| | * | Add tests for filled_like function | Johannes Schönberger | 2013-06-06 | 2 | -21/+54 |
| | * | Fix doc string | Johannes Schönberger | 2013-06-06 | 1 | -3/+1 |
| | * | Replace nans, nans_like, infs, infs_like with filled functions | Johannes Schönberger | 2013-06-06 | 1 | -93/+15 |
| | * | Fix typo in doc string | Johannes Schönberger | 2013-06-06 | 1 | -4/+4 |
| | * | Add short note in doc string about dtype for non-numbers | Johannes Schönberger | 2013-06-06 | 1 | -0/+12 |
| | * | Add more related functions | Johannes Schönberger | 2013-06-06 | 1 | -0/+5 |
| | * | Add nans, infs, nans_like, infs_like convenience functions | Johannes Schönberger | 2013-06-06 | 1 | -1/+139 |
| * | | Merge pull request #3461 from charris/fix-load-resource-warning | Charles Harris | 2013-06-29 | 2 | -5/+22 |
| |\ \ |
|
| | * | | BUG: Make np.load transfer file ownership to the returned NpzFile. | Charles Harris | 2013-06-22 | 2 | -5/+22 |
| * | | | BUG: numpy.random.binomial raised ValueError for n == 0 | HaroldMills | 2013-06-28 | 3 | -1557/+1608 |
| * | | | BUG: add module extensions to load_library search list | Julian Taylor | 2013-06-25 | 1 | -11/+5 |
| * | | | Merge pull request #3466 from juliantaylor/vectorize-bool | Charles Harris | 2013-06-23 | 2 | -7/+60 |
| |\ \ \ |
|
| | * | | | ENH: vectorize boolean reductions | Julian Taylor | 2013-06-23 | 2 | -0/+54 |
| | * | | | MAINT: make binary_scalar2 static and put __m128i into a template | Julian Taylor | 2013-06-23 | 1 | -7/+6 |
| | |/ / |
|
| * | | | Merge pull request #3429 from juliantaylor/copy-unroll | Charles Harris | 2013-06-23 | 4 | -2/+40 |
| |\ \ \
| |/ /
|/| | |
|
| | * | | ENH: tell gcc to unroll strided copy loops | Julian Taylor | 2013-06-13 | 4 | -2/+40 |
| * | | | BUG: Campanion Matrix was scalar, not matrix for degree 1. | Charles Harris | 2013-06-20 | 12 | -6/+102 |
| * | | | Merge pull request #3455 from Hoops/copy_and_swap_stride_dst | Charles Harris | 2013-06-19 | 1 | -7/+6 |
| |\ \ \ |
|
| | * | | | Call to byte_swap_vector should use dst, not d1, because this is | Andrew Horton | 2013-06-16 | 1 | -7/+6 |
| * | | | | BUG: fix uninitialized-use on invalid sort kind | Julian Taylor | 2013-06-19 | 1 | -3/+2 |
| * | | | | BUG: Fix failing python long behaviour and possible heisen bug | Sebastian Berg | 2013-06-17 | 3 | -28/+35 |
| * | | | | Merge pull request #3448 from efiring/ma_compress | Charles Harris | 2013-06-16 | 2 | -2/+21 |
| |\ \ \ \ |
|
| | * | | | | BUG: np.ma.compress treated inputs in wrong order; closes #2495 | Eric Firing | 2013-06-16 | 2 | -2/+21 |
| * | | | | | BUG: add __len__ method to ma.mvoid; closes #576 | Eric Firing | 2013-06-16 | 2 | -0/+7 |
| * | | | | | Merge pull request #3436 from juliantaylor/vectorize-bool | Charles Harris | 2013-06-16 | 3 | -3/+242 |
| |\ \ \ \ \ |
|
| | * | | | | | ENH: vectorize boolean logical &&, ||, abs and not | Julian Taylor | 2013-06-14 | 3 | -3/+242 |
| * | | | | | | Merge pull request #3449 from efiring/mvoid_setitem | Charles Harris | 2013-06-16 | 2 | -3/+32 |
| |\ \ \ \ \ \
| |_|_|/ / /
|/| | | | | |
|
| | * | | | | | BUG: field assignment in masked array did not reset mask; closes #2403 | Eric Firing | 2013-06-15 | 2 | -3/+32 |
| | | |/ / /
| |/| | | |
|
| * | | | | | MAINT: fix compilation issue gh-3443. | jmozmoz | 2013-06-16 | 1 | -2/+2 |
| * | | | | | Merge pull request #3445 from juliantaylor/revert-x86-unaligned-access | Charles Harris | 2013-06-15 | 1 | -2/+7 |
| |\ \ \ \ \
| |/ / / /
|/| | | | |
|
| | * | | | | BUG: Revert "ENH: enable unaligned loads on x86" | Julian Taylor | 2013-06-16 | 1 | -2/+7 |
| | |/ / / |
|
| * | | | | Merge pull request #3440 from WarrenWeckesser/bug-ma-average | Charles Harris | 2013-06-15 | 2 | -68/+117 |
| |\ \ \ \ |
|
| | * | | | | BUG: ma: ma.average didn't handle complex arrays correctly (issue gh-2684) | Warren Weckesser | 2013-06-15 | 2 | -9/+52 |
| | * | | | | MAINT: ma: clean up ma/test_extras.py: don't use 'import *'; PEP8 whitespace | Warren Weckesser | 2013-06-15 | 1 | -61/+67 |
| | |/ / / |
|