summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | BUG/TEST: core: Fix an undefined name in a test.Warren Weckesser2020-01-231-1/+1
* | | | Merge pull request #15400 from sethtroisi/pytest_cleanupCharles Harris2020-01-231-17/+0
|\ \ \ \ | |_|_|/ |/| | |
| * | | MAINT: cleanup _pytesttester.pySeth Troisi2020-01-231-17/+0
| |/ /
* | | Merge pull request #15368 from mwtoews/toxCharles Harris2020-01-231-2/+2
|\ \ \
| * | | MAINT: Update tox for supported Python versionsMike Taves2020-01-221-2/+2
* | | | Merge pull request #15403 from WarrenWeckesser/flakesCharles Harris2020-01-2332-52/+10
|\ \ \ \ | |_|/ / |/| | |
| * | | MAINT: Clean up, mostly unused imports.Warren Weckesser2020-01-2332-52/+10
|/ / /
* | | Merge pull request #15393 from eric-wieser/remove-base-handlingMatti Picus2020-01-242-24/+35
|\ \ \
| * | | BUG: Do not dispatch to base classes polymorphicallyEric Wieser2020-01-232-17/+30
| * | | MAINT: Remove leftover code which handled integer base classesEric Wieser2020-01-231-15/+13
| |/ /
* | | MAINT: Remove python3 deprecationwarnings in pytest.ini (#15399)Seth Troisi2020-01-231-6/+0
| |/ |/|
* | Merge pull request #15362 from mwtoews/def23Matti Picus2020-01-232-38/+11
|\ \
| * | MAINT: remove internal functions required to handle Python2/3 logicMike Taves2020-01-222-38/+11
| |/
* | Merge pull request #15366 from mwtoews/F403Matti Picus2020-01-2310-15/+20
|\ \
| * | MAINT: resolve pyflake F403 'from module import *' usedMike Taves2020-01-2310-15/+20
* | | Merge pull request #15377 from sethtroisi/misc_cleanups2Matti Picus2020-01-233-20/+4
|\ \ \
| * | | MAINT: Cleanup python2 referencesSeth Troisi2020-01-213-20/+4
* | | | Merge pull request #15379 from sethtroisi/misc_cleanups3Matti Picus2020-01-2310-189/+66
|\ \ \ \
| * | | | MAINT: Python2 CleanupsSeth Troisi2020-01-2110-189/+66
| |/ / /
* | | | Merge pull request #15386 from eric-wieser/tidy-scalar-macrosSebastian Berg2020-01-221-14/+14
|\ \ \ \
| * | | | MAINT: clean up some macros in scalarapi.cEric Wieser2020-01-221-14/+14
| | |_|/ | |/| |
* | | | Merge pull request #15370 from MLK97/DOC_correction_15360Matti Picus2020-01-231-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | DOC: Updating Chararry Buffer datatypes #15360MLK972020-01-231-1/+1
| * | | DOC: Updating Chararry Buffer datatypes #15360MLK972020-01-231-1/+1
|/ / /
* | | Merge pull request #15361 from mwtoews/collectionsMatti Picus2020-01-227-53/+21
|\ \ \ | |/ / |/| |
| * | MAINT: Revise imports from collections.abc moduleMike Taves2020-01-227-53/+21
|/ /
* | MAINT: Const qualify UFunc inner loops (gh-15355)Kai Striega2020-01-2117-365/+371
* | Merge pull request #15375 from sethtroisi/misc_cleanupsMatti Picus2020-01-228-123/+93
|\ \
| * | STY: use `with open` when possibleSeth Troisi2020-01-218-123/+93
| |/
* | Merge pull request #15323 from mattip/nep-0034-2Matti Picus2020-01-221-1/+6
|\ \
| * | NEP: document reimplementationmattip2020-01-141-1/+6
* | | Merge pull request #15374 from sethtroisi/cleanup_usc4Matti Picus2020-01-221-27/+15
|\ \ \ | |_|/ |/| |
| * | TST: Simplify unicode testSeth Troisi2020-01-211-27/+15
|/ /
* | Merge pull request #15351 from mattip/rewordSebastian Berg2020-01-212-4/+6
|\ \
| * | DOC, BLD: sphinx 2.2.0 -> 2.3.1 to get rid of deprecation warningmattip2020-01-201-1/+1
| * | DOC: reword release note to unbreak sphinx renderingmattip2020-01-201-3/+5
* | | Merge pull request #15369 from Kai-Striega/simd_fix_signed_comparisonSebastian Berg2020-01-211-1/+1
|\ \ \
| * | | MAINT: simd: Avoid signed comparison warningkai-striega2020-01-211-1/+1
* | | | NEP: issue deprecation warning when creating ragged array (NEP 34)Matti Picus2020-01-2119-57/+144
* | | | DOC: NumPy for absolute beginners tutorial (#14546)Anne Bonner2020-01-2138-0/+1694
|/ / /
* | | Merge pull request #15364 from mwtoews/sixMatti Picus2020-01-212-4/+1
|\ \ \
| * | | MAINT: Remove other uses of six moduleMike Taves2020-01-212-4/+1
|/ / /
* | | Merge pull request #15335 from sethtroisi/sys_version_easyMatti Picus2020-01-2131-371/+117
|\ \ \
| * | | [MAINT] Cleanup python2 sys.version checksSeth Troisi2020-01-2031-371/+117
|/ / /
* | | Merge pull request #15353 from alexhenrie/randomMatti Picus2020-01-212-2/+0
|\ \ \
| * | | MAINT: Remove unnecessary calls to PyArray_DATA from binomial functionsAlex Henrie2020-01-192-2/+0
* | | | Merge pull request #15354 from numpy/dependabot/pip/pytest-5.3.3Matti Picus2020-01-211-1/+1
|\ \ \ \
| * | | | MAINT: Bump pytest from 5.3.2 to 5.3.3dependabot/pip/pytest-5.3.3dependabot-preview[bot]2020-01-201-1/+1
| |/ / /
* | | | Merge pull request #15358 from sethtroisi/remove_sixMatti Picus2020-01-211-2/+1
|\ \ \ \ | |/ / / |/| | |
| * | | [MAINT] Remove sixSeth Troisi2020-01-201-2/+1
|/ / /