summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Remove outdated version checks.Charles Harris2013-07-1131-320/+21
* Merge pull request #3510 from mwtoews/masterCharles Harris2013-07-091-0/+12
|\
| * Add regression tests for pickleable record arraysmwtoews2013-07-091-0/+12
* | Merge pull request #3501 from inducer/masterCharles Harris2013-07-093-0/+63
|\ \ | |/ |/|
| * BUG: Check earlier for higher priority in binary operators, add testAndreas Kloeckner2013-07-083-0/+63
* | Merge pull request #3491 from ContinuumIO/astype_fix2Charles Harris2013-07-083-20/+77
|\ \
| * | STY: Formatting changesJay Bourque2013-07-083-18/+13
| * | BUG: Fix creation of string arrays from object typesJay Bourque2013-07-083-17/+79
* | | Merge pull request #3507 from juliantaylor/vectorize-cmpCharles Harris2013-07-084-2/+238
|\ \ \
| * | | ENH: vectorize boolean comparisons of floatsJulian Taylor2013-07-084-2/+238
|/ / /
* | | Merge pull request #3500 from charris/fix-3592njsmith2013-07-082-23/+54
|\ \ \
| * | | STY: Fix trailing whitespace and replace test doctrings by comments.Charles Harris2013-07-031-13/+13
| * | | BUG: Remove xrange that slipped into test_numeric.py.Charles Harris2013-07-031-1/+1
| * | | TST: Add tests for exceptions raised by fromiter.Fernando Perez2013-07-031-6/+30
| * | | BUG: Fix exceptions being swallowed by fromiter.Fernando Perez2013-07-031-10/+17
| | |/ | |/|
* | | Merge pull request #3506 from josteinbf/arraypad-padwidth-zeroCharles Harris2013-07-072-1/+9
|\ \ \ | |/ / |/| |
| * | TST: New test to ensure np.pad allows pad_width of zero.Jostein Bø Fløystad2013-07-051-0/+8
| * | BUG: Allow to pad arrays by zero entries.Jostein Bø Fløystad2013-07-051-1/+1
|/ /
* | Merge pull request #3495 from charris/make-fromroots-return-monicnjsmith2013-07-032-3/+15
|\ \
| * | BUG: Fix failure to return monic polynomials from roots.Charles Harris2013-07-022-3/+15
|/ /
* | Merge pull request #3489 from dmuellner/masterCharles Harris2013-07-021-7/+7
|\ \
| * | Corrected typos in documentation for PyArray_GETPTR1.Daniel2013-07-011-7/+7
|/ /
* | Merge pull request #2875 from ahojnnes/array-initnjsmith2013-06-303-18/+218
|\ \
| * | Rename filled, filled_like to full, full_likeJohannes Schönberger2013-06-303-22/+22
| * | Update default dtype of filled function in doc stringJohannes Schönberger2013-06-061-1/+1
| * | Add filled and filled_like to changelog of 1.8.0Johannes Schönberger2013-06-061-0/+7
| * | 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
* | | Merge pull request #3483 from HaroldMills/bugfix-binomialRobert Kern2013-06-293-1557/+1608
|\ \ \
| * | | BUG: numpy.random.binomial raised ValueError for n == 0HaroldMills2013-06-283-1557/+1608
* | | | Merge pull request #3468 from RelentlessIdiot/numpydoc_returns_unnamedRalf Gommers2013-06-295-26/+82
|\ \ \ \ | |/ / / |/| | |
| * | | ENH: Allow unnamed return values in Returns section of doc stringRob Ruana2013-06-255-26/+82