summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ENH: Modify `numpy.logspace` so that the `base` argument broadcasts correctly...Roy Smart2023-03-063-5/+51
* Merge pull request #22982 from yamadafuyuka/add_fujitsuccompiler_and_SSL2Sebastian Berg2023-03-0613-12/+142
|\
| * ENH: add support for fujitsu C/C++ compiler and SSL2 to numpy.yamadafuyuka2023-03-0213-12/+142
* | Merge pull request #23326 from hawkinsp/clipwrapCharles Harris2023-03-051-4/+0
|\ \
| * | Remove duplicate CLIP/WRAP/RAISE in __init__.pyi.Peter Hawkins2023-03-051-4/+0
* | | Merge pull request #23340 from BvB93/msortCharles Harris2023-03-052-2/+0
|\ \ \
| * | | TYP: Remove some stray type-check-only imports of `msort`BvB932023-03-052-2/+0
| |/ /
* | | Merge pull request #23103 from SimonAltrogge/typing-fixBas van Beek2023-03-051-28/+70
|\ \ \ | |/ / |/| |
| * | TYP: Update even more `_generator` argument types to `_FloatLike_co`BvB932023-03-051-27/+68
| * | TYP: Fix return type to float on _FloatLike_co argumentsSimonAltrogge2023-01-261-1/+2
* | | Merge pull request #23325 from hawkinsp/reduceatBas van Beek2023-03-051-1/+1
|\ \ \
| * | | Replace duplicate reduce in ufunc type signature with reduceat.Peter Hawkins2023-03-031-1/+1
* | | | Merge pull request #23328 from hawkinsp/macompBas van Beek2023-03-051-0/+4
|\ \ \ \
| * | | | Add type annotations for comparison operators to MaskedArray.Peter Hawkins2023-03-031-0/+4
| |/ / /
* | | | Merge pull request #23327 from hawkinsp/fftfreqBas van Beek2023-03-051-4/+4
|\ \ \ \
| * | | | Mark `d` argument to fftfreq and rfftfreq as optional in type stubs.Peter Hawkins2023-03-031-4/+4
| |/ / /
* | | | Merge pull request #23333 from charris/ignore-hadolink-errorCharles Harris2023-03-033-0/+4
|\ \ \ \
| * | | | MAINT: Ignore hadolint info error DL3059.Charles Harris2023-03-033-0/+4
|/ / / /
* | | | Merge pull request #23332 from charris/update-action-versionsCharles Harris2023-03-032-2/+2
|\ \ \ \
| * | | | MAINT: Make hadolint version more explicit.Charles Harris2023-03-032-2/+2
|/ / / /
* | | | Merge pull request #23329 from charris/update-action-versionsCharles Harris2023-03-032-6/+6
|\ \ \ \ | |/ / / |/| | |
| * | | MAINT: Update actions in gitpod/docker workflowsCharles Harris2023-03-032-6/+6
|/ / /
* | | Merge pull request #23317 from larrybradley/fix-typosMatti Picus2023-03-031-5/+5
|\ \ \
| * | | DOC: fix typosLarry Bradley2023-03-021-5/+5
* | | | Merge pull request #23321 from charris/update-gitpod-buildMatti Picus2023-03-032-2/+2
|\ \ \ \
| * | | | MAINT: Fix failing gitpod build.Charles Harris2023-03-022-2/+2
|/ / / /
* | | | Merge pull request #23314 from rgommers/depr-product-and-coCharles Harris2023-03-0218-54/+100
|\ \ \ \
| * | | | MAINT: add dates/versions to deprecations, fix linter complaintRalf Gommers2023-03-022-1/+7
| * | | | MAINT: Change file name to fix circleci failure.Charles Harris2023-03-021-0/+0
| * | | | DEP: deprecate `product`, `cumproduct`, `sometrue`, `alltrue`Ralf Gommers2023-03-0218-54/+94
| |/ / /
* | | | Merge pull request #23318 from ngoldbaum/arraydescr-new-fixSebastian Berg2023-03-021-1/+0
|\ \ \ \ | |/ / / |/| | |
| * | | BUG: Fix reference counting error in arraydescr_newNathan Goldbaum2023-03-021-1/+0
|/ / /
* | | Merge pull request #23311 from F3eQnxN3RriK/fix-docs-typoMukulika2023-03-021-1/+1
|\ \ \
| * | | DOC: Fix a typoyuki2023-02-281-1/+1
* | | | DOC: Fixed meshgrid docstring return type (#23310)Miki Watanabe2023-03-011-2/+2
* | | | Merge pull request #23302 from rgommers/depr-round-aroundCharles Harris2023-03-019-57/+127
|\ \ \ \
| * | | | MAINT: switch min/max with amin/amax, and add them to html docsRalf Gommers2023-03-015-40/+79
| * | | | DOC: add `np.round` to the html docs, and make it the preferred aliasRalf Gommers2023-03-014-15/+29
| * | | | DEP: deprecate `np.round_`Ralf Gommers2023-02-285-4/+21
* | | | | Merge pull request #23306 from ngoldbaum/allow-is-numericSebastian Berg2023-03-011-3/+5
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | MAINT: allow NPY_DT_NUMERIC flag on user dtypesNathan Goldbaum2023-03-011-3/+5
|/ / / /
* | | | DOC: Update the docstring for `np.round_` to disrecommend it (#22527)Inessa Pawson2023-02-281-2/+6
|/ / /
* | | Merge pull request #23292 from ngoldbaum/sort-pyapiSebastian Berg2023-02-281-6/+6
|\ \ \
| * | | BUG: sorting checks `NPY_NEEDS_PYAPI` instead of `NPY_ITEM_REFCOUNT`Nathan Goldbaum2023-02-271-6/+6
* | | | Merge pull request #23294 from joycebrum/mainMatti Picus2023-02-282-2/+8
|\ \ \ \ | |/ / / |/| | |
| * | | chore: reduce scope of write permissionJoyce2023-02-271-2/+3
| * | | chore: set permissions to circleci artifactJoyce2023-02-271-0/+5
|/ / /
* | | Merge pull request #23284 from arogozhnikov/add-xp-takeMatti Picus2023-02-273-0/+46
|\ \ \
| * | | rename test functionAlex Rogozhnikov2023-02-261-1/+1
| * | | add support for xp.takeAlex Rogozhnikov2023-02-263-0/+46