summaryrefslogtreecommitdiff
path: root/numpy/lib
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | ENH: Convert methods to vectorcall conversions (#23018)Pieter Eendebak2023-01-231-6/+2
| | * | | API: Allow SciPy to get away with assuming `trapz` is a Python functionSebastian Berg2023-01-201-0/+19
| | * | | Merge pull request #23019 from seberg/finalize-non-sequence-stackCharles Harris2023-01-172-6/+6
| | |\ \ \
| | | * | | DEP: Finalize the non-sequence stacking deprecationSebastian Berg2023-01-172-6/+6
| | | |/ /
| | * | | MAINT: Fix stacklevels for the new C dispatcher not adding oneSebastian Berg2023-01-173-13/+13
| | * | | ENH: Improve array function overhead by using vectorcallSebastian Berg2023-01-172-44/+9
| | * | | DOC: #22266 Add examples for tril_indices_from(), triu_indices_from() (#22562)Richie Cotton2023-01-161-2/+69
| | |/ /
| | * | ENH: Faster numpy.load (try/except _filter_header) (#22916)Michael2023-01-132-5/+20
| | * | ENH: Improve loadtxt error with dtype and non-matchinig column number (#22996)Sebastian Berg2023-01-111-1/+10
| | * | BUG: np.loadtxt cannot load text file with quoted fields separated by whitesp...dmbelov2023-01-012-0/+22
| | |/
| | * DOC: Add blurb about rotation direction to rot90 docstring (#22880)Matthew Muresan2022-12-291-0/+2
| | * BUG: Fix integer overflow in in1d for mixed integer dtypes #22877 (#22878)Miles Cranmer2022-12-252-4/+55
| | * Merge pull request #22869 from seberg/issue-22835Charles Harris2022-12-221-0/+2
| | |\
| | | * TST: Ignore nan-warnings in randomized out testsSebastian Berg2022-12-221-0/+2
| | * | MAINT: expand show_rutime, add it to issue template [skip ci]mattip2022-12-211-31/+9
| | |/
| | * BUG: Ensure correct behavior for rows ending in delimiter in loadtxt (#22836)Sebastian Berg2022-12-191-0/+12
| | * Merge pull request #22784 from eerovaher/percentile-plot-legendSebastian Berg2022-12-151-1/+2
| | |\
| | | * DOC: Fix legend placement in `percentile` docsEero Vaher2022-12-121-1/+2
| | * | TST: Remove outdated xfail from quantile testsSebastian Berg2022-12-141-1/+0
| | |/
| | * 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
| | |/
| * | DOC: Fix example spacing and move to end of docstring.Ross Barnowski2023-01-251-11/+11
| * | Add examples for diag_indices_from()Richie Cotton2022-11-081-0/+26
| |/
| * 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
* | | ENH: Ensure we will transition to an error for `np.r_[int8_arr, 300]`Sebastian Berg2022-11-081-2/+3
* | | MAINT: Refactor AxisConcatenator to not use find_common_typeSebastian Berg2022-11-071-15/+16
|/ /
* | 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
|\ \