Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | BUG: Revert #10229 to fix DLL loads on Windows. | Charles Harris | 2018-06-29 | 1 | -13/+3 | |
| | |/ / / / | |/| | | | | ||||||
* | | | | | | Merge pull request #11455 from mhvk/bench-add-lcm-gcd | Marten van Kerkwijk | 2018-06-29 | 1 | -9/+11 | |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | ||||||
| * | | | | | BENCH: belated addition of lcm, gcd to ufunc benchmark. | Marten van Kerkwijk | 2018-06-29 | 1 | -9/+11 | |
| | |_|/ / | |/| | | | ||||||
* | | | | | Merge pull request #11406 from mattip/einsum-out-is-res | Charles Harris | 2018-06-29 | 2 | -18/+15 | |
|\ \ \ \ \ | ||||||
| * | | | | | MAINT: cleanup ret assignment | mattip | 2018-06-27 | 1 | -20/+7 | |
| * | | | | | check for unlikely error in Assign_Zero | mattip | 2018-06-24 | 1 | -1/+3 | |
| * | | | | | BUG: ensure ret is out in einsum | mattip | 2018-06-21 | 2 | -1/+9 | |
* | | | | | | Merge pull request #11425 from eric-wieser/where-nonzero-docs | Marten van Kerkwijk | 2018-06-29 | 4 | -59/+72 | |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||||
| * | | | | | DOC: Clear up confusion between np.where(cond) and np.where(cond, x, y) | Eric Wieser | 2018-06-29 | 4 | -59/+72 | |
| | |_|_|/ | |/| | | | ||||||
* | | | | | Merge pull request #11338 from mhvk/ufunc-override-call-class-only-once-organ... | Marten van Kerkwijk | 2018-06-28 | 4 | -78/+206 | |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | ||||||
| * | | | | MAINT: Split off getting overrides and checking for them. | Marten van Kerkwijk | 2018-06-28 | 3 | -76/+144 | |
| * | | | | MAINT: Ensure __array_ufunc__ on given class is only called once. | Marten van Kerkwijk | 2018-06-28 | 2 | -9/+69 | |
|/ / / / | ||||||
* | | | | Merge pull request #11434 from rgommers/pypi-classifier | Charles Harris | 2018-06-27 | 1 | -0/+1 | |
|\ \ \ \ | ||||||
| * | | | | MAINT: add PyPI classifier for Python 3.7 | Ralf Gommers | 2018-06-27 | 1 | -0/+1 | |
|/ / / / | ||||||
* | | | | Merge pull request #11347 from mattip/less-sphinx-warnings | Ralf Gommers | 2018-06-27 | 12 | -39/+58 | |
|\ \ \ \ | ||||||
| * | | | | fixes from review | mattip | 2018-06-24 | 4 | -28/+9 | |
| * | | | | DOC: typos, small fixes | mattip | 2018-06-15 | 5 | -17/+18 | |
| * | | | | DOC: quiet warnings about "document not in any toctree" | mattip | 2018-06-15 | 4 | -3/+9 | |
| * | | | | use `:orphan:` to quiet warnings when building documentation | mattip | 2018-06-15 | 3 | -0/+31 | |
* | | | | | DOC: Update einsum docs (#11234) | attack68 | 2018-06-27 | 2 | -180/+358 | |
* | | | | | Merge pull request #11424 from eric-wieser/empty-svd | seberg | 2018-06-27 | 3 | -17/+25 | |
|\ \ \ \ \ | ||||||
| * | | | | | ENH: Allow use of svd on empty arrays | Eric Wieser | 2018-06-27 | 3 | -17/+25 | |
| | |/ / / | |/| | | | ||||||
* | | | | | Merge pull request #11428 from eric-wieser/deprecate-normed-1.15.0 | Charles Harris | 2018-06-27 | 2 | -1/+5 | |
|\ \ \ \ \ | ||||||
| * | | | | | BUG: Fix incorrect deprecation logic for histogram(normed=...) | Eric Wieser | 2018-06-26 | 2 | -1/+5 | |
* | | | | | | DOC: additional revision for NEP-18 (__array_function__) (#11374) | Stephan Hoyer | 2018-06-27 | 1 | -149/+355 | |
| |/ / / / |/| | | | | ||||||
* | | | | | Merge pull request #11335 from pvanmulbregt/stride123 | Matti Picus | 2018-06-25 | 1 | -9/+5 | |
|\ \ \ \ \ | ||||||
| * | | | | | DOC: Change array lengths/entries in an example to reduce confusion. | Paul van Mulbregt | 2018-06-14 | 1 | -9/+5 | |
* | | | | | | DOC: major revision of NEP 21, advanced indexing (#11414) | Stephan Hoyer | 2018-06-25 | 1 | -119/+240 | |
* | | | | | | Merge pull request #11383 from mattip/recreate-8717 | Eric Wieser | 2018-06-24 | 4 | -15/+30 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | fixes from review | mattip | 2018-06-21 | 3 | -6/+7 | |
| * | | | | | | ENH: Allow size=0 in numpy.random.choice | mattip | 2018-06-19 | 4 | -15/+29 | |
* | | | | | | | Merge pull request #11409 from charris/update-readme-pytest | Matti Picus | 2018-06-22 | 1 | -1/+6 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | DOC: Update testing section of README. | Charles Harris | 2018-06-22 | 1 | -1/+6 | |
| | |_|_|_|_|/ | |/| | | | | | ||||||
* | | | | | | | Merge pull request #11405 from mhvk/correct_scalar_comparison | Marten van Kerkwijk | 2018-06-21 | 3 | -9/+22 | |
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | | ||||||
| * | | | | | | BUG: Ensure comparisons on scalar strings pass without warning. | Marten van Kerkwijk | 2018-06-21 | 3 | -9/+22 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #11282 from mhvk/array-comparison-not-implementeduntagged-65f99747b229ae7de4cc | Marten van Kerkwijk | 2018-06-21 | 4 | -223/+158 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | MAINT: move failure code to its own function. | Marten van Kerkwijk | 2018-06-19 | 1 | -85/+110 | |
| * | | | | | | DOC: add release note for change in output of comparison ufuncs. | Marten van Kerkwijk | 2018-06-19 | 1 | -0/+10 | |
| * | | | | | | MAINT: move comparison operator special-handling out of ufunc parsing. | Marten van Kerkwijk | 2018-06-18 | 3 | -223/+123 | |
* | | | | | | | Merge pull request #11340 from eric-wieser/fix-sctypeDict-clongdouble | Marten van Kerkwijk | 2018-06-21 | 2 | -22/+34 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | BUG: f8 randomly points to double or longdouble depending on non-deterministi... | Eric Wieser | 2018-06-14 | 2 | -20/+30 | |
| * | | | | | | | MAINT: Replace ifs with assertions, since those conditions are never hit | Eric Wieser | 2018-06-14 | 1 | -24/+26 | |
* | | | | | | | | Merge pull request #6256 from seberg/indexing-nep | Matti Picus | 2018-06-20 | 1 | -0/+537 | |
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | ||||||
| * | | | | | | | NEP: Add proposal for oindex and vindex. | Sebastian Berg | 2018-06-20 | 1 | -0/+537 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #11390 from charris/update-npyconfig | Ralf Gommers | 2018-06-21 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | REL: Update numpyconfig.h for 1.15. | Charles Harris | 2018-06-20 | 1 | -0/+1 | |
| | |/ / / / / | |/| | | | | | ||||||
* | | | | | | | Merge pull request #11391 from charris/update-mailmap | Ralf Gommers | 2018-06-21 | 1 | -2/+13 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | MAINT: Update mailmap | Charles Harris | 2018-06-20 | 1 | -2/+13 | |
* | | | | | | | | Merge pull request #11385 from toslunar/enh-scalar-squeeze | Charles Harris | 2018-06-20 | 2 | -12/+18 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| * | | | | | | | Revert "Fix doc on squeeze in arrays.scalars" | Toshiki Kataoka | 2018-06-21 | 1 | -0/+1 |