summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Bump hypothesis from 5.14.0 to 5.15.1dependabot/pip/hypothesis-5.15.1dependabot-preview[bot]2020-05-251-1/+1
* Merge pull request #16362 from charris/update-download-wheelsTyler Reddy2020-05-241-4/+4
|\
| * MAINT: Streamline download-wheels.Charles Harris2020-05-241-4/+4
|/
* DOC: Reconstruct Testing Guideline. (#16323)Chunlin2020-05-231-50/+71
* Merge pull request #16266 from jbrockmendel/cyapiMatti Picus2020-05-235-1/+276
|\
| * blackify, troubleshoot testsjbrockmendel2020-05-221-17/+21
| * ENH: run tests for __init__.pxdmattip2020-05-222-6/+17
| * First stab at tests, try on the CIjbrockmendel2020-05-214-3/+169
| * Fix np.dtype declarationjbrockmendel2020-05-211-1/+1
| * troubleshoot CIjbrockmendel2020-05-211-5/+5
| * move below int64_t declarationjbrockmendel2020-05-211-39/+39
| * Missing declarationsjbrockmendel2020-05-211-0/+23
| * Re-order declarationsjbrockmendel2020-05-211-5/+5
| * ENH: include dt64/td64 isinstance checks in __init__.pxdjbrockmendel2020-05-211-0/+71
* | Merge pull request #16348 from seberg/fromany-leakCharles Harris2020-05-232-0/+11
|\ \
| * | BUG: Fix dtype leak in `PyArray_FromAny` error pathSebastian Berg2020-05-222-0/+11
* | | Merge pull request #16349 from larsoner/depCharles Harris2020-05-232-5/+17
|\ \ \
| * | | BUG: Indentation for docstringsEric Larson2020-05-222-5/+17
* | | | MAINT: Cleanup 'tools/download-wheels.py' (#16329)Anirudh Subramanian2020-05-221-3/+10
* | | | Merge pull request #16298 from eric-wieser/fix-np.infoSebastian Berg2020-05-221-35/+7
|\ \ \ \ | |/ / / |/| | |
| * | | BUG: np.info does not show keyword-only argumentsEric Wieser2020-05-191-35/+7
* | | | BUILD: Remove Accelerate support (#15759)Matti Picus2020-05-2213-374/+51
* | | | MAINT: Remove f-strings in setup.py. (gh-16346)Wojciech Rzadkowski2020-05-221-2/+2
| |/ / |/| |
* | | Merge pull request #16336 from seberg/trivial-refcountfix-add_docstringCharles Harris2020-05-221-1/+2
|\ \ \
| * | | BUG: Fix refcounting in add_newdocSebastian Berg2020-05-211-1/+2
* | | | Merge pull request #16337 from seberg/circleci-artifactMatti Picus2020-05-221-0/+12
|\ \ \ \
| * | | | CI: Create a link for the circleCI artifactSebastian Berg2020-05-211-0/+12
| |/ / /
* | | | Merge pull request #16333 from kevmo/homogeneous-16324Ralf Gommers2020-05-226-7/+7
|\ \ \ \
| * | | | DOC: Fix spelling typo - homogenous to homogeneous. (#16324)Kevin Moore2020-05-216-7/+7
* | | | | Merge pull request #16332 from LSchroefl/link_SciPy_multidimensional_interpol...Matti Picus2020-05-221-0/+4
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Update numpy/lib/function_base.pyLSchroefl2020-05-221-1/+1
| * | | | DOC: link np.interp to SciPy's multidimensional interpolation functions (#14154)skywalker2020-05-211-0/+4
| | |_|/ | |/| |
* | | | BUG: Don't segfault on bad __len__ when assigning. (gh-16327)Brandt Bucher2020-05-212-20/+25
| |/ / |/| |
* | | DOC: Correct documentation of ``__array__`` when used as output array. (#16130)Tina Oberoi2020-05-211-3/+2
* | | Merge pull request #16318 from seberg/maint-python39Charles Harris2020-05-203-17/+7
|\ \ \
| * | | TST: Add 3.9-dev to the travis matrixSebastian Berg2020-05-201-0/+1
| * | | MAINT: Stop Using PyEval_Call* and simplify some usesSebastian Berg2020-05-202-17/+6
| | |/ | |/|
* | | Merge pull request #16316 from rossbar/maint/bump_numpydocCharles Harris2020-05-201-0/+0
|\ \ \ | |/ / |/| |
| * | MAINT: Bumpy numpydoc version.Ross Barnowski2020-05-201-0/+0
|/ /
* | Merge pull request #15997 from panpiort8/array_pretty_printMatti Picus2020-05-203-4/+118
|\ \
| * | Update doc/release/upcoming_changes/15997.improvement.rstpanpiort82020-05-201-4/+12
| * | Improve the snippetPan Jan2020-05-201-3/+4
| * | Move the snippet notePan Jan2020-05-193-12/+4
| * | Add release note snippetPan Jan2020-05-072-1/+12
| * | Make requested changesPan Jan2020-04-271-5/+4
| * | Improve way of breaking linesPan Jan2020-04-172-9/+43
| * | Improve testingPan Jan2020-04-162-3/+18
| * | ENH: improve printing of arrays with multi-line reprsPan Jan2020-04-162-4/+58
* | | Merge pull request #16239 from seberg/reimport-do-not-set-docsMatti Picus2020-05-205-666/+214
|\ \ \
| * | | MAINT: Simplify logic in add_docstringSebastian Berg2020-05-201-52/+17