summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #20405 from seiko2plus/issue_20356Matti Picus2021-11-191-5/+13
|\
| * BUG, SIMD: Fix `exp` FP stack overflow when `AVX512_SKX` is enabledSayed Adel2021-11-191-5/+13
* | DEP: remove allocation_tracking, deprecate PyDataMem_SetEventHook (#20394)Matti Picus2021-11-183-33/+46
* | MAINT: Fix METH_NOARGS function signatures (#20368)Hood Chatham2021-11-184-16/+18
* | DOC: np.fromfunction documentation not clear (#20396)Soumya2021-11-181-0/+8
* | BLD: Fix Macos Builds [wheel build]Thomas Li2021-11-171-1/+1
|/
* Merge pull request #20388 from ARCCA/arm_neon_fixesMatti Picus2021-11-171-2/+2
|\
| * Update cpu_asimdfhm.cThomas Green2021-11-161-2/+2
* | Merge pull request #20093 from Mukulikaa/indexing-howtoMatti Picus2021-11-171-2/+2
|\ \
| * | DOC: Added and modified examplesMukulika2021-11-111-2/+2
* | | Merge pull request #20147 from arushi-08/updated-docstring-for-binary-file-ob...Matti Picus2021-11-171-1/+2
|\ \ \
| * | | DOC: updated file object docstringArushi Sharma2021-10-261-1/+1
| * | | DOC: updated docstring for binary file objectArushi Sharma2021-10-211-1/+2
* | | | Merge pull request #20244 from MuhammadMotawe/clarify-sqrt-behaviorMatti Picus2021-11-172-0/+10
|\ \ \ \
| * | | | MAINT: Address review commentsMuhammad Motawe2021-10-301-5/+0
| * | | | DOC: Clarify behavior of np.lib.scimath.sqrt in the presence of negative 0Muhammad Motawe2021-10-302-0/+15
| * | | | BUG: `VOID_nonzero` could sometimes mutate alignment flagSebastian Berg2021-10-302-2/+14
* | | | | REL: Prepare main for NumPy 1.23.0 developmentCharles Harris2021-11-163-0/+3
| |_|_|/ |/| | |
* | | | REV: Add MaskedArray creation from non nd-array back in (#20386)Greg Lucas2021-11-162-0/+48
* | | | Merge pull request #20367 from HowJMay/simd-truncMatti Picus2021-11-167-8/+85
|\ \ \ \
| * | | | ENH, SIMD: add new universal intrinsics for truncHowJMay2021-11-167-8/+85
* | | | | Merge pull request #20182 from HaoZeke/buildf2pydocRalf Gommers2021-11-162-2/+2
|\ \ \ \ \
| * | | | | MAINT: Fix build issuesRohit Goswami2021-11-152-2/+2
| |/ / / /
* | | | | Merge pull request #20274 from h-vetinari/fix_15179Charles Harris2021-11-151-19/+14
|\ \ \ \ \
| * | | | | TST: parametrize glibc-version check in test_umath.pyH. Vetinari2021-11-021-5/+4
| * | | | | TST: skip coverage of large elements in sincos_float32 for ancient glibcH. Vetinari2021-11-021-2/+4
| * | | | | TST: use existence of glibc-version to clean up a testH. Vetinari2021-11-021-12/+5
| * | | | | TST: turn glibc_older_than_2.17 into boolean instead of xfailH. Vetinari2021-11-021-4/+5
* | | | | | Merge pull request #20327 from seberg/rename-interpolationCharles Harris2021-11-157-238/+354
|\ \ \ \ \ \
| * | | | | | DOC: Fixups for interpolation rename comments from reviewSebastian Berg2021-11-152-2/+2
| * | | | | | DOC: Update percentile/quantile docsSebastian Berg2021-11-122-60/+72
| * | | | | | DOC: Add ticks to quantile interpolation/method errorSebastian Berg2021-11-121-1/+1
| * | | | | | DOC: Remove reference to paper from quantile `method` kwargSebastian Berg2021-11-122-4/+4
| * | | | | | MAINT: Rename interpolation to method in percentile stubsSebastian Berg2021-11-122-15/+15
| * | | | | | TST: Add deprecation testcase for quantile interpolation renameSebastian Berg2021-11-121-0/+20
| * | | | | | DOC: Fixup the percentile methods plotSebastian Berg2021-11-121-12/+19
| * | | | | | BUG: quantile discrete methods ended up using -1 as index sometimesSebastian Berg2021-11-122-9/+22
| * | | | | | API,DEP: Rename percentile/quantile `interpolation=` to `method=`Sebastian Berg2021-11-124-162/+226
* | | | | | | Merge pull request #20369 from bilderbuchi/missing_diagnostics_newlinesWarren Weckesser2021-11-153-8/+8
|\ \ \ \ \ \ \
| * | | | | | | MAINT: Fix newlines in diagnostics output of numpy.f2py.Christoph Buchner2021-11-143-8/+8
* | | | | | | | Merge pull request #20373 from charris/prepare-for-1.22-branchCharles Harris2021-11-152-2/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | MAINT: Prepare for branching maintenace/1.22.xCharles Harris2021-11-152-2/+4
* | | | | | | | | DOC: Fix formatting of a code exampleEero Vaher2021-11-151-0/+1
* | | | | | | | | Merge pull request #19173 from czgdp1807/never_copyMatti Picus2021-11-1520-66/+513
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | |
| * | | | | | | | BUG: Fix refcounting issue and missed scalar special case for never-copy logicSebastian Berg2021-11-122-7/+14
| * | | | | | | | DOC: Slightly extend to docs to note that we assume no-copy buffer protocolSebastian Berg2021-11-122-1/+9
| * | | | | | | | MAINT: Rename `allow_copy` to `never_copy` in never-copy machinerySebastian Berg2021-11-124-13/+13
| * | | | | | | | MAINT,BUG: Refactor __array__ and never-copy to move check laterSebastian Berg2021-11-122-15/+50
| * | | | | | | | MAINT: Remove private CopyMode enum to private headerSebastian Berg2021-11-122-6/+6
| * | | | | | | | STY: Small style fixups for never-copy changesSebastian Berg2021-11-125-24/+20