Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #22046 from cmarmo/masked-invalid | Sebastian Berg | 2022-10-05 | 2 | -13/+13 |
|\ | | | | | BUG: Make `mask_invalid` consistent with `mask_where` if `copy` is set to `False` | ||||
| * | Remove try statement. Add test. | Chiara Marmo | 2022-09-07 | 2 | -4/+5 |
| | | |||||
| * | Fix lint. | Chiara Marmo | 2022-07-25 | 1 | -1/+2 |
| | | |||||
| * | Make mask_invalid consistent with mask_where when copy is set to False. Add ↵ | Chiara Marmo | 2022-07-25 | 2 | -13/+11 |
| | | | | | | | | test for type erroring. | ||||
* | | DOC: Use versionchanged and add in note about newline chars. | Ross Barnowski | 2022-10-04 | 1 | -3/+7 |
| | | |||||
* | | DOC: Update delimiter param description. | Ross Barnowski | 2022-10-03 | 1 | -1/+2 |
| | | | | | | | | | | Explicitly state that only single-character delimiters are supported. | ||||
* | | Merge pull request #22363 from hirwa-nshuti/ma-min-example | Charles Harris | 2022-10-02 | 1 | -0/+30 |
|\ \ | | | | | | | DOC: Added examples to `maa.min` function | ||||
| * | | Added ma.min examples | Felix Hirwa Nshuti | 2022-10-01 | 1 | -1/+1 |
| | | | |||||
| * | | Added ma.min examples | Felix Hirwa Nshuti | 2022-10-01 | 1 | -0/+30 |
| | | | |||||
* | | | Merge pull request #22359 from BvB93/pyright | Charles Harris | 2022-10-02 | 2 | -0/+7 |
|\ \ \ | | | | | | | | | TYP,MAINT: Change more overloads to play nice with pyright | ||||
| * | | | TYP,MAINT: Change more overloads to play nice with pyright | BvB93 | 2022-09-30 | 2 | -0/+7 |
| | | | | |||||
* | | | | Merge pull request #22365 from honno/xp-version | Charles Harris | 2022-10-02 | 1 | -1/+3 |
|\ \ \ \ | | | | | | | | | | | BUG: Add `__array_api_version__` to `numpy.array_api` namespace | ||||
| * | | | | Add `__array_api_version__` to `numpy.array_api` namespace | Matthew Barber | 2022-10-02 | 1 | -1/+3 |
| | | | | | |||||
* | | | | | Merge pull request #22360 from BvB93/mypy | Matti Picus | 2022-10-02 | 3 | -4/+2 |
|\ \ \ \ \ | |/ / / / |/| | | | | TST,TYP: Bump mypy to 0.981 | ||||
| * | | | | TST,TYP: Bump mypy to 0.981 | BvB93 | 2022-09-30 | 3 | -4/+2 |
| |/ / / | |||||
* | | | | Merge pull request #22358 from BvB93/index | Matti Picus | 2022-10-02 | 2 | -2/+8 |
|\ \ \ \ | | | | | | | | | | | ENH,TYP: Add special casing for `ndarray`-based indexing | ||||
| * | | | | ENH,TYP: Add special casing for `ndarray`-based indexing | BvB93 | 2022-09-30 | 2 | -2/+8 |
| |/ / / | |||||
* | | | | Merge pull request #22302 from shashank140195/GHC22 | Charles Harris | 2022-10-01 | 1 | -1/+2 |
|\ \ \ \ | | | | | | | | | | | DOC: Change in the documentation for chebpts2 method | ||||
| * | | | | DOC: Revert formula change, add note about order. | Ross Barnowski | 2022-09-27 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | Co-authored-by: Charles Harris <charlesr.harris@gmail.com> | ||||
| * | | | | DOC: Change in the documentation for chebpts2 method | Shashank Gupta | 2022-09-16 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Merge pull request #22357 from BvB93/runtime | Charles Harris | 2022-10-01 | 4 | -3/+40 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | TYP,ENH: Mark `numpy.typing` protocols as runtime checkable | ||||
| * | | | | TYP,ENH: Mark `numpy.typing` protocols as runtime checkable | BvB93 | 2022-09-30 | 4 | -3/+40 |
| | |/ / | |/| | | |||||
* | | | | REV: Losen `lookfor`'s import try/except again (#22356) | Sebastian Berg | 2022-09-30 | 1 | -2/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some BaseExceptions (at least the Skipped that pytest uses) need to be caught as well. It seems easiest to be practical and keep ignoring almost all exception in this particular code path. Effectively reverts parts of gh-19393 Closes gh-22345 Co-authored-by: Sebastian Berg <sebastianb@nvidia.com> | ||||
* | | | | DOC: Update amin/amax return description. (#22362) | Muhammad Jarir Kanji | 2022-09-30 | 1 | -4/+6 |
| | | | | | | | | | | | | | | | | Update return description to account for case when axis is a tuple of integers, noting the shape of the returned array. | ||||
* | | | | DOC: add examples to numpy.char.replace (#22308) | Simran Makandar | 2022-09-30 | 1 | -0/+9 |
|/ / / | | | | | | | | | | | | | Co-authored-by: Tyler Reddy <tyler.je.reddy@gmail.com> Co-authored-by: Sebastian Berg <sebastian@sipsolutions.net> Co-authored-by: Ross Barnowski <rossbar@berkeley.edu> | ||||
* | | | Merge pull request #22147 from eelregit/eelregit_tensorsolve_doc_fix | Sebastian Berg | 2022-09-30 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | DOC: fix linalg.tensorsolve docstring | ||||
| * | | | Fix linalg.tensorsolve docstring | Yin Li | 2022-08-18 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge pull request #22343 from gdementen/patch-2 | Charles Harris | 2022-09-28 | 1 | -2/+2 |
|\ \ \ \ | | | | | | | | | | | DOC: fixed two more typos in docstrings | ||||
| * | | | | DOC: fixed two more typos in docstrings | Gaëtan de Menten | 2022-09-28 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | nanpercentile and nanquantile had the same typo I just fixed in percentile | ||||
* | | | | | DOC: Improve `converters` parameter description for loadtxt (#22254) | Ross Barnowski | 2022-09-28 | 1 | -6/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * DOC: Make converters param description more concise. A wording proposal to hopefully make the description of the converters parameter of loadtxt more clear, and direct readers to the example section. * DOC: Combine both suggestions for param descr. | ||||
* | | | | | DOC: fixed minor typo in percentile docstring | Gaëtan de Menten | 2022-09-28 | 1 | -1/+1 |
|/ / / / | |||||
* | | | | Merge pull request #21955 from r-devulap/fp16-umath | Matti Picus | 2022-09-28 | 4 | -41/+108 |
|\ \ \ \ | | | | | | | | | | | ENH: Vectorize FP16 umath functions using AVX512 | ||||
| * | | | | BUG: Add memoverlap check | Raghuveer Devulapalli | 2022-09-26 | 1 | -7/+6 |
| | | | | | |||||
| * | | | | MAINT: Move AVX512 fp16 universal intrinsic to dispatch file | Raghuveer Devulapalli | 2022-09-26 | 4 | -39/+19 |
| | | | | | |||||
| * | | | | ENH: Vectorize FP16 math functions on Intel SkylakeX | Raghuveer Devulapalli | 2022-09-26 | 4 | -38/+87 |
| | | | | | |||||
| * | | | | SIMD: Add universal intrinsic support for SIMD float16 using AVX-512 | Raghuveer Devulapalli | 2022-09-26 | 3 | -0/+39 |
| | | | | | |||||
* | | | | | Merge pull request #22297 from sanjanamm98/np.prod-example-issue#22266 | Sebastian Berg | 2022-09-28 | 1 | -3/+6 |
|\ \ \ \ \ | | | | | | | | | | | | | DOC: Add example to np.prod | ||||
| * | | | | | DOC: Apply Chuck's suggestion. | Ross Barnowski | 2022-09-27 | 1 | -5/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Charles Harris <charlesr.harris@gmail.com> | ||||
| * | | | | | Added example to np.prod | Sanjana M Moodbagil | 2022-09-16 | 1 | -0/+3 |
| | |_|/ / | |/| | | | |||||
* | | | | | DOC: Added missing dtype attribute to `iinfo` and `finfo` docstring (#22334) | Matteo Raso | 2022-09-27 | 1 | -0/+14 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | finfo() and iinfo() both have a dtype attribute, which was undocumented before this commit. [skip azp] [skip actions] Co-authored-by: Ralf Gommers <ralf.gommers@gmail.com> | ||||
* | | | | | DOC: Adding examples to `ma.max` function (#22331) | Felix Hirwa Nshuti | 2022-09-27 | 1 | -0/+37 |
| |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add examples to ma.max function * indent fix Co-authored-by: Sebastian Berg <sebastian@sipsolutions.net> * Indententation fixes * Indent fixes Co-authored-by: Sebastian Berg <sebastian@sipsolutions.net> * Indent fixes Co-authored-by: Sebastian Berg <sebastian@sipsolutions.net> * Added example that gives masked array * fix output indent * Update numpy/ma/core.py * Update numpy/ma/core.py Co-authored-by: Sebastian Berg <sebastian@sipsolutions.net> | ||||
* | | | | DOC: Add copyto example (#22292) | dg3192 | 2022-09-26 | 1 | -0/+16 |
| | | | | |||||
* | | | | DOC: examples for `np.char.isdecimal` and `np.char.isnumeric` (#22300) | lzha97 | 2022-09-26 | 1 | -1/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * DOC: examples for np.char.isdecimal and np.char.isnumeric (See #22267) * DOC: fix formatting np.char function example (See #22267) * DOC: remove non-array input examples (See #22267) | ||||
* | | | | Merge pull request #22280 from xilin22/histogramdd-doc-update | Sebastian Berg | 2022-09-26 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | DOC: updated the description for array-like type in histogramdd (#19823) | ||||
| * | | | | DOC: updated the description for array-like type in histogramdd | XinRu Lin | 2022-09-16 | 1 | -1/+1 |
| |/ / / | |||||
* | | | | Merge pull request #22325 from seiko2plus/npyv_speedup_neon_vec_init | Sebastian Berg | 2022-09-26 | 1 | -80/+88 |
|\ \ \ \ | | | | | | | | | | | SIMD: Improve the performance of NEON vector initializer | ||||
| * | | | | SIMD: Improve the performance of NEON vector initializer | Sayed Adel | 2022-09-25 | 1 | -80/+88 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Using load over stack has a bad impact on the compiler static analysis compared with direct compiler initlizer via curly brace which is supported by both gcc and clang. | ||||
* | | | | | Merge pull request #22306 from seiko2plus/npyv_new_intrinsics_sep2022_vol0 | Matti Picus | 2022-09-25 | 21 | -251/+1276 |
|\ \ \ \ \ | | | | | | | | | | | | | ENH: Implement essential intrinsics required by the upcoming SIMD optimizations(0) | ||||
| * | | | | | SIMD: Add new intrinsics to check true cross all vector lanes | Sayed Adel | 2022-09-19 | 14 | -122/+557 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | npyv_any_##SFX: returns true if any of the elements is not equal to zero npyv_all_##SFX: returns true if all elements are not equal to zero | ||||
| * | | | | | MAINT, SIMD: remove local implementation of max/min reduce intrinsics | Sayed Adel | 2022-09-17 | 2 | -104/+6 |
| | | | | | |