summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | TST: Add typing tests for `np.rec`Bas van Beek2021-09-242-0/+123
| * | | | | ENH: Add annotations for the `np.rec` functionsBas van Beek2021-09-241-51/+169
| * | | | | MAINT: Move `np.rec` to `np.core.records`Bas van Beek2021-09-243-3/+2
| * | | | | ENH: Add annotations for `record`, `recarray` and `format_parser`Bas van Beek2021-09-241-38/+66
| * | | | | MAINT: Change the `npyio` recarray dtypes from `void` to `record`Bas van Beek2021-09-242-6/+7
| * | | | | MAINT: Allow `void.__getitem__` to take strings or lists thereofBas van Beek2021-09-242-2/+15
| * | | | | MAINT: Add a few missing parameter types to `ndarray.__new__`Bas van Beek2021-09-241-3/+3
| |/ / / /
* | | | | Merge pull request #19944 from DimitriPapadopoulos/lgtm_warning_PyArray_CopyA...Charles Harris2021-09-241-6/+2
|\ \ \ \ \
| * | | | | MAINT: Fix LGTM.com warningDimitri Papadopoulos2021-09-241-6/+2
| |/ / / /
* | | | | Merge pull request #19942 from DimitriPapadopoulos/lgtm_warning_unreachable_r...Charles Harris2021-09-241-1/+0
|\ \ \ \ \
| * | | | | MAINT: Fix LGTM.com warningDimitri Papadopoulos2021-09-241-1/+0
| |/ / / /
* | | | | Merge pull request #19946 from DimitriPapadopoulos/lgtm_warning_nditer_api_pCharles Harris2021-09-241-1/+1
|\ \ \ \ \
| * | | | | MAINT: Fix LGTM.com warningDimitri Papadopoulos2021-09-241-1/+1
| |/ / / /
* | | | | Merge pull request #19943 from DimitriPapadopoulos/lgtm_warning_try_except_el...Charles Harris2021-09-241-5/+4
|\ \ \ \ \
| * | | | | MAINT: Fix LGTM.com warningDimitri Papadopoulos2021-09-241-5/+4
| |/ / / /
* | | | | Merge pull request #19940 from DimitriPapadopoulos/lgtm_warning_irsecCharles Harris2021-09-241-2/+0
|\ \ \ \ \
| * | | | | MAINT: Fix LGTM.com warningDimitri Papadopoulos2021-09-241-2/+0
| |/ / / /
* | | | | Merge pull request #19939 from DimitriPapadopoulos/lgtm_warning_if1Charles Harris2021-09-241-23/+22
|\ \ \ \ \
| * | | | | MAINT: Fix LGTM.com warningDimitri Papadopoulos2021-09-241-23/+22
| |/ / / /
* | | | | Merge pull request #19948 from BvB93/ndarrayCharles Harris2021-09-241-0/+19
|\ \ \ \ \
| * | | | | MAINT: Add annotations for three missing `ndarray` methodsBas van Beek2021-09-241-0/+19
| |/ / / /
* | | | | Merge pull request #19928 from WarrenWeckesser/gh8891-fromregexCharles Harris2021-09-242-8/+16
|\ \ \ \ \
| * | | | | MAINT: lib: Check that the dtype given to fromregex is structured.warren2021-09-222-8/+16
* | | | | | Merge pull request #19933 from WarrenWeckesser/random-use-expm1Charles Harris2021-09-241-3/+3
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | MAINT: random: Use expm1 where appropriate.warren2021-09-231-3/+3
* | | | | | Merge pull request #19936 from asmeurer/faster-in-place-importsCharles Harris2021-09-231-3/+4
|\ \ \ \ \ \
| * | | | | | BUG: Make sure __version__ is defined in setup modeAaron Meurer2021-09-231-3/+4
* | | | | | | Merge pull request #19934 from WarrenWeckesser/gh19931-memleakSebastian Berg2021-09-231-4/+5
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | BUG: core: Fix memory leak in the C function boundarraymethod_repr.warren2021-09-231-4/+5
|/ / / / / /
* | | | | | Merge pull request #19927 from asmeurer/faster-in-place-importsCharles Harris2021-09-222-10/+3
|\ \ \ \ \ \ | |/ / / / /
| * | | | | BUG: Only call the get_versions() function once on importAaron Meurer2021-09-222-10/+3
| |/ / / /
* | | | | Merge pull request #19929 from Carreau/legmul-legmulCharles Harris2021-09-221-1/+1
|\ \ \ \ \
| * | | | | duplicate item in see also.Matthias Bussonnier2021-09-221-1/+1
|/ / / / /
* | | | | BUG: ufunc: Fix potential memory leak. (#19925)Warren Weckesser2021-09-221-2/+1
|/ / / /
* | | | Merge pull request #19903 from Fayyr/refguidefixMelissa Weber Mendonça2021-09-222-1/+1
|\ \ \ \
| * | | | Fixed accident line deletion in refguide_check.pyPrathmesh Shirsat2021-09-221-0/+1
| * | | | DOC: Fixed refguide errors for basics.broadcasting.rstFayyr2021-09-202-2/+1
* | | | | Merge pull request #19905 from Samyak2/polynomial-fit-doc-formattingCharles Harris2021-09-218-47/+53
|\ \ \ \ \
| * | | | | DOC: fix formatting of a return value of polynomial fit methodsSamyak S Sarnayak2021-09-218-47/+53
| |/ / / /
* | | | | Merge pull request #19917 from BvB93/arraysetopsCharles Harris2021-09-212-9/+392
|\ \ \ \ \
| * | | | | TST: Add typing tests for `np.lib.arraysetop`Bas van Beek2021-09-211-0/+60
| * | | | | ENH: Add annotations for `np.lib.arraysetops`Bas van Beek2021-09-211-9/+332
* | | | | | Merge pull request #19918 from BvB93/moduleCharles Harris2021-09-212-0/+10
|\ \ \ \ \ \
| * | | | | | MAINT: Override the modules of `np.char` and `np.rec` functionsBas van Beek2021-09-212-0/+10
| |/ / / / /
* | | | | | DOC: Add explanation of a sparse mesh grid (#19776)Tim Hoffmann2021-09-211-8/+27
* | | | | | Merge pull request #19920 from DimitriPapadopoulos/codespell-nepsSebastian Berg2021-09-2114-22/+22
|\ \ \ \ \ \
| * | | | | | DOC: Fix typos in NEPs, found by codespellDimitri Papadopoulos2021-09-2214-22/+22
* | | | | | | Merge pull request #19775 from HaoZeke/minor_typos_datedCharles Harris2021-09-2114-381/+27
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | MAINT,DOC: f2py address reviewer commentsRohit Goswami2021-09-211-2/+0
| * | | | | | MAINT,DOC: f2py cleanupRohit Goswami2021-09-2014-381/+29