summaryrefslogtreecommitdiff
path: root/numpy/lib
Commit message (Expand)AuthorAgeFilesLines
...
| * | MAINT: Ensure graceful handling of large header sizesSebastian Berg2022-10-064-18/+126
* | | Merge pull request #20321 from xor2k/mainSebastian Berg2022-10-052-6/+32
|\ \ \
| * | | add spare space for growth for .npy filesMichael Siebert2022-09-262-6/+32
* | | | DOC: Use versionchanged and add in note about newline chars.Ross Barnowski2022-10-041-3/+7
* | | | DOC: Update delimiter param description.Ross Barnowski2022-10-031-1/+2
| |_|/ |/| |
* | | REV: Losen `lookfor`'s import try/except again (#22356)Sebastian Berg2022-09-301-2/+6
| |/ |/|
* | Merge pull request #22343 from gdementen/patch-2Charles Harris2022-09-281-2/+2
|\ \
| * | DOC: fixed two more typos in docstringsGaëtan de Menten2022-09-281-2/+2
| |/
* | DOC: Improve `converters` parameter description for loadtxt (#22254)Ross Barnowski2022-09-281-6/+4
* | DOC: fixed minor typo in percentile docstringGaëtan de Menten2022-09-281-1/+1
|/
* Merge pull request #22280 from xilin22/histogramdd-doc-updateSebastian Berg2022-09-261-1/+1
|\
| * DOC: updated the description for array-like type in histogramddXinRu Lin2022-09-161-1/+1
* | Merge pull request #22319 from sjtechdev/21257/add_kron_functional_testsCharles Harris2022-09-221-0/+29
|\ \
| * | TST: add functional tests for kronShreyas Joshi2022-09-211-0/+29
| |/
* | MAINT: use `functools.wraps` in `np.deprecate`Josh Wilson2022-09-211-16/+5
* | MAINT: update function's `__module__` attribute in `deprecate`Josh Wilson2022-09-212-6/+9
* | STY: minor formatting touchups.Ross Barnowski2022-09-161-3/+2
* | DOC: Add examples to msort in lib/function_base.pyShreya2022-09-161-0/+8
|/
* TST,BUG: Us context from spawn to fork in (#22204)Jyn Spring 琴春2022-09-071-2/+7
* Merge pull request #22009 from eendebakpt/fix/averageSebastian Berg2022-09-032-4/+10
|\
| * BUG: fix np.average for Fraction elementsPieter Eendebak2022-08-102-4/+10
* | DOC: Fixed links for np.show_runtime (#21468)Ganesh Kathiresan2022-08-211-3/+3
* | ENH: Added `show_runtime`ganesh-k132022-08-191-1/+78
* | DOC: Fix documentation for percentile and quantilemelissawm2022-08-121-22/+35
|/
* TST: fix test_linear_interpolation_formula_symmetricPal Barta2022-08-101-1/+1
* ENH: allow importlib.LazyLoader to work with numpy and add test of this (#22045)Dan Schult2022-07-271-0/+18
* Revert "ENH: Adding __array_ufunc__ capability to MaskedArrays."mattip2022-07-201-1/+1
* DOC: Add versionchanged for converter callable behavior.Ross Barnowski2022-07-191-0/+5
* MAINT: rm old warningTyler Reddy2022-07-161-4/+1
* ENH: Adding __array_ufunc__ capability to MaskedArrays.Greg Lucas2022-07-131-1/+1
* MAINT, TYP: Fix `np.angle` dtype-overloadsBas van Beek2022-07-121-3/+5
* Revert "ENH: Adding __array_ufunc__ capability to MaskedArrays"Matti Picus2022-07-091-1/+1
* Merge pull request #16022 from greglucas/masked_ufuncMatti Picus2022-07-091-1/+1
|\
| * ENH: Adding __array_ufunc__ capability to MaskedArrays.Greg Lucas2022-06-291-1/+1
* | Fix the interpolation formulae which led to absurd results. For quantile() a...deego2022-07-021-2/+2
* | DOC: Clarify loadtxt input cols requirement (#21861)Pranab Das2022-07-021-2/+14
|/
* BUG: Fix numpy.isin for timedelta dtype (#21860)Miles Cranmer2022-06-292-10/+41
* Merge pull request #21863 from seberg/fpe-warning-simplificationCharles Harris2022-06-281-2/+1
|\
| * ENH,MAINT: Improve and simplify scalar floating point warningsSebastian Berg2022-06-281-2/+1
* | BUG: Reject non integer array-likes with size 1 in delete (#21857)Sebastian Berg2022-06-282-14/+39
|/
* DOC: mention changes to `max_rows` behaviour in `np.loadtxt` (#21854)Pranab Das2022-06-271-2/+9
* BUG: Use `keepdims` during normalization in `np.average` and `np.ma.average` ...Srimukh Sripada2022-06-262-1/+13
* Merge pull request #21626 from seberg/weak-scalarsCharles Harris2022-06-261-4/+9
|\
| * API: Add leading underscore to `no_nep50_warning` and `get/set_promotion_state`Sebastian Berg2022-06-151-1/+1
| * TST: Adapt percentile test to changed promotionSebastian Berg2022-06-151-4/+9
* | BUG: Fix in1d for empty integer array as input (#21842)Miles Cranmer2022-06-242-1/+26
* | Merge pull request #12065 from MilesCranmer/masterSebastian Berg2022-06-232-31/+244
|\ \
| * | TST: Skip empty arrays for kind="table"Miles Cranmer2022-06-221-5/+7
| * | TST: Reduce code re-use with pytest markMilesCranmer2022-06-221-142/+40
| * | MAINT: Fix edgecase for bool containersMilesCranmer2022-06-221-2/+2