| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #10308 from eric-wieser/mask-attr-is-view | Matti Picus | 2019-05-12 | 1 | -1/+1 |
| |\ | |||||
| | * | API: Make MaskedArray.mask return a view, rather than the underlying mask | Eric Wieser | 2019-05-11 | 1 | -1/+1 |
| * | | Merge pull request #13433 from mattip/issue13431 | Sebastian Berg | 2019-05-12 | 2 | -4/+64 |
| |\ \ | |||||
| | * | | MAINT: remove uneeded code | mattip | 2019-05-11 | 2 | -15/+24 |
| | * | | BUG: parse more subarrays in descr_to_dtype | mattip | 2019-05-03 | 2 | -2/+51 |
| | * | | BUG: handle subarrays in descr_to_dtype | mattip | 2019-04-30 | 2 | -3/+5 |
| | |/ | |||||
| * | | Merge pull request #12962 from mattip/unpackbits | Charles Harris | 2019-05-11 | 1 | -46/+93 |
| |\ \ | |||||
| | * | | ENH: changes from review | mattip | 2019-05-11 | 1 | -25/+29 |
| | * | | BUG: parametrize tests, fix for interaction of count, order | mattip | 2019-05-11 | 1 | -41/+69 |
| | * | | ENH: add 'order' keyword to packbits, unpackbits | mattip | 2019-05-11 | 1 | -6/+21 |
| * | | | Merge pull request #13402 from eric-wieser/genfromtxt-defaults | Sebastian Berg | 2019-05-11 | 1 | -1/+2 |
| |\ \ \ | |||||
| | * | | | DOC: Show the default value of deletechars in the signature of genfromtxt | Eric Wieser | 2019-05-11 | 1 | -1/+2 |
| * | | | | Merge pull request #13482 from mattip/durations | Sebastian Berg | 2019-05-11 | 1 | -7/+3 |
| |\ \ \ \ | |||||
| | * | | | | TEST: tweak two slow tests to speed them up | mattip | 2019-05-11 | 1 | -7/+3 |
| * | | | | | Merge pull request #13332 from eric-wieser/fix-subarray-unstructured | Charles Harris | 2019-05-11 | 2 | -2/+11 |
| |\ \ \ \ \ | |_|_|/ / |/| | | | | |||||
| | * | | | | BUG: Always return views from structured_to_unstructured when possible | Eric Wieser | 2019-05-01 | 2 | -2/+11 |
| * | | | | | DOC: have notes in histogram_bin_edges match parameter style | Ryan Levy | 2019-05-05 | 1 | -7/+7 |
| * | | | | | Merge pull request #13298 from navneet-nmk/diff-error | Eric Wieser | 2019-05-02 | 2 | -0/+5 |
| |\ \ \ \ \ | |_|/ / / |/| | | | | |||||
| | * | | | | ENH: add clearer error message for diff(0-d) | ayir | 2019-04-26 | 2 | -0/+5 |
| * | | | | | BUG: fix unravel_index when dimension is greater than 'intp' | psschand | 2019-05-01 | 1 | -0/+3 |
| | |_|_|/ |/| | | | |||||
| * | | | | Merge pull request #8641 from eric-wieser/ix_-preserve-type | Matti Picus | 2019-04-29 | 2 | -9/+15 |
| |\ \ \ \ | |||||
| | * \ \ \ | Merge branch 'master' into ix_-preserve-type | Eric Wieser | 2018-07-31 | 51 | -3824/+7642 |
| | |\ \ \ \ | |||||
| | * | | | | | BUG: Preserve types of empty arrays when known | Eric Wieser | 2017-02-19 | 2 | -9/+15 |
| * | | | | | | Merge pull request #13250 from grlee77/pad_no_apply_along_axis | Charles Harris | 2019-04-28 | 1 | -2/+15 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | MAINT: improve efficiency of pad by avoiding use of apply_along_axis | Gregory Lee | 2019-04-28 | 1 | -2/+15 |
| * | | | | | | | Merge pull request #13409 from seberg/fix-unicode-fmt-savetxt | Matti Picus | 2019-04-26 | 2 | -1/+14 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | BUG: (py2 only) fix unicode support for savetxt fmt string | Sebastian Berg | 2019-04-26 | 2 | -1/+14 |
| * | | | | | | | | Merge pull request #13390 from eric-wieser/quantile-fraction | Matti Picus | 2019-04-25 | 2 | -2/+39 |
| |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | ENH: Add support for Fraction to percentile and quantile | Eric Wieser | 2019-04-23 | 2 | -2/+39 |
| | | |_|_|_|_|_|/ | |/| | | | | | | |||||
| * | | | | | | | | Merge remote-tracking branch 'upstream/master' into fix-1-field-unstructured | Eric Wieser | 2019-04-23 | 38 | -2254/+2356 |
| |\ \ \ \ \ \ \ \ | |/ / / / / / / | | | | | | | / | |_|_|_|_|_|/ |/| | | | | | | |||||
| | * | | | | | | Merge pull request #12594 from mattip/pypy3-testing | Tyler Reddy | 2019-04-22 | 1 | -1/+2 |
| | |\ \ \ \ \ \ | |||||
| | | * | | | | | | TEST: update for PyPy | mattip | 2019-04-17 | 1 | -1/+2 |
| | * | | | | | | | DOC: Specify range for numpy.angle | kritisingh1 | 2019-04-21 | 1 | -2/+2 |
| | * | | | | | | | Merge pull request #11684 from mattip/unravel_index-empty | Matti Picus | 2019-04-18 | 1 | -0/+20 |
| | |\ \ \ \ \ \ \ | |||||
| | | * | | | | | | | BUG: raise on empty sequence input to unravel_index, ravel_index_multi; clari... | mattip | 2019-03-29 | 1 | -0/+20 |
| | | | |_|/ / / / | | |/| | | | | | |||||
| | * | | | | | | | Merge pull request #12889 from ivanov/no-pickles-for-you | Charles Harris | 2019-04-16 | 4 | -15/+29 |
| | |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | | | |||||
| | | * | | | | | | BUG: load fails when using pickle without allow_pickle=True | Paul Ivanov | 2019-04-16 | 4 | -15/+29 |
| | * | | | | | | | Merge branch 'master' into poly1d-fixes-fixes-fixes-fixes | Eric Wieser | 2019-04-16 | 50 | -5894/+11569 |
| | |\ \ \ \ \ \ \ | | |/ / / / / / | |||||
| | | * | | | | | | Merge pull request #13331 from rgommers/fix-docs | Matti Picus | 2019-04-15 | 2 | -38/+45 |
| | | |\ \ \ \ \ \ | |||||
| | | | * | | | | | | DOC: fix doc build warnings in a cleaner way. | Ralf Gommers | 2019-04-15 | 1 | -6/+12 |
| | | | * | | | | | | DOC: fix 4 remaining doc build warnings. | Ralf Gommers | 2019-04-14 | 2 | -33/+35 |
| | | | * | | | | | | DOC: fix some more See Also issues | Ralf Gommers | 2019-04-14 | 1 | -5/+4 |
| | | | | |/ / / / | | | |/| | | | | |||||
| | | * | | | | | | Merge pull request #13312 from eric-wieser/genfromtxt-close | Tyler Reddy | 2019-04-15 | 2 | -270/+284 |
| | | |\ \ \ \ \ \ | |||||
| | | | * | | | | | | TST: unit test for gh-13200 | Tyler Reddy | 2019-04-13 | 1 | -1/+14 |
| | | | * | | | | | | BUG: Close files if an error occurs in genfromtxt | Eric Wieser | 2019-04-12 | 1 | -269/+270 |
| | | | |/ / / / / | |||||
| | | * | | | | | | DOC: Added anti-diagonal examples to np.diagonal and np.fill_diagonal | Ander Ustarroz | 2019-04-13 | 1 | -3/+20 |
| | | |/ / / / / | |||||
| | | * | | | | | TST: fix up test_structured_padded | Tyler Reddy | 2019-04-11 | 1 | -1/+1 |
| | | * | | | | | BUG: Fix crash when calling savetxt on a padded array | Eric Wieser | 2019-04-11 | 2 | -2/+12 |
| | | | |_|_|/ | | |/| | | | |||||
| | | * | | | | update tests | kikocorreoso | 2019-04-09 | 1 | -9/+7 |
| | | * | | | | fix test name | kikocorreoso | 2019-04-09 | 1 | -1/+1 |
