summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Bump pytest from 5.2.0 to 5.2.1dependabot/pip/pytest-5.2.1dependabot-preview[bot]2019-10-081-1/+1
* Merge pull request #14652 from numpy/dependabot/pip/pytest-cov-2.8.1Sebastian Berg2019-10-071-1/+1
|\
| * MAINT: Bump pytest-cov from 2.7.1 to 2.8.1dependabot/pip/pytest-cov-2.8.1dependabot-preview[bot]2019-10-071-1/+1
|/
* Merge pull request #14654 from numpy/dependabot/pip/pytz-2019.3Sebastian Berg2019-10-071-1/+1
|\
| * MAINT: Bump pytz from 2019.2 to 2019.3dependabot/pip/pytz-2019.3dependabot-preview[bot]2019-10-071-1/+1
|/
* Merge pull request #14605 from mattip/descr-checkMatti Picus2019-10-071-1/+1
|\
| * BUG: properly define PyArray_DescrCheckmattip2019-09-271-1/+1
* | DOC: Note IPython requirement for doc build in development notes (#14649)David Stansby2019-10-061-1/+1
* | DOC: add `printoptions` as a context manager to `set_printoptions` (#14636)Eugene Prilepin2019-10-061-1/+10
* | Merge pull request #14643 from seberg/scalar-powerMatti Picus2019-10-051-54/+6
|\ \
| * | MAINT: Use scalar math power function directlySebastian Berg2019-10-041-54/+6
* | | Merge pull request #14639 from stefanv/nep-releases-minor-language-fixupsStefan van der Walt2019-10-031-1/+1
|\ \ \
| * | | Fix typoStefan van der Walt2019-10-031-1/+1
* | | | Merge pull request #14596 from sethtroisi/old_defines_in_docsMatti Picus2019-10-036-72/+28
|\ \ \ \
| * | | | DEP: Complete deprecation of invalid array orderSeth Troisi2019-09-266-72/+28
* | | | | Merge pull request #14631 from sethtroisi/free_cleanMatti Picus2019-10-031-2/+2
|\ \ \ \ \
| * | | | | BUG: always free clean_sepSeth Troisi2019-10-021-2/+2
* | | | | | Merge pull request #14620 from sethtroisi/cleanup_deprecate_indexMatti Picus2019-10-034-35/+10
|\ \ \ \ \ \
| * | | | | | Dep: Deprecation of float index in linespaceSeth Troisi2019-10-014-35/+10
| | |_|_|/ / | |/| | | |
* | | | | | BUG: dtype refcount cleanups (#14586)Matti Picus2019-10-032-22/+16
* | | | | | Merge pull request #14447 from stefanv/nep-releases-minor-language-fixupsMatti Picus2019-10-031-72/+59
|\ \ \ \ \ \ | |_|/ / / / |/| | | / / | | |_|/ / | |/| | |
| * | | | Do not include inaccurate historic dataStefan van der Walt2019-10-011-6/+1
| * | | | Emphasize that we are talking about source compatibilityStefan van der Walt2019-10-011-7/+8
| * | | | Tighten up wording around edge casesStefan van der Walt2019-09-261-9/+5
| * | | | Clarify policy languageStefan van der Walt2019-09-061-65/+60
* | | | | Merge pull request #14623 from sameshl/doc_npsincSebastian Berg2019-10-011-7/+0
|\ \ \ \ \
| * | | | | DOC misleading np.sinc() documentationSamesh Lakhotia2019-10-021-7/+0
|/ / / / /
* | | | | Merge pull request #14607 from Kai-Striega/remove_duplicate_git_ignore_filesSebastian Berg2019-10-011-4/+0
|\ \ \ \ \
| * | | | | MAINT: Remove duplicate files from .gitignoreKai Striega2019-09-271-4/+0
| | |_|_|/ | |/| | |
* | | | | Merge pull request #14614 from numpy/dependabot/pip/pytest-5.2.0Sebastian Berg2019-10-011-1/+1
|\ \ \ \ \
| * | | | | Bump pytest from 5.1.3 to 5.2.0dependabot/pip/pytest-5.2.0dependabot-preview[bot]2019-09-301-1/+1
| | |_|/ / | |/| | |
* | | | | Merge pull request #14616 from madphysicist/comment-correctionSebastian Berg2019-10-011-4/+6
|\ \ \ \ \
| * | | | | DOC: Updated sphinx directive formattingJoseph R. Fox-Rabinovitz2019-09-301-4/+6
| |/ / / /
* | | | | Merge pull request #14621 from sethtroisi/quick_typeEric Wieser2019-10-011-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | DOC: s/OR/AND/ in np.logical_and docstringSeth Troisi2019-10-011-1/+1
|/ / / /
* | | | Merge pull request #14615 from seberg/dependabot-commit-msgCharles Harris2019-09-301-0/+4
|\ \ \ \ | |/ / / |/| | |
| * | | MAINT: Add "MAINT" tag to dependabot commit msgSebastian Berg2019-09-301-0/+4
|/ / /
* | | Merge pull request #14603 from shoyer/meta-nep-fixupSebastian Berg2019-09-261-1/+1
|\ \ \
| * | | DOC: Only list "Active" NEPs under "Meta-NEPs"Stephan Hoyer2019-09-261-1/+1
|/ / /
* | | Fix discrepancies in NEPs (#14601)Stefan van der Walt2019-09-263-3/+3
* | | NEP: Accept NEP 32. (#14600)Warren Weckesser2019-09-261-3/+19
* | | BLD: remove unused functions, rearrange headers (from CC=clang) (#14534)Matti Picus2019-09-268-54/+49
* | | Merge pull request #14583 from mattip/select-deprecationSebastian Berg2019-09-263-38/+12
|\ \ \
| * | | DEP: remove expired deprecation in selectmattip2019-09-233-38/+12
* | | | Merge pull request #14592 from jdufresne/typoRalf Gommers2019-09-261-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | MAINT: Fix typo: remoge → removeJon Dufresne2019-09-251-1/+1
* | | | Merge pull request #14595 from WarrenWeckesser/no-checkmarkSebastian Berg2019-09-251-28/+27
|\ \ \ \
| * | | | DOC: Change the checkmark to 'Y'.Warren Weckesser2019-09-251-28/+27
|/ / / /
* | | | Merge pull request #14573 from rgommers/remove-info-filesMatti Picus2019-09-2512-360/+109
|\ \ \ \
| * | | | MAINT: remove unused numpy/f2py/info.py fileRalf Gommers2019-09-222-7/+0