summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #19197 from charris/prepare-for-1.21.0rc2v1.21.0rc2Charles Harris2021-06-083-3/+18
|\
| * DOC: Prepare for NumPy 1.20.0rc2 release.Charles Harris2021-06-083-3/+18
|/
* Merge pull request #19194 from charris/backport-19174Charles Harris2021-06-076-106/+201
|\
| * MAINT,BUG: Adapt `castingimpl.casting` to denote a minimal levelSebastian Berg2021-06-076-106/+201
* | Merge pull request #19193 from charris/backport-19188Charles Harris2021-06-072-7/+3
|\ \ | |/ |/|
| * NEP: Accept NEP 35 as finalSebastian Berg2021-06-072-7/+3
|/
* Merge pull request #19180 from charris/backport-19177Charles Harris2021-06-061-1/+1
|\
| * Set c99 to intel icc compiler so numpy will buildi-shenl2021-06-061-1/+1
* | Merge pull request #19178 from charris/backport-19098Charles Harris2021-06-0620-22/+284
|\ \ | |/ |/|
| * BUG, SIMD: Fix detect host/native CPU features on ICC during compile-timeSayed Adel2021-06-0620-22/+284
|/
* Merge pull request #19175 from charris/backport-19170Charles Harris2021-06-057-119/+54
|\
| * API: Delay string and number promotion deprecation/future warningSebastian Berg2021-06-057-119/+54
|/
* Merge pull request #19144 from charris/backport-19142Charles Harris2021-05-312-0/+11
|\
| * TST fix comment of assert+indentationJérôme Kieffer2021-05-311-2/+2
| * TST Fix typoJérôme Kieffer2021-05-311-2/+2
| * TST: fix pylintJérôme Kieffer2021-05-311-2/+4
| * BUG: re-introduce short-version as it wasJérôme Kieffer2021-05-312-1/+9
| * expose `short_version` as previously in version.pyJérôme Kieffer2021-05-311-0/+1
* | Merge pull request #19120 from charris/fix-numpy-versionCharles Harris2021-05-271-2/+9
|\ \ | |/ |/|
| * BUG: Fix setup.py to work in maintenance branches.Charles Harris2021-05-271-2/+9
|/
* Merge pull request #19100 from charris/fix-linter-run-conditionCharles Harris2021-05-251-1/+1
|\
| * BUG: Linter should on run on pull requests.Charles Harris2021-05-251-1/+1
|/
* Merge pull request #19094 from BvB93/generic-alias-bug2Charles Harris2021-05-253-5/+9
|\
| * MAINT: Change the variance of the `npt.ArrayLike` to covariantBas van Beek2021-05-253-4/+4
| * BUG: Fixed an issue wherein `_GenericAlias.__getitem__` would raise for under...Bas van Beek2021-05-252-1/+5
|/
* Merge pull request #19073 from charris/prepare-1.21.0-releasev1.21.0rc1Charles Harris2021-05-2335-445/+1332
|\
| * DOC: Create 1.21.0 release noteCharles Harris2021-05-2331-423/+557
| * DOC: Create 1.21.0-changelog.rstCharles Harris2021-05-231-0/+745
| * MAINT: Update mailmap.Charles Harris2021-05-231-22/+28
| * MAINT: Update cversions.Charles Harris2021-05-232-0/+2
|/
* Merge pull request #19075 from charris/fix-version-problemCharles Harris2021-05-232-5/+22
|\
| * BUG: Fix test_numpy_version.Charles Harris2021-05-232-5/+22
* | Merge pull request #19074 from charris/backport-19071Charles Harris2021-05-231-13/+9
|\ \ | |/ |/|
| * Change fix of cpu_popcnt.c to use _mm_popcnt_u64/_mm_popcnt_u32 on GCCCarl Michal2021-05-231-18/+8
| * Fix compile-time test of POPCNTCarl Michal2021-05-231-4/+10
|/
* Merge pull request #19068 from charris/update-mailmapCharles Harris2021-05-221-260/+381
|\
| * MAINT: Update mailmapCharles Harris2021-05-221-260/+381
* | Merge pull request #19066 from BvB93/nanmedianCharles Harris2021-05-222-23/+47
|\ \ | |/ |/|
| * MAINT: Directly grab `nan` from the input arrayBas van Beek2021-05-221-5/+7
| * TST: Update the `np.nanmedian` tests for all-nan arraysBas van Beek2021-05-221-16/+34
| * BUG: Fixed an issue wherein `_nanmedian_small` would fail for `timedelta64`-b...Bas van Beek2021-05-221-2/+4
| * BUG: Fixed an issue wherein `nanmedian` could return an array with the wrong ...Bas van Beek2021-05-221-1/+3
* | Merge pull request #19063 from ismaelJimenez/fix-gh-19056Charles Harris2021-05-221-1/+1
|\ \ | |/ |/|
| * fix gh-19056Ismael Jimenez2021-05-221-1/+1
|/
* Merge pull request #18766 from ganesh-k13/enh_simd_signed_divisionMatti Picus2021-05-215-105/+161
|\
| * SIMD: Fix computing the fast int32 division parametersSayed Adel2021-05-211-12/+12
| * MAINT, SIMD: Several fixes to integer divisionSayed Adel2021-05-201-63/+61
| * SIMD: Separate signed and unsigned loopsGanesh Kathiresan2021-05-201-76/+105
| * SIMD: Refined signed and unsigned floor divideGanesh Kathiresan2021-05-201-40/+68
| * DOC: Added floor divide docGanesh Kathiresan2021-05-201-0/+13