summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Bump hypothesis from 5.19.0 to 5.19.1dependabot/pip/hypothesis-5.19.1dependabot-preview[bot]2020-07-131-1/+1
* Merge pull request #16827 from mattip/setuptools-warning2Charles Harris2020-07-121-0/+3
|\
| * MAINT: one more place where distutils is importedmattip2020-07-131-0/+3
* | Merge pull request #16821 from rohitsanj/document-ndindexMatti Picus2020-07-121-1/+1
|\ \
| * | DOC: fix inconsistent parameter name in np.ndindex docstringRohit Sanjay2020-07-131-1/+1
* | | Merge pull request #16822 from mattip/setuptools-warningCharles Harris2020-07-124-3/+9
|\ \ \ | | |/ | |/|
| * | MAINT: make the function declarations valid Cmattip2020-07-122-2/+2
| * | MAINT: setuptools 49.2.0 emits a warning, avoid itmattip2020-07-122-1/+7
| |/
* | ENH: add `norm=forward,backward` to numpy.fft functions (#16476)Chris Vavaliaris2020-07-124-106/+268
|/
* Merge pull request #16816 from mattip/openblas-no-hashCharles Harris2020-07-121-1/+1
|\
| * BLD: temporarily disable OpenBLAS hash checksmattip2020-07-121-1/+1
* | DOC: Add SIMD optimization documentation (gh-15551)Matti Picus2020-07-126-0/+774
|/
* Merge pull request #16814 from brandondavid/doc_interlinksMatti Picus2020-07-121-0/+2
|\
| * Created <accelerated-blas-lapack-libraries> label in building.rstBrandon David2020-07-111-0/+2
|/
* DOC: add example to corrcoef function (#16805)Laurie Stephey2020-07-111-0/+63
* DOC: adding docs on passing dimensions as tuple to ndindex (#16806)Neal C2020-07-111-2/+14
* Merge pull request #16798 from Carreau/rst-minorWarren Weckesser2020-07-112-3/+3
|\
| * DOC: Fix RST/numpydoc standard.Matthias Bussonnier2020-07-102-3/+3
* | Merge pull request #16794 from charris/update-debug-python-versionCharles Harris2020-07-112-2/+3
|\ \
| * | TST: Upgrade to Python 3.8 for DEBUG testing.Charles Harris2020-07-112-2/+3
| |/
* | Merge pull request #16174 from rossbar/doc/libpoly_docstring_noteMatti Picus2020-07-111-0/+66
|\ \
| * | DOC: Add transition note to all lib/poly functionsRoss Barnowski2020-05-061-0/+66
* | | Merge pull request #16760 from dpitch40/basic_iteration_documentationMelissa Weber Mendonça2020-07-101-0/+8
|\ \ \ | |_|/ |/| |
| * | Update doc/source/reference/arrays.nditer.rst dpitch402020-07-081-1/+3
| * | DOC: fix rST note directive formatting.Ross Barnowski2020-07-071-1/+3
| * | Added note at the top of the reference section on iteration linking to the qu...David Pitchford2020-07-071-0/+4
* | | Merge pull request #16793 from mattip/cython0.29.21Charles Harris2020-07-107-10/+10
|\ \ \
| * | | BLD: update cython to 0.29.21mattip2020-07-107-10/+10
|/ / /
* | | Merge pull request #16397 from seiko2plus/implement_npyvMatti Picus2020-07-1041-0/+4459
|\ \ \
| * | | SEQ([1/4]): Fix NPY_FINLINE failbackSayed Adel2020-07-081-1/+1
| * | | ENH: [4/4] implement the NumPy C SIMD vectorization interfaceSayed Adel2020-07-087-0/+763
| * | | ENH: [3/4] implement the NumPy C SIMD vectorization interfaceSayed Adel2020-07-087-0/+748
| * | | ENH: [2/4] implement the NumPy C SIMD vectorization interfaceSayed Adel2020-07-0825-0/+2578
| * | | ENH: [1/4] implement the NumPy C SIMD vectorization interfaceSayed Adel2020-07-088-0/+370
* | | | DOC: Minor RST formatting. (#16792)Matthias Bussonnier2020-07-093-4/+4
* | | | Merge pull request #16200 from seberg/dtypemeta-array-coercionMatti Picus2020-07-0934-1654/+2491
|\ \ \ \
| * | | | TST: Add test for astype to stringlength testsSebastian Berg2020-07-081-0/+2
| * | | | DOC,STY: Use bitshift intsead of powers of two and fix commentsSebastian Berg2020-07-081-15/+11
| * | | | Update doc/release/upcoming_changes/16200.compatibility.rstMatti Picus2020-07-081-1/+1
| * | | | TST: datetime64 test_scalar_coercion does not fail anymoreSebastian Berg2020-07-081-3/+2
| * | | | Update doc/release/upcoming_changes/16200.compatibility.rstSebastian Berg2020-07-081-1/+1
| * | | | MAINT: Put a hack in place to allow datetime64 -> string assignment when stri...Sebastian Berg2020-07-083-9/+51
| * | | | Update numpy/core/src/multiarray/array_coercion.cSebastian Berg2020-07-081-1/+1
| * | | | MAINT: Remove weakref from mapping (for now) and renameSebastian Berg2020-07-084-44/+41
| * | | | DOC: Add release notes for array-coercion changesSebastian Berg2020-07-081-0/+58
| * | | | TST: Adapt coercion-tests to the new situationSebastian Berg2020-07-081-50/+32
| * | | | MAINt: Add assert for an unreachable exception pathSebastian Berg2020-07-081-3/+4
| * | | | TST: Add test for too-deep non-object deprecationSebastian Berg2020-07-081-0/+16
| * | | | MAINT: Try to clean up headers a bitSebastian Berg2020-07-086-6/+9
| * | | | MAINT: Undo some header changes...Sebastian Berg2020-07-082-8/+14