summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #23404 from ngoldbaum/dtype-class-array-creationSebastian Berg2023-03-238-71/+198
|\
| * MAINT: add test for string dtype discovery from a dtypemetaNathan Goldbaum2023-03-201-0/+2
| * MAINT: Simplify reference counting in the np.array() internal codeSebastian Berg2023-03-201-54/+35
| * MAINT: respond to review commentsNathan Goldbaum2023-03-202-17/+27
| * MAINT: move npy_dtype_info definition back to descriptor.hNathan Goldbaum2023-03-208-18/+13
| * MAINT: avoid calling PyArray_AdaptDescriptorToArray in some casesNathan Goldbaum2023-03-171-4/+26
| * MAINT: Indicate private functions with _int suffix.Nathan Goldbaum2023-03-173-35/+44
| * BUG: handle errors from PyArray_AdaptDescriptorToArrayNathan Goldbaum2023-03-171-0/+5
| * ENH: allow using dtype classes in array creation functionsNathan Goldbaum2023-03-1715-70/+173
* | Merge pull request #23240 from byrdie/bugfix/ufunc_where_propagationSebastian Berg2023-03-228-11/+119
|\ \
| * | ENH: Modified `PyUFunc_CheckOverride` to allow the `where` argument to overri...Roy Smart2023-02-248-11/+119
* | | MAINT: Fix 'paramteric' typoChristian Veenhuis2023-03-211-8/+8
* | | BUG: Fix busday_count for reversed dates (#23229)Pieter Eendebak2023-03-202-3/+26
| |/ |/|
* | Merge pull request #23403 from mattip/clip-cleanupSebastian Berg2023-03-162-112/+20
|\ \
| * | DEP: remove deprecated casting in np.clipMatti Picus2023-03-162-112/+20
* | | DOC: fix extra space in error messageBerke Kocaoğlu2023-03-161-1/+1
|/ /
* | Merge pull request #23384 from neutrinoceros/cleanup_py38Sebastian Berg2023-03-147-56/+21
|\ \
| * | MAINT: cleanup unused Python3.8-only code and referencesClément Robert2023-03-147-56/+21
* | | ENH: show dtype in array repr when endianness is non-native (#23295)molsonkiko2023-03-142-1/+51
|/ /
* | Merge pull request #23378 from seberg/doc-fixup-spawnMatti Picus2023-03-142-0/+12
|\ \
| * | DOC: Add `n_children` param to rng.spawn() and bitgen.spawn() docsSebastian Berg2023-03-142-0/+12
* | | Merge pull request #23361 from kawakami-k/fccCharles Harris2023-03-131-1/+30
|\ \ \
| * | | BLD: add SSL2 default path for Fujitsu C/C++ compilerKentaro Kawakami2023-03-091-1/+30
* | | | Merge pull request #23380 from r-devulap/x86simdCharles Harris2023-03-131-0/+0
|\ \ \ \ | |_|/ / |/| | |
| * | | update x86-simd-sort to latest commitRaghuveer Devulapalli2023-03-131-0/+0
* | | | MAINT: remove `NUMPY_EXPERIMENTAL_ARRAY_FUNCTION` env varRalf Gommers2023-03-128-99/+20
* | | | DEP: expire deprecation for "y as out" in fix/isposinf/isneginfRalf Gommers2023-03-122-65/+1
* | | | BLD: Check for submodules before build (#23372)Raghuveer Devulapalli2023-03-122-6/+13
* | | | DEP: update deprecations for `np.product` and co to emit from dispatcherRalf Gommers2023-03-101-25/+68
| |/ / |/| |
* | | Merge pull request #23337 from peytondmurray/argminmax-nep42-dtype-supportSebastian Berg2023-03-081-6/+11
|\ \ \
| * | | ENH: Add support for argmin and argmax for NEP42 dtypespdmurray2023-03-071-6/+11
* | | | 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
* | | | DOC: Clearer docstring for repeat (#23348)Pierre2023-03-071-1/+1
| |/ / |/| |
* | | Merge pull request #23335 from tylerjereddy/treddy_issue_22041Marten van Kerkwijk2023-03-062-1/+7
|\ \ \
| * | | BUG: ma with structured dtypeTyler Reddy2023-03-032-1/+7
| |/ /
* | | Merge pull request #22982 from yamadafuyuka/add_fujitsuccompiler_and_SSL2Sebastian Berg2023-03-0611-12/+121
|\ \ \
| * | | ENH: add support for fujitsu C/C++ compiler and SSL2 to numpy.yamadafuyuka2023-03-0211-12/+121
* | | | 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
| |/ / / /