summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* TST: Simplify source path names in test_extending.Charles Harris2020-10-272-4/+2
* TST: Disable test_extending on Windows running Python 3.9.Charles Harris2020-10-271-0/+3
* MAINT: simplify buffer info reuse checkSebastian Berg2020-10-262-19/+22
* BUG: Fix leak for relaxed strides when exporting both C- and F-orderSebastian Berg2020-10-262-9/+36
* BUG: Fix memory leak of buffer-info cache due to relaxed stridesSebastian Berg2020-10-262-40/+53
* BUG: Workaround for #14787: on Windows/Cygwin add extra compiler flagsE. Madison Bray2020-10-141-2/+10
* BLD: add new check_compiler_gcc and check_gcc_version_at_least configureE. Madison Bray2020-10-142-8/+39
* BUG: Fix indentation.Charles Harris2020-10-091-6/+6
* Update numpy/distutils/fcompiler/nv.pydanbeibei2020-10-091-5/+8
* ENH: Add comments about Nvidia HPC SDK and PGIDaniel Vanzo2020-10-091-0/+4
* ENH: Add support for the NVIDIA HPC SDK fortran compilerDaniel Vanzo2020-10-093-1/+50
* BUG: Set deprecated fields to null in PyArray_InitArrFuncsChris Brown2020-09-161-0/+3
* fix pickling array size >2G (gh-17045)Stephan Loyd2020-09-081-2/+2
* Merge pull request #17245 from charris/backport-17239Charles Harris2020-09-031-42/+42
|\
| * DOC: Fix the link to the quick-start in the old API functionsSebastian Berg2020-09-031-42/+42
* | MAINT: npy_cblas.h: redefine NPY_CBLAS_CHUNK in terms of CBLAS_INT_MAXPauli Virtanen2020-09-032-18/+14
* | BUG: core: fix ilp64 blas dot/vdot/... for strides > int32 maxPauli Virtanen2020-09-033-25/+40
|/
* BUG: Remove non-threadsafe sigint handling from fft calculationSebastian Berg2020-08-204-116/+16
* ENH: Add NumPy declarations to be used by Cython 3.0+ (#16986)scoder2020-08-052-79/+1036
* Configure hypothesis for np.test()Zac-HD2020-08-032-1/+25
* BUG: Fix string/bytes to complex assignmentSebastian Berg2020-07-203-4/+61
* Merge pull request #16905 from charris/backport-16890Charles Harris2020-07-191-8/+22
|\
| * TST, BUG: Re-raise MemoryError exception in test_large_zip's process (gh-16890)Antonio Larrosa2020-07-191-8/+22
* | BUG,DOC: Fix bad MPL kwarg.Ross Barnowski2020-07-191-1/+1
|/
* Revert "MAINT: setuptools 49.2.0 emits a warning, avoid it"mattip2020-07-151-3/+1
* BUG: Validate output size in bin- and multinomialKevin Sheppard2020-07-145-1/+28
* Merge pull request #16832 from charris/backport-16822Charles Harris2020-07-131-1/+3
|\
| * MAINT: setuptools 49.2.0 emits a warning, avoid itmattip2020-07-121-1/+3
* | BLD: update cython to 0.29.21mattip2020-07-101-2/+2
|/
* BUG: Added missing return after raising error in methods.c (gh-16777)Abhinav Reddy2020-07-082-0/+6
* Merge pull request #16780 from charris/backport-16242Charles Harris2020-07-073-5/+15
|\
| * Update numpy/lib/_iotools.pySebastian Berg2020-07-071-1/+2
| * BUG: Fix default fallback in genfromtxtSebastian Berg2020-07-073-5/+14
* | BLD, ENH: Add RPATH support for AIX (#16710)EGuesnet2020-07-071-4/+9
|/
* MAINT: Fix deprecated functions in scalarapi.cCharles Harris2020-07-071-2/+13
* MAINT: Remove unneeded call to PyUnicode_READYCharles Harris2020-07-061-3/+1
* MAINT: Fixes for deprecated functions in scalartypes.c.srcCharles Harris2020-07-061-28/+52
* BUG: Fix PyArray_SearchSorted signature.Charles Harris2020-07-011-1/+1
* MAINT: Disable use_hugepages in case of ValueErrorAnirudh Subramanian2020-06-301-5/+12
* BLD Add CPU entry for Emscripten / WebAssemblyRoman Yurchak2020-06-282-1/+6
* TEST: modify the assert function's name Sayed Adel2020-06-261-3/+3
* TEST: Add extra debugging information to CPU features detectionSayed Adel2020-06-261-5/+49
* BUG: Add pre-check to complex AVX code verifying steps is a multiple of eleme...Raghuveer Devulapalli2020-06-231-1/+3
* TST: Add test to validate complex operations on mixed dtype arraysRaghuveer Devulapalli2020-06-231-0/+31
* BUG: raise IEEE exception on AIXEtienne Guesnet2020-06-211-1/+1
* MAINT: Replace `PyUString_GET_SIZE` with `PyUnicode_GetLength`.Eric Wieser2020-06-202-3/+3
* MAINT: Move and improve test_ignore_nan_ulperror.Charles Harris2020-06-142-6/+33
* Add test for sin/cos for strided large inputsGengxin Xie2020-06-121-4/+6
* BUG: fix sin/cos bug when input is stridedGengxin Xie2020-06-121-4/+4
* BUG: Ensure SeedSequence 0-padding does not collide with spawn keysRobert Kern2020-06-102-2/+37