| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | | | | | |
|
| | | | | | |
|
| | | |/ / |
|
| | |\ \ \
| | | | | |
| | | | | | |
ENH: Add 'bitorder' keyword to packbits, unpackbits
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | |\ \ \ \
| | | | | | |
| | | | | | | |
DOC: Show the default value of deletechars in the signature of genfromtxt
|
| | | | | | | |
|
| | |\ \ \ \ \
| | | | | | | |
| | | | | | | | |
TEST: add duration report to tests, speed up two outliers
|
| | | | | | | | |
|
| | |\ \ \ \ \ \
| | | |_|_|/ / /
| | |/| | | | | |
BUG: Always return views from structured_to_unstructured when possible
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
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
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
bins only accepts lowercase strings, but the notes are capitalized.
|
| | |\ \ \ \ \ \
| | | |_|/ / / /
| | |/| | | | | |
ENH: Added clearer exception for np.diff on 0-dimensional ndarray
|
| | | | | | | | |
|
| | | |_|_|/ /
| | |/| | | |
| | | | | | |
| | | | | | |
| | | | | | | |
The PR is: gh13439
Closes gh-9538
|
| | | | | | | |
|
| | |_|_|/ /
| |/| | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
This version encodes the dtype as utf8 instead of latin1.
Unfortunately we need to create a new version to make this change, because we did not limit ourselves to ASCII in versions 1 and 2.
Fixes gh-7391
|
| |/ / / /
|/| | | |
| | | | |
| | | | | |
This works towards adding a third format that supports utf8
|
|\ \ \ \ \
| | | | | |
| | | | | | |
BUG: Preserve types of empty arrays in ix_ when known
|
| |\ \ \ \ \ |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Fixes regression in #5805
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
MAINT: Improve efficiency of pad by avoiding use of apply_along_axis
|
| | |_|_|_|_|/
| |/| | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
pad assumed that apply_along_axis was modifying the padded array in-place.
In this case, it is more efficient to avoid the overhead of creating an output buffer and just
directly iterate the inplace operations instead using transpose and nditer instead.
MAINT: use moveaxis in place of transpose to improve clarity
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
BUG: (py2 only) fix unicode support for savetxt fmt string
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
By now, all that is needed is to also allow unicode strings to
pass through. Adds a test for the support which already succeeds
on python3.
Closes gh-4053 (replaces the old PR)
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | | |
ENH: Add support for Fraction to percentile and quantile
|
| | |_|_|_|/ / /
| |/| | | | | |
| | | | | | | |
| | | | | | | | |
With true division available, using `.0` to convert integers to floats offers no value, and harms compatibility with precise rational types.
|
|\ \ \ \ \ \ \ \
| |/ / / / / / /
| | | | | | | /
| |_|_|_|_|_|/
|/| | | | | | |
|
| |\ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
DEV, BUILD: add pypy3 to azure CI
|
| | | | | | | | |
|
| | | | | | | | |
|
| |\ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | | |
BUG: Raise when unravel_index, ravel_multi_index are given empty input
|
| | | |_|/ / / /
| | |/| | | | |
| | | | | | | |
| | | | | | | | |
clarify error msg
|
| |\ \ \ \ \ \ \
| | |_|/ / / / /
| |/| | | | | | |
BUG: Make allow_pickle=False the default for loading
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
a partial mitigation of #12759.
see also https://nvd.nist.gov/vuln/detail/CVE-2019-6446
|
| |\ \ \ \ \ \ \
| | |/ / / / / / |
|
| | |\ \ \ \ \ \
| | | | | | | | |
| | | | | | | | | |
DOC, BLD: fix doc build issues in preparation for the next numpydoc release
|
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Addresses review comment by @eric-wieser.
|
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
2 for polyfit rankwarning, 2 for divide by zero in log10.
|
| | | | |/ / / /
| | | |/| | | |
| | | | | | | |
| | | | | | | | |
These ones just generated warnings, not build failures
|
| | |\ \ \ \ \ \
| | | | | | | | |
| | | | | | | | | |
BUG: Close files if an error occurs in genfromtxt
|
| | | | | | | | | |
|
| | | |/ / / / /
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Mostly indentation changes
Fixes gh-13200
|
| | |/ / / / / |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
* minor reviewer adjustments in PR
13301: in test_structured_padded it
is necessary to perform the seek
after writing to the file, and to
specify a fmt option to match
the expected result
|
| | | |_|_|/
| | |/| | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
As a general rule, _every_ use of `.descr` is broken.
Fixes #13297
|
| | | | | | |
|