Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Merge branch 'master' into force-zip64 | Charles Harris | 2019-06-26 | 15 | -104/+186 | |
| |\ \ | ||||||
| | * | | BUG: further fixup to histogram2d dispatcher. | Marten van Kerkwijk | 2019-06-20 | 2 | -2/+26 | |
| | |/ | | | | | | | | | | Now with tests.... | |||||
| | * | Update nanfunctions.py | He Jia | 2019-06-14 | 1 | -0/+1 | |
| | | | ||||||
| | * | Update function_base.py | He Jia | 2019-06-14 | 1 | -1/+2 | |
| | | | ||||||
| | * | Merge pull request #13757 from shoyer/hist-dispatcher | Marten van Kerkwijk | 2019-06-14 | 2 | -2/+22 | |
| | |\ | | | | | | | | | MAINT: fix histogram*d dispatchers | |||||
| | | * | MAINT: check bins length in histogram2d_dispatcher | Stephan Hoyer | 2019-06-11 | 1 | -4/+11 | |
| | | | | ||||||
| | | * | MAINT: spelling | Stephan Hoyer | 2019-06-11 | 1 | -1/+1 | |
| | | | | ||||||
| | | * | MAINT: fix histogram*d dispatchers | Stephan Hoyer | 2019-06-11 | 2 | -2/+15 | |
| | | | | | | | | | | | | | | | | fixes GH-13728 | |||||
| | * | | BUG: ensure i0 does not change the shape. | Marten van Kerkwijk | 2019-06-12 | 2 | -16/+16 | |
| | |/ | ||||||
| | * | Merge pull request #13222 from kritisingh1/patch1 | Matti Picus | 2019-06-10 | 3 | -58/+80 | |
| | |\ | | | | | | | | | DOC: Document/ Deprecate functions exposed in "numpy" namespace | |||||
| | | * | fix tests | kritisingh1 | 2019-06-07 | 2 | -7/+12 | |
| | | | | ||||||
| | | * | Fix tests | kritisingh1 | 2019-04-10 | 2 | -65/+60 | |
| | | | | ||||||
| | | * | Issue deprecation warnings | kritisingh1 | 2019-04-05 | 3 | -2/+24 | |
| | | | | ||||||
| | * | | BUG: Ensure that the url request is closed if the file cannot be opened | Eric Wieser | 2019-06-04 | 1 | -7/+4 | |
| | | | | ||||||
| | * | | MAINT: Use a with statement instead of try / finally | Eric Wieser | 2019-06-04 | 1 | -8/+2 | |
| | | | | | | | | | | | | | | | | All of this code was already correct, this just tidies it a little | |||||
| | * | | MAINT: speed up [hvd]stack by eliminating list comprehension. (#13697) | Marten van Kerkwijk | 2019-06-01 | 1 | -1/+4 | |
| | | | | ||||||
| | * | | MAINT: Misc. typo fixes (#13664) | luzpaz | 2019-05-31 | 3 | -4/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | * DOC, MAINT: Misc. typo fixes Found via `codespell` | |||||
| | * | | MAINT: Fixes tests with __array_function__ disabled | Stephan Hoyer | 2019-05-26 | 2 | -6/+26 | |
| | | | | ||||||
| * | | | ENH: always use zip64, upgrade pickle protocol to 3 | mattip | 2019-05-23 | 3 | -8/+19 | |
| |/ / | ||||||
| * | | Fixed minor doc error in take_along_axis | Javier Dehesa | 2019-05-21 | 1 | -1/+1 | |
| | | | | | | | | | Fixes #13598 | |||||
| * | | BUG: Increment stacklevel for warnings to account for NEP-18 overrides (#13589) | Stephan Hoyer | 2019-05-20 | 6 | -32/+39 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Increment stacklevel for warnings to account for NEP-18 overrides For NumPy functions that make use of `__array_function__`, the appropriate the stack level for warnings should generally be increased by 1 to account for the override function defined in numpy.core.overrides. Fixes GH-13329 * Update numpy/lib/type_check.py Co-Authored-By: Sebastian Berg <sebastian@sipsolutions.net> | |||||
| * | | Merge branch 'master' into npy-2.1 | Matti Picus | 2019-05-19 | 13 | -72/+200 | |
| |\ \ | ||||||
| | * \ | Merge pull request #13571 from Bharat123rox/view | Matti Picus | 2019-05-16 | 1 | -2/+1 | |
| | |\ \ | | | | | | | | | | | DOC: Mention that expand_dims returns a view | |||||
| | | * | | Make wording changes according to @mattip | Bharat123rox | 2019-05-16 | 1 | -2/+1 | |
| | | | | | ||||||
| | | * | | DOC: Mention that expand_dims returns a view | Bharat123rox | 2019-05-16 | 1 | -1/+1 | |
| | | | | | ||||||
| | * | | | Merge pull request #13544 from eric-wieser/empty-broadcast | Matti Picus | 2019-05-15 | 1 | -2/+0 | |
| | |\ \ \ | | | | | | | | | | | | | ENH: Allow broadcast to be called with zero arguments | |||||
| | | * | | | ENH: Allow broadcast to be called with zero arguments | Eric Wieser | 2019-05-12 | 1 | -2/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Follows on from gh-6905 which reduced the limit from 2 to 1. Let's go all the way to zero. Just as for `broadcast(broadcast(a), b)` is interpreted as `broadcast(a, b)` , this change interprets `broadcast(broadcast(), a)` as `broadcast(a)`. | |||||
| | * | | | | Complete the example | Bharat123rox | 2019-05-12 | 1 | -0/+2 | |
| | | | | | | ||||||
| | * | | | | Add suggested example | Bharat123rox | 2019-05-12 | 1 | -5/+9 | |
| | | | | | | ||||||
| | * | | | | Merge upstream branch 'master' of https://github.com/numpy/numpy into ↵ | Bharat123rox | 2019-05-12 | 14 | -83/+275 | |
| | |\ \ \ \ | | | | |/ / | | | |/| | | | | | | | | fix-genfromtxt | |||||
| | | * | | | 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 | |||||
| | | | * | | | API: Make MaskedArray.mask return a view, rather than the underlying mask | Eric Wieser | 2019-05-11 | 1 | -1/+1 | |
| | | | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This prevents consumers from reshaping the mask in place, which breaks things As a result, `x.mask is x.mask` returns `False`, but this was already true of `x.data is x.data`. May also be related to gh-10270 | |||||
| | | * | | | Merge pull request #13433 from mattip/issue13431 | Sebastian Berg | 2019-05-12 | 2 | -4/+64 | |
| | | |\ \ \ | | | | | | | | | | | | | | | BUG: Handle subarrays in descr_to_dtype | |||||
| | | | * | | | 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: Add 'bitorder' keyword to packbits, unpackbits | |||||
| | | | * | | | 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 | |||||
| | | | * | | | | 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: add duration report to tests, speed up two outliers | |||||
| | | | * | | | | | 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 | |||||
| | | | * | | | | | BUG: Always return views from structured_to_unstructured when possible | Eric Wieser | 2019-05-01 | 2 | -2/+11 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also applies to unstructured_to_structured While producing correct resutls, the test added in this commit would previously make an unecessary copy, causing the assertion to fail. The cause was `astype` was being asked to convert from a subarray of shape `(x, y)` to one of `(x*y,)`, which it cannot do without making a copy. This changes the approach used to skip the step of flattening subarrays to 1d | |||||
| | | * | | | | | | DOC: have notes in histogram_bin_edges match parameter style | Ryan Levy | 2019-05-05 | 1 | -7/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bins only accepts lowercase strings, but the notes are capitalized. | |||||
| | | * | | | | | | Merge pull request #13298 from navneet-nmk/diff-error | Eric Wieser | 2019-05-02 | 2 | -0/+5 | |
| | | |\ \ \ \ \ \ | | | | |_|/ / / / | | | |/| | | | | | ENH: Added clearer exception for np.diff on 0-dimensional ndarray | |||||
| | | | * | | | | | 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 | |
| | | | |_|_|/ / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | The PR is: gh13439 Closes gh-9538 |