summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Skip tests that fail on PyPy.Charles Harris2022-05-201-0/+7
* 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
* | Merge pull request #21472 from charris/backport-21442Charles Harris2022-05-081-1/+2
|\ \
| * | BUG: Ensure compile errors are raised correcltySebastian Berg2022-05-081-1/+2
| |/
* | 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-043-9/+25
|/
* 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
|/
* MAINT: Explicitly re-export the types in `numpy._typing`Bas van Beek2022-03-252-98/+104
* Merge pull request #21192 from charris/backport-21180Charles Harris2022-03-1412-62/+62
|\
| * MAINT: Update numpy/typing/tests/data/reveal/fromnumeric.pyiCharles Harris2022-03-141-15/+9
| * TST: Adapt to the mypy 0.940 `iter` changesBas van Beek2022-03-133-6/+6
| * TST: Adapt to the mypy 0.940 changes in tuple representationBas van Beek2022-03-1312-58/+64
* | TYP, BUG: Fix `np.lib.stride_tricks` being re-exported under the wrong nameBas van Beek2022-03-131-1/+1
|/
* 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 #21141 from charris/backport-21027Charles Harris2022-03-021-4/+3
|\ \
| * | BUG: use ThreadPoolExecutor instead of ThreadPoolGalaxySnail2022-03-021-4/+3
| |/
* | 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,TST: Add tests for known mypy-related false-positivesBas van Beek2022-02-212-0/+21
* TYP,MAINT: Explicitly allow sequences of array-likes in `np.concatenate`Bas van Beek2022-02-212-4/+16
* 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
| |/
* | Merge pull request #20983 from charris/backport-20955Charles Harris2022-02-022-1/+13
|\ \
| * | BUG: Fix incorrect return type in reduce without initial valueSebastian Berg2022-02-022-1/+13
| |/
* | MAINT: f2py: don't generate code that triggers `-Wsometimes-uninitialized` (...Ralf Gommers2022-02-021-22/+45
|/
* 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
* | Merge pull request #20937 from charris/backport-20934Charles Harris2022-01-281-2/+2
|\ \
| * | Fix build_ext interaction with non numpy extensionsserge-sans-paille2022-01-281-2/+2
| |/