summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert "DOC: Update assert_warns parameter list"revert-16422-tst_filter_filteredEric Wieser2020-05-291-3/+5
* Merge pull request #16422 from sethtroisi/tst_filter_filteredRalf Gommers2020-05-291-5/+3
|\
| * DOC: Update assert_warns parameter listSeth Troisi2020-05-281-5/+3
* | Merge pull request #16423 from sethtroisi/maint_small_cleanup_v1Ralf Gommers2020-05-291-17/+8
|\ \ | |/ |/|
| * TST: Simplify assert_warns in test_io.pySeth Troisi2020-05-281-17/+8
|/
* Merge pull request #16408 from rossbar/docbld/xelatexCharles Harris2020-05-281-0/+3
|\
| * DOC,BLD: Update sphinx conf to use xelatex.Ross Barnowski2020-05-271-0/+3
* | Merge pull request #16409 from tylerjereddy/codecov_patch_diffSebastian Berg2020-05-281-1/+1
|\ \ | |/ |/|
| * TST, CI: turn on codecov patch diffsTyler Reddy2020-05-271-1/+1
|/
* Merge pull request #15900 from seberg/deprecate-empty-indexing-errorMatti Picus2020-05-283-9/+89
|\
| * DEP: Ensure indexing errors will be raised even on empty resultsSebastian Berg2020-05-273-9/+89
* | Merge pull request #16404 from rossbar/docrel/make_dist_noscipyMatti Picus2020-05-281-2/+2
|\ \
| * | DOC,BLD: Update make dist html target.Ross Barnowski2020-05-271-2/+2
|/ /
* | MAINT,DOC: add index for user docs. (#16373)Ross Barnowski2020-05-271-0/+26
* | Merge pull request #16304 from seiko2plus/issue_16302Charles Harris2020-05-272-9/+34
|\ \
| * | TST, MAINT: Fix detecting and testing armhf featuresSayed Adel2020-05-262-9/+34
* | | Merge pull request #15508 from seberg/dtypemeta-newMatti Picus2020-05-2714-30/+481
|\ \ \
| * | | small fixups/name changesSebastian Berg2020-03-183-56/+52
| * | | PyDict_GET_SIZE is not public (or at least not on older python)Sebastian Berg2020-03-181-1/+1
| * | | Improve docs and test slightl; Reject also kwargs in dtype from type creationSebastian Berg2020-03-182-3/+12
| * | | Use "parametric" instead of "flexible" and add tests for attributesSebastian Berg2020-03-184-15/+30
| * | | Add tests and fixup __name__Sebastian Berg2020-03-182-4/+29
| * | | STY: Just small indentation fixupSebastian Berg2020-03-181-17/+18
| * | | Create a static prototype to copy, so that it is more obvious what the intent...Sebastian Berg2020-03-181-16/+31
| * | | Small fixups/commentsSebastian Berg2020-03-182-20/+15
| * | | Possible initialization safety fixups and fix API hash.Sebastian Berg2020-03-184-2/+7
| * | | API: Create Preliminary DTypeMeta class and np.dtype subclassesSebastian Berg2020-03-1811-15/+405
* | | | Merge pull request #16392 from charris/no-wheel-uploadingMatti Picus2020-05-272-26/+0
|\ \ \ \
| * | | | MAINT: Stop uploading wheels to Rackspace.Charles Harris2020-05-262-26/+0
* | | | | Merge pull request #16393 from WarrenWeckesser/rec-fromstring-raw-docstringCharles Harris2020-05-261-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | MAINT: core: Use a raw string for the fromstring docstring.Warren Weckesser2020-05-261-1/+1
|/ / / /
* | | | Merge pull request #15037 from tirthasheshpatel/patch-1Sebastian Berg2020-05-262-12/+46
|\ \ \ \
| * | | | BUG: `np.resize` negative shape and subclasses edge case fixestirthasheshpatel2020-01-172-12/+46
* | | | | Merge pull request #16387 from zooba/optional-ctypesCharles Harris2020-05-262-9/+13
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Add comment for delayed importsSteve Dower2020-05-261-0/+3
| * | | | Defer ctypes import in generated _distributor_init.pySteve Dower2020-05-261-7/+7
| * | | | Defer ctypes imports in _dtypes_ctypes moduleSteve Dower2020-05-261-2/+3
|/ / / /
* | | | Merge pull request #16351 from seberg/fix-leaksMatti Picus2020-05-263-5/+13
|\ \ \ \
| * | | | BUG: Add missing dimensions free in `empty_like` with shapeSebastian Berg2020-05-221-0/+1
| * | | | BUG: Fix reference count leak in array allocation memory pathSebastian Berg2020-05-222-5/+12
* | | | | ENH: Optimize Cpu feature detect in X86, fix for GCC on macOS (#16297)Chunlin2020-05-261-6/+14
* | | | | Merge pull request #16369 from numpy/dependabot/pip/pytest-cov-2.9.0Charles Harris2020-05-251-1/+1
|\ \ \ \ \
| * | | | | MAINT: Bump pytest-cov from 2.8.1 to 2.9.0dependabot/pip/pytest-cov-2.9.0dependabot-preview[bot]2020-05-251-1/+1
* | | | | | Merge pull request #16367 from numpy/dependabot/pip/cython-0.29.19Charles Harris2020-05-251-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | MAINT: Bump cython from 0.29.17 to 0.29.19dependabot/pip/cython-0.29.19dependabot-preview[bot]2020-05-251-1/+1
|/ / / / /
* | | | | Merge pull request #16368 from numpy/dependabot/pip/hypothesis-5.15.1Charles Harris2020-05-251-1/+1
|\ \ \ \ \
| * | | | | 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