summaryrefslogtreecommitdiff
path: root/numpy/lib
Commit message (Expand)AuthorAgeFilesLines
* MAINT: remove `NUMPY_EXPERIMENTAL_ARRAY_FUNCTION` env varRalf Gommers2023-03-123-34/+18
* DEP: expire deprecation for "y as out" in fix/isposinf/isneginfRalf Gommers2023-03-122-65/+1
* DOC: Add 'may vary' markup in info() docstring.warren2023-03-071-1/+1
* DOC: Edit top line of info() docstring to mention array.warren2023-03-071-1/+1
* DOC: Document that info() handles array instances.warren2023-03-071-4/+21
* TYP: Remove some stray type-check-only imports of `msort`BvB932023-03-051-1/+0
* DEP: deprecate `product`, `cumproduct`, `sometrue`, `alltrue`Ralf Gommers2023-03-023-15/+14
* DOC: Fixed meshgrid docstring return type (#23310)Miki Watanabe2023-03-011-2/+2
* TYP,MAINT: Add a missing explicit Any parameterFrancesc Elies2023-02-211-1/+1
* DOC: Fix matpltolib error in documentation (#23212)Sebastian Berg2023-02-141-1/+1
* Merge pull request #23089 from seberg/numpy2-flagMatti Picus2023-02-122-0/+9
|\
| * MAINT: Use `np._using_numpy2_behavior()` and initialize it in CSebastian Berg2023-02-102-2/+2
| * API: Modify `gradient` to return a tuple rather than a listSebastian Berg2023-02-102-0/+9
* | Fix typos found by copdespellDimitri Papadopoulos2023-02-111-1/+1
* | MAINT, DOC: string_ → bytes_ and unicode_ → str_Dimitri Papadopoulos2023-02-103-15/+15
|/
* Merge pull request #23113 from hmaarrfk/slots_for_mixinsSebastian Berg2023-01-271-0/+1
|\
| * ENH: Add slots to NDArrayOperatorsMixin to make subclsasing smootherMark Harfouche2023-01-271-0/+1
* | API: Raise EOFError when trying to load past the end of a `.npy` file (#23105)Noé Rubinstein2023-01-272-0/+15
* | Merge branch 'main' into document_diag_indices_fromRoss Barnowski2023-01-2526-229/+595
|\ \
| * | DOC, ENH: Improve docstring of real_if_close (#23087)Pieter Eendebak2023-01-251-6/+6
| * | 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