summaryrefslogtreecommitdiff
path: root/numpy/lib
Commit message (Expand)AuthorAgeFilesLines
* DOC: add numerical integration of x^2 to trapz (#22681)Manuchehr Aminian2022-12-081-7/+23
* BUG: Quantile function on complex number now throws an error (#22652) (#22703)Matteo Raso2022-12-084-15/+67
* BUG: fix unexpected return of np.pad with mode=wrap (#22575)LU2022-12-072-13/+35
* BUG: `keepdims=True` is ignored if `out` is not `None` in `numpy.median()`, `...Roy Smart2022-12-054-28/+145
* Merge pull request #22619 from seberg/move-set_moduleMatti Picus2022-11-296-8/+9
|\
| * MAINT: Move set_module to numpy.core to use without C importSebastian Berg2022-11-246-8/+9
* | MAINT: lib: A bit of flake8-driven clean up in shape_base.pywarren2022-11-241-4/+4
* | DOC: lib: Use keepdims in a couple docstrings.warren2022-11-241-7/+9
|/
* BUG: Histogramdd breaks on big arrays in Windows (#22561)Navpreet Singh2022-11-182-1/+12
* BLD: update OpenBLAS to 0.3.21 and clean up openblas download test (#22525)Matti Picus2022-11-171-0/+1
* DOC: Update parameter descriptions for np.pad (#22519)Miki Watanabe2022-11-151-17/+18
* Merge pull request #21895 from hoodmane/emscripten-ciRalf Gommers2022-11-153-3/+9
|\
| * TST: Skip tests that are not currently supported in wasmHood Chatham2022-11-113-3/+9
* | TYP,DEP: Remove `msort` annotationsBvB932022-11-141-6/+2
* | TYP,ENH: Add annotations for `np.show_runtime`BvB932022-11-142-0/+3
|/
* Merge pull request #22375 from melissawm/doc-arangeMatti Picus2022-11-082-5/+18
|\
| * DOC: Improve how-to-partition contents.melissawm2022-10-112-0/+3
| * DOC: How to partition domainsmelissawm2022-10-032-5/+15
* | STY: Make linter happySebastian Berg2022-10-271-0/+1
* | TST,MAINT: Replace most `setup` with `setup_method` (also teardown)Sebastian Berg2022-10-275-24/+24
* | MAINT: remove u-prefix for former Unicode strings (#22479)Mike Taves2022-10-263-17/+17
* | DOC: Update numpy/lib/function_base.py Ross Barnowski2022-10-201-0/+1
* | DEP: Add deprecation warning and check warning in test.Ross Barnowski2022-10-192-5/+11
* | DOC: Add deprecated directive to docstring.Ross Barnowski2022-10-191-0/+4
* | ENH: unstructured_to_structured converts dtype argument (#22442)LeonaTaric2022-10-192-0/+11
* | MAINT: Fix typos found by codespellDimitri Papadopoulos2022-10-071-1/+1
* | Merge pull request #22393 from seberg/npy_headerMatti Picus2022-10-074-18/+126
|\ \
| * | 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