summaryrefslogtreecommitdiff
path: root/numpy/lib/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #14082 from charris/backport-14063Charles Harris2019-07-221-0/+38
|\
| * TST Test file-like object detection in save/loadLuis Pedro Coelho2019-07-221-0/+38
* | fixed unstructured_to_structured in recfunctionsColin Snyder2019-07-221-4/+4
* | exported correct functions and made private the restColin Snyder2019-07-221-5/+7
|/
* Merge pull request #13993 from seberg/issue-13929-2Matti Picus2019-07-151-3/+26
|\
| * DEP: Speed up WarnOnWrite deprecation in buffer interfaceSebastian Berg2019-07-141-3/+26
* | BUG: i0 Bessel function regression on array-likes supporting ufuncsSebastian Berg2019-07-141-0/+16
|/
* ENH: Deprecate writeable broadcast_array (#12609)Matti Picus2019-06-281-2/+18
* Merge branch 'master' into force-zip64Charles Harris2019-06-264-62/+91
|\
| * BUG: further fixup to histogram2d dispatcher.Marten van Kerkwijk2019-06-201-1/+25
| * BUG: ensure i0 does not change the shape.Marten van Kerkwijk2019-06-121-3/+7
| * Merge pull request #13222 from kritisingh1/patch1Matti Picus2019-06-101-57/+58
| |\
| | * Fix testskritisingh12019-04-101-61/+60
| | * Issue deprecation warningskritisingh12019-04-051-2/+4
| * | MAINT: Misc. typo fixes (#13664)luzpaz2019-05-311-1/+1
* | | ENH: always use zip64, upgrade pickle protocol to 3mattip2019-05-231-3/+15
|/ /
* | Merge branch 'master' into npy-2.1Matti Picus2019-05-196-54/+168
|\ \
| * \ Merge pull request #10308 from eric-wieser/mask-attr-is-viewMatti Picus2019-05-121-1/+1
| |\ \
| | * | API: Make MaskedArray.mask return a view, rather than the underlying maskEric Wieser2019-05-111-1/+1
| * | | Merge pull request #13433 from mattip/issue13431Sebastian Berg2019-05-121-0/+56
| |\ \ \
| | * | | MAINT: remove uneeded codemattip2019-05-111-9/+20
| | * | | BUG: parse more subarrays in descr_to_dtypemattip2019-05-031-0/+44
| | * | | BUG: handle subarrays in descr_to_dtypemattip2019-04-301-0/+1
| | |/ /
| * | | Merge pull request #12962 from mattip/unpackbitsCharles Harris2019-05-111-46/+93
| |\ \ \
| | * | | ENH: changes from reviewmattip2019-05-111-25/+29
| | * | | BUG: parametrize tests, fix for interaction of count, ordermattip2019-05-111-41/+69
| | * | | ENH: add 'order' keyword to packbits, unpackbitsmattip2019-05-111-6/+21
| * | | | Merge pull request #13482 from mattip/durationsSebastian Berg2019-05-111-7/+3
| |\ \ \ \
| | * | | | TEST: tweak two slow tests to speed them upmattip2019-05-111-7/+3
| * | | | | Merge pull request #13332 from eric-wieser/fix-subarray-unstructuredCharles Harris2019-05-111-0/+9
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | BUG: Always return views from structured_to_unstructured when possibleEric Wieser2019-05-011-0/+9
| * | | | | Merge pull request #13298 from navneet-nmk/diff-errorEric Wieser2019-05-021-0/+3
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | ENH: add clearer error message for diff(0-d)ayir2019-04-261-0/+3
| * | | | | BUG: fix unravel_index when dimension is greater than 'intp'psschand2019-05-011-0/+3
| | |_|/ / | |/| | |
* | | | | BUG/ENH: Create npy format 3.0Eric Wieser2019-05-071-0/+25
|/ / / /
* | | | Merge pull request #8641 from eric-wieser/ix_-preserve-typeMatti Picus2019-04-291-5/+10
|\ \ \ \
| * \ \ \ Merge branch 'master' into ix_-preserve-typeEric Wieser2018-07-3125-1531/+3428
| |\ \ \ \
| * | | | | BUG: Preserve types of empty arrays when knownEric Wieser2017-02-191-5/+10
* | | | | | Merge pull request #13409 from seberg/fix-unicode-fmt-savetxtMatti Picus2019-04-261-0/+13
|\ \ \ \ \ \
| * | | | | | BUG: (py2 only) fix unicode support for savetxt fmt stringSebastian Berg2019-04-261-0/+13
* | | | | | | Merge pull request #13390 from eric-wieser/quantile-fractionMatti Picus2019-04-251-0/+36
|\ \ \ \ \ \ \
| * | | | | | | ENH: Add support for Fraction to percentile and quantileEric Wieser2019-04-231-0/+36
* | | | | | | | Merge remote-tracking branch 'upstream/master' into fix-1-field-unstructuredEric Wieser2019-04-2316-384/+782
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | | | | | / / | |_|_|_|_|/ / |/| | | | | |
| * | | | | | Merge pull request #12594 from mattip/pypy3-testingTyler Reddy2019-04-221-1/+2
| |\ \ \ \ \ \
| | * | | | | | TEST: update for PyPymattip2019-04-171-1/+2
| * | | | | | | Merge pull request #11684 from mattip/unravel_index-emptyMatti Picus2019-04-181-0/+20
| |\ \ \ \ \ \ \
| | * | | | | | | BUG: raise on empty sequence input to unravel_index, ravel_index_multi; clari...mattip2019-03-291-0/+20
| | | |_|_|_|_|/ | | |/| | | | |
| * | | | | | | Merge pull request #12889 from ivanov/no-pickles-for-youCharles Harris2019-04-162-7/+10
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| | * | | | | | BUG: load fails when using pickle without allow_pickle=TruePaul Ivanov2019-04-162-7/+10
| * | | | | | | Merge branch 'master' into poly1d-fixes-fixes-fixes-fixesEric Wieser2019-04-1625-1866/+4732
| |\ \ \ \ \ \ \ | | |/ / / / / /