summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #21825 from charris/prepare-for-1.23.0-2v1.23.0Charles Harris2022-06-221-1/+4
|\
| * REL: Prepare for the NumPy 1.23.0 release (2)Charles Harris2022-06-221-1/+4
|/
* Merge pull request #21824 from charris/test-anaconda-uploadingCharles Harris2022-06-221-1/+2
|\
| * MAINT: Try fixing broken Anaconda uploads.Charles Harris2022-06-221-1/+2
|/
* Merge pull request #21811 from charris/prepare-for-1.23.0Charles Harris2022-06-212-11/+9
|\
| * REL: Prepare for the NumPy 1.23.0 releaseCharles Harris2022-06-212-11/+9
|/
* Merge pull request #21810 from charris/backport-21794Charles Harris2022-06-212-6/+6
|\
| * BUG: lib: A loadtxt error message had two values reversed.warren2022-06-212-6/+6
* | Merge pull request #21809 from charris/backport-21771Charles Harris2022-06-211-0/+4
|\ \ | |/ |/|
| * MAINT: Add a check of the return value of PyMem_Calloc().warren2022-06-211-0/+4
|/
* Merge pull request #21777 from numpy/revert-21716-backport-21401Charles Harris2022-06-1619-716/+434
|\
| * Revert "ENH: Implement string comparison ufuncs (or almost) "Charles Harris2022-06-1619-716/+434
|/
* Merge pull request #21761 from charris/backport-21759Charles Harris2022-06-143-3/+18
|\
| * TST: Clean up an opened temporary file descriptor in loadtxt testsSebastian Berg2022-06-141-0/+5
| * BUG: Decref `loadtxt` converters when doneSebastian Berg2022-06-141-2/+12
| * BUG: Fix DECREF when `__array_priority__` is None (or similar)Sebastian Berg2022-06-141-1/+1
* | Merge pull request #21757 from charris/backport-21755Charles Harris2022-06-142-1/+15
|\ \
| * | BUG: Do not skip value-based promotion path for large Python integersSebastian Berg2022-06-142-1/+15
| |/
* | Merge pull request #21754 from charris/backport-21749Charles Harris2022-06-141-1/+1
|\ \ | |/ |/|
| * BUG, SIMD: Fix detecting NEON/ASIMD on aarch64Sayed Adel2022-06-141-1/+1
|/
* Merge pull request #21729 from charris/prepare-for-1.23.0rc3v1.23.0rc3Charles Harris2022-06-103-8/+37
|\
| * REL: Prepare for the NumPy 1.23.0rc3 release.Charles Harris2022-06-103-8/+37
|/
* Merge pull request #21719 from charris/backport-21691Charles Harris2022-06-102-2/+6
|\
| * BUG: Fix line skipping invalid read/use of invalid valueSebastian Berg2022-06-101-2/+3
| * BUG: Add error return for structured resolverSebastian Berg2022-06-101-0/+3
* | Merge pull request #21720 from charris/backport-21701Charles Harris2022-06-101-1/+2
|\ \
| * | shorten linei-shenl2022-06-101-2/+2
| * | Enable fortran preprocessing on Windowsi-shenl2022-06-101-1/+2
| |/
* | Merge pull request #21722 from charris/backport-21712Charles Harris2022-06-105-0/+30
|\ \
| * | TST: Ensure long_long in f2cmap worksRohit Goswami2022-06-103-0/+25
| * | BUG: Generate C typedefs for f2cmap typesRohit Goswami2022-06-102-0/+5
| |/
* | Merge pull request #21721 from charris/backport-21705Charles Harris2022-06-108-47/+84
|\ \
| * | fix upSayed Adel2022-06-101-1/+1
| * | BLD, SIMD: Fix detecting armhfSayed Adel2022-06-101-21/+46
| * | BLD, SIMD: Hardened the Neon/ASIMD compile-time testsSayed Adel2022-06-107-26/+38
| |/
* | Merge pull request #21718 from charris/backport-21639Charles Harris2022-06-102-4/+42
|\ \
| * | BUG: use explicit einsum_path whenever it is given (#21639)Toshiki Kataoka2022-06-102-4/+42
| |/
* | Merge pull request #21716 from charris/backport-21401Charles Harris2022-06-1019-434/+716
|\ \ | |/ |/|
| * ENH: Implement string comparison ufuncs (or almost) (#21041)Sebastian Berg2022-06-1019-434/+716
|/
* Merge pull request #21710 from charris/backport-21709Charles Harris2022-06-092-0/+8
|\
| * TST: Fixup loadtxt int-via-float tests when in release modeSebastian Berg2022-06-092-0/+8
|/
* Merge pull request #21698 from charris/backport-21690Charles Harris2022-06-082-2/+16
|\
| * BUG: Prevent attempted broadcasting of 0-D output operands in ufuncsSebastian Berg2022-06-082-2/+16
* | Merge pull request #21697 from charris/backport-21659Charles Harris2022-06-081-1/+1
|\ \ | |/ |/|
| * BUG: Fix a refactor leftover bugNamami Shanker2022-06-081-1/+1
* | Merge pull request #21688 from seberg/loadtxt-ints-via-float-backportCharles Harris2022-06-085-5/+78
|\ \ | |/ |/|
| * DOC: Document loadtxt parsing int-via-float as release notesSebastian Berg2022-06-071-1/+6
| * DOC: Update the loadtxt int-via-float deprecation warning messageSebastian Berg2022-06-072-3/+27
| * DEP: Deprecate (rather than remove) the int-via-float parsing in loadtxtSebastian Berg2022-06-073-4/+48
|/
* Merge pull request #21684 from charris/backport-21681Charles Harris2022-06-072-2/+7
|\