summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* BUG: Allow to pad arrays by zero entries.Jostein Bø Fløystad2013-07-051-1/+1
* BUG: Fix failure to return monic polynomials from roots.Charles Harris2013-07-022-3/+15
* Merge pull request #2875 from ahojnnes/array-initnjsmith2013-06-302-18/+211
|\
| * Rename filled, filled_like to full, full_likeJohannes Schönberger2013-06-302-21/+21
| * Update default dtype of filled function in doc stringJohannes Schönberger2013-06-061-1/+1
| * Rename fill value parameter for consistency across numpy+Johannes Schönberger2013-06-062-11/+11
| * Add examples to doc string of filled and filled_likeJohannes Schönberger2013-06-061-0/+25
| * Add separate parameter description to filled, filled_like and onesJohannes Schönberger2013-06-061-6/+35
| * Fix Python 3 test cases for filled* functionsJohannes Schönberger2013-06-061-3/+7
| * Do not compare string or unicode valuesJohannes Schönberger2013-06-061-1/+1
| * Add doc string to creation test classJohannes Schönberger2013-06-061-0/+2
| * Comment test casesJohannes Schönberger2013-06-061-6/+10
| * Add tests for zeros, ones, empty and filledJohannes Schönberger2013-06-061-0/+45
| * Add filled_like to doc string of test classJohannes Schönberger2013-06-061-1/+1
| * Use more idiomatic way of None-checkJohannes Schönberger2013-06-061-1/+1
| * Use commin method to compare array valuesJohannes Schönberger2013-06-061-40/+16
| * Add tests for filled_like functionJohannes Schönberger2013-06-062-21/+54
| * Fix doc stringJohannes Schönberger2013-06-061-3/+1
| * Replace nans, nans_like, infs, infs_like with filled functionsJohannes Schönberger2013-06-061-93/+15
| * Fix typo in doc stringJohannes Schönberger2013-06-061-4/+4
| * Add short note in doc string about dtype for non-numbersJohannes Schönberger2013-06-061-0/+12
| * Add more related functionsJohannes Schönberger2013-06-061-0/+5
| * Add nans, infs, nans_like, infs_like convenience functionsJohannes Schönberger2013-06-061-1/+139
* | Merge pull request #3461 from charris/fix-load-resource-warningCharles Harris2013-06-292-5/+22
|\ \
| * | BUG: Make np.load transfer file ownership to the returned NpzFile.Charles Harris2013-06-222-5/+22
* | | BUG: numpy.random.binomial raised ValueError for n == 0HaroldMills2013-06-283-1557/+1608
* | | BUG: add module extensions to load_library search listJulian Taylor2013-06-251-11/+5
* | | Merge pull request #3466 from juliantaylor/vectorize-boolCharles Harris2013-06-232-7/+60
|\ \ \
| * | | ENH: vectorize boolean reductionsJulian Taylor2013-06-232-0/+54
| * | | MAINT: make binary_scalar2 static and put __m128i into a templateJulian Taylor2013-06-231-7/+6
| |/ /
* | | Merge pull request #3429 from juliantaylor/copy-unrollCharles Harris2013-06-234-2/+40
|\ \ \ | |/ / |/| |
| * | ENH: tell gcc to unroll strided copy loopsJulian Taylor2013-06-134-2/+40
* | | BUG: Campanion Matrix was scalar, not matrix for degree 1.Charles Harris2013-06-2012-6/+102
* | | Merge pull request #3455 from Hoops/copy_and_swap_stride_dstCharles Harris2013-06-191-7/+6
|\ \ \
| * | | Call to byte_swap_vector should use dst, not d1, because this isAndrew Horton2013-06-161-7/+6
* | | | BUG: fix uninitialized-use on invalid sort kindJulian Taylor2013-06-191-3/+2
* | | | BUG: Fix failing python long behaviour and possible heisen bugSebastian Berg2013-06-173-28/+35
* | | | Merge pull request #3448 from efiring/ma_compressCharles Harris2013-06-162-2/+21
|\ \ \ \
| * | | | BUG: np.ma.compress treated inputs in wrong order; closes #2495Eric Firing2013-06-162-2/+21
* | | | | BUG: add __len__ method to ma.mvoid; closes #576Eric Firing2013-06-162-0/+7
* | | | | Merge pull request #3436 from juliantaylor/vectorize-boolCharles Harris2013-06-163-3/+242
|\ \ \ \ \
| * | | | | ENH: vectorize boolean logical &&, ||, abs and notJulian Taylor2013-06-143-3/+242
* | | | | | Merge pull request #3449 from efiring/mvoid_setitemCharles Harris2013-06-162-3/+32
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | BUG: field assignment in masked array did not reset mask; closes #2403Eric Firing2013-06-152-3/+32
| | |/ / / | |/| | |
* | | | | MAINT: fix compilation issue gh-3443.jmozmoz2013-06-161-2/+2
* | | | | Merge pull request #3445 from juliantaylor/revert-x86-unaligned-accessCharles Harris2013-06-151-2/+7
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | BUG: Revert "ENH: enable unaligned loads on x86"Julian Taylor2013-06-161-2/+7
| |/ / /
* | | | Merge pull request #3440 from WarrenWeckesser/bug-ma-averageCharles Harris2013-06-152-68/+117
|\ \ \ \
| * | | | BUG: ma: ma.average didn't handle complex arrays correctly (issue gh-2684)Warren Weckesser2013-06-152-9/+52
| * | | | MAINT: ma: clean up ma/test_extras.py: don't use 'import *'; PEP8 whitespaceWarren Weckesser2013-06-151-61/+67
| |/ / /