summaryrefslogtreecommitdiff
path: root/numpy/core
Commit message (Expand)AuthorAgeFilesLines
* MAINT: core: Fix a typo in a datetime error message.warren2022-09-211-1/+1
* DOC: Add examples for isdigit and str_len (#22291)Digya0532022-09-191-0/+21
* DOC: Add `isupper` examples (#22285)Sarah Coffland2022-09-191-2/+5
* DOC: Correct usage example for np.char.decode docstring (#22309)Brent Tan2022-09-191-9/+9
* DOC: Add examples for join and index (#22299)Yunika Bajracharya2022-09-191-0/+15
* DOC: add examples to np.char.multiply (#22294)Eric-Shang2022-09-191-1/+18
* DOC: Update for return value of np.ptp() (#22276)Digya0532022-09-191-3/+3
* Merge pull request #22295 from tahsinsoha/isupperCharles Harris2022-09-181-0/+7
|\
| * MAIN: `import numpy as np` is not neededCharles Harris2022-09-181-2/+1
| * Update numpy/core/defchararray.pyCharles Harris2022-09-181-1/+1
| * Added an example for isupper() functionSabiha Tahsin Soha2022-09-161-0/+8
* | Merge pull request #22263 from MatteoRaso/finfo_complexMatti Picus2022-09-181-1/+7
|\ \
| * | DOC: Clarified how finfo works with complex numbers (#22260)Matteo Raso2022-09-141-1/+7
* | | Merge pull request #22272 from Begasus/HaikuMatti Picus2022-09-181-0/+2
|\ \ \
| * | | MAINT, Haiku defines neither __STDC_NO_THREADS__ nor __GLIBC__begasus2022-09-161-0/+2
| | |/ | |/|
* | | Merge pull request #22296 from clearspear/memleak_nesteditersTyler Reddy2022-09-171-0/+1
|\ \ \
| * | | Adding missing Py_DECREF call on iterSicheng Zeng2022-09-161-0/+1
| |/ /
* | | DOC: Add example for findYunika Bajracharya2022-09-161-0/+6
|/ /
* | Merge pull request #22240 from sterrettm2/SVMLMatti Picus2022-09-135-2/+108
|\ \
| * | Fixed linter errorsMatthew Sterrett2022-09-091-4/+5
| * | TST: Adds some tests for power involving infinitiesMatthew Sterrett2022-09-091-0/+7
| * | ENH: Added support for SVML vectorization of power and arctan2Matthew Sterrett2022-09-094-2/+100
| |/
* | TST: Move new `asarray` test to a more appropriate place. (#22251)M. Eric Irrgang2022-09-131-2/+68
* | DOC: Update concatenate exception message.Ross Barnowski2022-09-122-2/+2
|/
* BUG: Fix incorrect refcounting in new `asarray` pathSebastian Berg2022-09-091-1/+1
* Merge pull request #21507 from ganesh-k13/bug_div_overflowSebastian Berg2022-09-083-37/+282
|\
| * TST: Add unsigned integers to integer divide-by-zero testSebastian Berg2022-07-061-1/+1
| * MAINT: Remove nested NPY_UNLIKELY in division pathsSebastian Berg2022-07-061-2/+2
| * TST: Add additional tests for division-by-zero and integer overflowSebastian Berg2022-07-061-4/+104
| * TST: Changed `raise` to `warns`ganesh-k132022-07-011-7/+16
| * TST: Removed eval | Fixed raises casesganesh-k132022-07-011-22/+26
| * SIMD: Removed cvtozeroganesh-k132022-07-011-6/+7
| * TST: New tests for overflow in division operationsganesh-k132022-07-011-0/+79
| * BUG, SIMD: Handle overflow errorsganesh-k132022-07-012-32/+84
* | Merge pull request #21995 from eirrgang/mei-1468Matti Picus2022-09-071-2/+21
|\ \
| * | Get the base object.M. Eric Irrgang2022-07-161-1/+2
| * | Coerce the returned pointer type.M. Eric Irrgang2022-07-161-1/+1
| * | Use the correct pointer type.M. Eric Irrgang2022-07-161-1/+1
| * | BUG: Distinguish exact vs. equivalent dtype for C type aliases.M. Eric Irrgang2022-07-161-2/+20
* | | Merge pull request #21981 from Saransh-cpp/test-for-TypeErrorMatti Picus2022-09-073-2/+24
|\ \ \
| * | | BUG: Replace assert with correct errorSebastian Berg2022-08-052-2/+16
| * | | TST: ensure `np.equal.reduce` raises a `TypeError`Saransh2022-08-051-0/+8
* | | | TYP,BUG: Reduce argument validation in C-based `__class_getitem__` (#22212)Bas van Beek2022-09-074-16/+25
* | | | Merge pull request #22193 from iantra/mainBas van Beek2022-09-061-0/+34
|\ \ \ \
| * | | | BUG: Introduce Unknown array type to deal with NDArray[Any] more gracefully.iantra2022-09-051-14/+48
| * | | | BUG: change overload order to play nice with pyright.iantra2022-09-011-27/+27
* | | | | DOC: Clarify that `like` is not passed to `function`Matt Williams2022-09-051-1/+1
* | | | | Merge pull request #22024 from serge-sans-paille/feature/heapsort-headerCharles Harris2022-09-023-232/+233
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Expose heapsort algorithms in a shared headerserge-sans-paille2022-09-023-232/+233
* | | | | Merge pull request #22152 from RinCat/mainRalf Gommers2022-08-312-1/+8
|\ \ \ \ \