summaryrefslogtreecommitdiff
path: root/numpy/core
Commit message (Expand)AuthorAgeFilesLines
* BUG: Fix GCC error during build configurationCharles Harris2022-05-181-0/+1
* Merge pull request #21475 from charris/backport-21467Charles Harris2022-05-081-0/+9
|\
| * MAINT: Mark `npy_memchr` with `no_sanitize("alignment")` on clangSebastian Berg2022-05-081-0/+9
* | BUG: Fix segmentation fault (#21436)JohnnyOu2022-05-082-1/+22
|/
* Merge pull request #21444 from charris/backport-21392Charles Harris2022-05-041-0/+2
|\
| * BUG: add linux guard per #21386John-Mark Gurney2022-05-041-0/+2
* | Merge pull request #21445 from charris/backport-21372Charles Harris2022-05-041-3/+0
|\ \
| * | BUG: Allow legacy dtypes to cast to datetime againSebastian Berg2022-05-041-3/+0
| |/
* | Merge pull request #21446 from charris/backport-21324Charles Harris2022-05-043-6/+54
|\ \
| * | BUG: Make mmap handling safer in frombufferSebastian Berg2022-05-043-6/+54
| |/
* | Merge pull request #21447 from charris/backport-21321Charles Harris2022-05-041-1/+3
|\ \
| * | BUG: Stop using PyBytesObject.ob_shash deprecated in Python 3.11, fixes #21317.Mariusz Felisiak2022-05-041-1/+3
| |/
* | Introduce numpy.core.setup_common.NPY_CXX_FLAGSserge-sans-paille2022-05-041-9/+15
|/
* Merge pull request #21275 from charris/backport-21272Charles Harris2022-03-311-2/+2
|\
| * MAINT: Fix typosAlexander Shadchin2022-03-311-2/+2
* | MAINT, BLD Fix math feature detection for wasmHood Chatham2022-03-316-23/+213
|/
* BUG,ENH: np._from_dlpack: export arrays with any-strided size-1 dimensionsTirth Patel2022-03-032-2/+13
* Merge pull request #21142 from charris/backport-21024Charles Harris2022-03-022-1/+23
|\
| * API: Disallow strings in logical ufuncs (#21024)Sebastian Berg2022-03-022-1/+23
* | Merge pull request #21140 from charris/backport-21067Charles Harris2022-03-022-1/+10
|\ \
| * | BUG: Fix unpickling an empty ndarray with a none-zero dimension (#21067)Alexandre de Siqueira2022-03-022-1/+10
| |/
* | Merge pull request #21139 from charris/backport-21113Charles Harris2022-03-021-0/+34
|\ \
| * | BUG: Fix numba DUFuncs added loops getting picked upSebastian Berg2022-03-021-0/+34
| |/
* | BUG, ENH: np._from_dlpack: export correct device informationTirth Patel2022-03-022-1/+10
|/
* TYP,MAINT: Explicitly allow sequences of array-likes in `np.concatenate`Bas van Beek2022-02-211-4/+11
* MAINT: Further small return value validation fixesSebastian Berg2022-02-034-4/+12
* Merge pull request #20986 from charris/backport-20980Charles Harris2022-02-021-2/+2
|\
| * BUG: Fix misplaced return.Charles Harris2022-02-021-2/+2
* | Merge pull request #20984 from charris/backport-20960Charles Harris2022-02-0211-25/+104
|\ \
| * | ENH: review return values for PyArray_DescrNew (#20960)Matti Picus2022-02-0211-25/+104
| |/
* | BUG: Fix incorrect return type in reduce without initial valueSebastian Berg2022-02-022-1/+13
|/
* Merge pull request #20938 from charris/backport-20931Charles Harris2022-01-281-1/+1
|\
| * Extend fix for ARM32Niyas Sait2022-01-281-1/+1
| * Fixes #20930Niyas Sait2022-01-281-1/+1
* | consistency between keyword only where argumentsJanus Heide2022-01-281-0/+6
* | Update numpy/core/fromnumeric.pyiJanus2022-01-281-0/+1
* | added missing where typehints in fromnumeric.pyiJanus Heide2022-01-281-0/+7
|/
* Merge pull request #20907 from charris/backport-20847Charles Harris2022-01-261-6/+0
|\
| * MAINT: remove outdated mingw32 fseek supportRalf Gommers2022-01-261-6/+0
* | Merge pull request #20845 from charris/backport-20833Charles Harris2022-01-171-3/+3
|\ \
| * | BUG: Fix comparator function signaturesHood Chatham2022-01-171-3/+3
| |/
* | Merge pull request #20843 from charris/backport-20818Charles Harris2022-01-177-2/+86
|\ \
| * | TST: Split example package, skip limited API test for debugLeo Singer2022-01-176-18/+68
| * | TST: Test building third party C extensions with Py_LIMITED_APILeo Singer2022-01-172-2/+32
| * | BUG: Fix build of third-party extensions with Py_LIMITED_APILeo Singer2022-01-171-1/+5
| |/
* | BLD: Add NPY_DISABLE_SVML env var to opt out of SVMLAndrew J. Hesford2022-01-171-0/+7
|/
* BUG: Fix that reducelikes honour out always (and live int he future)Sebastian Berg2022-01-121-0/+18
* TYP: Allow time manipulation functions to accept `data` and `timedelta` objectsBas van Beek2022-01-071-35/+36
* MAINT: Relax asserts to match relaxed reducelike resolution behaviourSebastian Berg2022-01-062-5/+14
* BUG: Relax dtype identity check in reductionsSebastian Berg2022-01-062-2/+17