summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Merge pull request #11323 from eric-wieser/histogram-normed-actually-deprecateCharles Harris2018-06-163-29/+62
|\ \ \ \ \
| * | | | | DEP: Actually deprecate the normed argument to histogramEric Wieser2018-06-153-29/+62
| |/ / / /
* | | | | Merge pull request #11357 from lagru/gitignoreCharles Harris2018-06-161-0/+7
|\ \ \ \ \
| * | | | | DEV: Add ".directory" to gitignoreLars G2018-06-161-0/+1
| * | | | | DEV: Add new _test.c files and benchmarks/html to gitignoreLars G2018-06-161-0/+6
| | |/ / / | |/| | |
* | | | | Merge pull request #11353 from mwtoews/linkrotCharles Harris2018-06-1684-275/+276
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | HTTP -> HTTPS, and other linkrot fixesMike Toews2018-06-1684-275/+276
|/ / / /
* | | | Merge pull request #11349 from mattip/document-printoptionsEric Wieser2018-06-153-0/+4
|\ \ \ \
| * | | | DOC: document new functionsmattip2018-06-153-0/+4
|/ / / /
* | | | Merge pull request #11303 from shoyer/nep-18-v2Stephan Hoyer2018-06-151-122/+198
|\ \ \ \
| * | | | Add warning about rewriting to use a decoratorStephan Hoyer2018-06-151-0/+5
| * | | | Revisions per GitHub discussionStephan Hoyer2018-06-121-79/+77
| * | | | DOC: revision of NEP-18 (__array_function__)Stephan Hoyer2018-06-111-96/+169
* | | | | Merge pull request #11336 from mhvk/ufunc-override-ref-counting-bugsEric Wieser2018-06-142-11/+14
|\ \ \ \ \
| * | | | | BUG: decref in failure path; replace PyObject_Type by Py_TYPEMarten van Kerkwijk2018-06-142-11/+14
| | |_|/ / | |/| | |
* | | | | Merge pull request #11297 from mhvk/nep-gufunc-signature-enhancementMatti Picus2018-06-141-0/+252
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | DOC: Update NEP with example of a weighted meanMarten van Kerkwijk2018-06-121-6/+17
| * | | | NEP: Expansion of gufunc signatures.Marten van Kerkwijk2018-06-101-0/+241
* | | | | Merge pull request #11328 from eric-wieser/misc-numeric-cleanupMarten van Kerkwijk2018-06-142-43/+54
|\ \ \ \ \
| * | | | | MAINT: Make the keys of typeinfo lowercase once, not repeatedlyEric Wieser2018-06-131-10/+9
| * | | | | MAINT: Filter out the real type info from typeinfo once, not repeatedlyEric Wieser2018-06-131-24/+29
| * | | | | MAINT: Extract code present in both branchesEric Wieser2018-06-131-6/+4
| * | | | | MAINT: Simplify skipping of integer types in _add_aliasesEric Wieser2018-06-131-10/+15
| * | | | | MAINT: Use a set instead of a dictionaryEric Wieser2018-06-131-4/+2
| * | | | | MAINT: Clarify intent of integer-naming codeEric Wieser2018-06-131-1/+7
|/ / / / /
* | | | | Merge pull request #11326 from mattip/post-1.14.5-releaseRalf Gommers2018-06-133-0/+47
|\ \ \ \ \
| * | | | | DOC: Update master after NumPy 1.14.5 release.mattip2018-06-133-0/+47
|/ / / / /
* | | | | Merge pull request #11324 from eric-wieser/avoid-using-dtype-nameMatti Picus2018-06-132-29/+28
|\ \ \ \ \
| * | | | | MAINT: Don't use dtype strings when the dtypes themselves can be usedEric Wieser2018-06-132-29/+28
| | |_|/ / | |/| | |
* | | | | Merge pull request #11318 from charris/setup-1.16-develCharles Harris2018-06-125-3/+86
|\ \ \ \ \
| * | | | | REL: Setup master for 1.16 development.Charles Harris2018-06-125-3/+86
|/ / / / /
* | | | | Revert "REL: Setup maintenance/1.15.x branch."Charles Harris2018-06-121-2/+2
* | | | | REL: Setup maintenance/1.15.x branch.Charles Harris2018-06-121-2/+2
|/ / / /
* | | | Merge pull request #11286 from mattip/einsum-overlapCharles Harris2018-06-122-12/+27
|\ \ \ \
| * | | | BUG: einsum needs to check overlap on an out argumentmattip2018-06-112-12/+27
* | | | | Merge pull request #11315 from jakirkham/pkg_tools_allocation_trackingCharles Harris2018-06-121-0/+1
|\ \ \ \ \
| * | | | | MAINT: Package `tools/allocation_tracking`John Kirkham2018-06-121-0/+1
* | | | | | Merge pull request #11314 from ahaldane/remove_npy_importCharles Harris2018-06-121-14/+0
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | MAINT: remove unused "npy_import"Allan Haldane2018-06-121-14/+0
|/ / / / /
* | | | | Merge pull request #11307 from pgunn/master_fix_earlier_diffCharles Harris2018-06-112-0/+6
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | add test from issuemattip2018-06-111-0/+5
| * | | | Restore a line that I accidentally deleted rather than reverted in earlier diffPat Gunn2018-06-111-0/+1
| | |/ / | |/| |
* | | | Merge pull request #10411 from ahaldane/revert_multifield_viewCharles Harris2018-06-1110-34/+297
|\ \ \ \ | |/ / / |/| | |
| * | | MAINT: push back multifield copy->view changes to 1.16Allan Haldane2018-06-1110-34/+297
|/ / /
* | | Merge pull request #11298 from eric-wieser/masked_values-shrinkCharles Harris2018-06-102-2/+10
|\ \ \
| * | | BUG: Undo behavior change in ma.masked_values(shrink=True)Eric Wieser2018-06-102-2/+10
|/ / /
* | | Merge pull request #11296 from eric-wieser/fix-array_wrap-segfaultMarten van Kerkwijk2018-06-102-2/+21
|\ \ \
| * | | BUG: Fix segfault on failing __array_wrap__Eric Wieser2018-06-102-2/+21
* | | | Merge pull request #11293 from cwenner/feat/doc-numericaltypes-hierarchyCharles Harris2018-06-101-36/+35
|\ \ \ \
| * | | | DOC: fix numericaltype hierarchy in code docCenny Wenner2018-06-091-35/+34