summaryrefslogtreecommitdiff
path: root/numpy/lib
Commit message (Expand)AuthorAgeFilesLines
* ENH: Type the `like` parameter via a `__array_function__` protocolBas van Beek2022-01-112-13/+20
* ENH: Support for changing dtype in non-C-contiguous viewsJoseph R. Fox-Rabinovitz2022-01-051-0/+1
* STY: Use subscriptable `collections.abc` types over the generic aliases in …Bas van Beek2021-12-2310-23/+13
* STY: Use subscriptable `builtins` types over the generic aliases in `typing`Bas van Beek2021-12-2320-142/+111
* STY: Replace `Union` with the `|` operatorBas van Beek2021-12-225-17/+14
* STY: Replace `Optional` with the `|` operatorBas van Beek2021-12-221-18/+17
* ENH: add ndmin to `genfromtxt` behaving the same as `loadtxt` (#20500)Ivan Gonzalez2021-12-163-26/+132
* MAINT: Allow the `loadtxt` comments parameter to be `None`Bas van Beek2021-12-151-3/+3
* DOC: Merge doc strings of divide and true_divide. (#20246)drosin2021-12-081-1/+1
* BUG: Fix types of errors raised by genfromtxt (#20389)André Elimelek de Weber2021-12-032-11/+14
* DOC: Fix some target not found Sphinx warnings. (#20140)Chiara Marmo2021-12-011-9/+12
* Merge pull request #20446 from abatomunkuev/issue#20423Matti Picus2021-11-251-3/+10
|\
| * BUG: Fixed docstring of numpy.info()Andrei Batomunkuev2021-11-241-1/+2
| * Fixed python docstring in info()Andrei Batomunkuev2021-11-241-1/+1
| * BUG: Fixed output overriding in numpy.info(), so that it correctly displays i...Andrei Batomunkuev2021-11-241-2/+8
* | Merge pull request #20433 from BvB93/122_typingCharles Harris2021-11-221-2/+2
|\ \
| * | BUG: Fix an incorrect protocol used in `np.lib.shape_base`Bas van Beek2021-11-221-2/+2
* | | ENH: Add annotations for `np.emath`Bas van Beek2021-11-221-10/+91
|/ /
* | DEP: remove deprecated `np.asscalar` functionRalf Gommers2021-11-212-57/+20
* | Merge pull request #20093 from Mukulikaa/indexing-howtoMatti Picus2021-11-171-2/+2
|\ \
| * | DOC: Added and modified examplesMukulika2021-11-111-2/+2
* | | Merge pull request #20147 from arushi-08/updated-docstring-for-binary-file-ob...Matti Picus2021-11-171-1/+2
|\ \ \
| * | | DOC: updated file object docstringArushi Sharma2021-10-261-1/+1
| * | | DOC: updated docstring for binary file objectArushi Sharma2021-10-211-1/+2
* | | | Merge pull request #20244 from MuhammadMotawe/clarify-sqrt-behaviorMatti Picus2021-11-171-0/+9
|\ \ \ \
| * | | | MAINT: Address review commentsMuhammad Motawe2021-10-301-5/+0
| * | | | DOC: Clarify behavior of np.lib.scimath.sqrt in the presence of negative 0Muhammad Motawe2021-10-301-0/+14
| | |_|/ | |/| |
* | | | DOC: Fixups for interpolation rename comments from reviewSebastian Berg2021-11-151-1/+1
* | | | DOC: Update percentile/quantile docsSebastian Berg2021-11-122-60/+72
* | | | DOC: Add ticks to quantile interpolation/method errorSebastian Berg2021-11-121-1/+1
* | | | DOC: Remove reference to paper from quantile `method` kwargSebastian Berg2021-11-122-4/+4
* | | | MAINT: Rename interpolation to method in percentile stubsSebastian Berg2021-11-121-13/+13
* | | | DOC: Fixup the percentile methods plotSebastian Berg2021-11-121-12/+19
* | | | BUG: quantile discrete methods ended up using -1 as index sometimesSebastian Berg2021-11-122-9/+22
* | | | API,DEP: Rename percentile/quantile `interpolation=` to `method=`Sebastian Berg2021-11-124-162/+226
| |_|/ |/| |
* | | TST: Add test for max ulp in default quantile calculationabel2021-11-091-0/+8
* | | MTH: Update quantile default lerp methodabel2021-11-091-5/+7
* | | DOC: Remove non-existent aliasabel2021-11-083-13/+10
* | | Merge pull request #18203 from anntzer/fqSebastian Berg2021-11-051-1/+2
|\ \ \
| * | | PERF: Speedup np.quantile.Antony Lee2021-11-051-1/+2
* | | | MAINT: Add annotations for a missing `percentile` interpolation kind: `"inclu...Bas van Beek2021-11-051-0/+1
|/ / /
* | | DOC: Refer to the quantile/percentile notes for nan versionsSebastian Berg2021-11-042-201/+4
* | | MAINT: Remove unnecessary import of _QuantileInterpolationSebastian Berg2021-11-041-1/+0
* | | TST: Make use of clongdouble and longdoubleabel2021-11-041-2/+2
* | | DOC: Update _InterpolationKindabel2021-11-041-1/+9
* | | TST: Add parametrize for interpolation methodsabel2021-11-041-91/+43
* | | TST: Add extrapolation testsabel2021-11-041-0/+9
* | | MAINT: Clean following PR commentsabel2021-11-042-17/+7
* | | Fix issue with nan scalarabel2021-11-042-2/+8
* | | DOC: Improve quantile documentationabel2021-11-041-20/+67