| Commit message (Expand) | Author | Age | Files | Lines |
* | ENH: don't show boolean dtype, as it is implied | Eric Wieser | 2017-11-13 | 1 | -1/+1 |
* | BUG: Throw an error if too many functions are given to piecewise | Eric Wieser | 2017-10-23 | 1 | -1/+6 |
* | DOC: piecewise callables take 1d arrays | Eric Wieser | 2017-10-21 | 1 | -2/+2 |
* | MAINT/BUG: Remove special-casing for 0d arrays, now that indexing with a sing... | Eric Wieser | 2017-10-21 | 1 | -15/+8 |
* | MAINT: rename mn and mx to first_edge and last_edge | Eric Wieser | 2017-10-19 | 1 | -18/+19 |
* | MAINT: Tidy np.histogram, and improve error messages | Eric Wieser | 2017-10-19 | 1 | -59/+77 |
* | Merge pull request #9294 from b-carter/fix_histogram_monotonicity_check | Eric Wieser | 2017-09-24 | 1 | -1/+1 |
|\ |
|
| * | allow non-strictly increasing bins | Brandon Carter | 2017-08-19 | 1 | -1/+1 |
| * | minor change to the logic | Brandon Carter | 2017-06-25 | 1 | -1/+1 |
| * | BUG: fixes unsigned bins monotonicity check, see #9222 | Brandon Carter | 2017-06-24 | 1 | -1/+1 |
* | | MAINT: Use zip, not enumerate | Eric Wieser | 2017-09-21 | 1 | -17/+18 |
* | | Merge pull request #9408 from eric-wieser/gradient-fix | Charles Harris | 2017-09-21 | 1 | -7/+12 |
|\ \ |
|
| * | | MAINT: Use clearer variable | Eric Wieser | 2017-07-13 | 1 | -1/+1 |
| * | | BUG: Use np.ndim not asarray, to allow duck-types | Eric Wieser | 2017-07-13 | 1 | -7/+6 |
| * | | BUG: Only allow 1d distance arrays | Eric Wieser | 2017-07-13 | 1 | -1/+3 |
| * | | BUG: Allow 0d arrays instead of scalars in gradient | Eric Wieser | 2017-07-13 | 1 | -7/+11 |
* | | | DOC: rot90 wrongly positioned versionadded directive. [skip ci] | Michael Seifert | 2017-08-25 | 1 | -2/+2 |
* | | | MAINT: Use moveaxis instead of rollaxis internally (#9475) | Nico Schlömer | 2017-08-10 | 1 | -7/+7 |
* | | | MAINT/DOC: Use builtin when np.{x} is builtins.{x}. | Eric Wieser | 2017-08-05 | 1 | -9/+9 |
* | | | MAINT: Changed diff to use iterative instead of recursive approach | Joseph Fox-Rabinovitz | 2017-07-31 | 1 | -23/+31 |
* | | | MAINT: Use dtypes, not typecodes, and remove special casing for timedelta | Eric Wieser | 2017-07-13 | 1 | -27/+21 |
* | | | BUG: float16 is promoted to float64 by gradient | Eric Wieser | 2017-07-13 | 1 | -1/+1 |
| |/
|/| |
|
* | | MAINT: Use neq instead of xor in diff | Egor Panfilov | 2017-06-17 | 1 | -1/+1 |
* | | BUG: Switched to xor for bool arrays in diff, added corresponding tests | Egor Panfilov | 2017-06-17 | 1 | -5/+9 |
* | | DOC: BLD: fix lots of Sphinx warnings/errors. | Ralf Gommers | 2017-06-10 | 1 | -1/+1 |
* | | Merge pull request #9214 from eric-wieser/no-one-arg-where | Charles Harris | 2017-06-03 | 1 | -1/+1 |
|\ \ |
|
| * | | MAINT: Don't internally use the one-argument where | Eric Wieser | 2017-06-03 | 1 | -1/+1 |
* | | | BUG: KeyboardInterrupt is swallowed all over the place | Eric Wieser | 2017-06-03 | 1 | -1/+1 |
|/ / |
|
* | | Merge pull request #9212 from eric-wieser/tidy-function_base | Julian Taylor | 2017-06-03 | 1 | -5/+3 |
|\ \ |
|
| * | | MAINT: Combine similar branches | Eric Wieser | 2017-06-03 | 1 | -5/+3 |
| |/ |
|
* | | MAINT: Use np.concatenate instead of np.vstack (#8934) | Joseph Paul Cohen | 2017-06-02 | 1 | -12/+4 |
|/ |
|
* | ENH: Spelling fixes | Ville Skyttä | 2017-05-09 | 1 | -1/+1 |
* | DOC: Explain the behavior of diff on unsigned types | Eric Wieser | 2017-04-25 | 1 | -0/+17 |
* | DOC: Fix typos in percentile (#8900) | Baurzhan Muftakhidinov | 2017-04-06 | 1 | -2/+2 |
* | MAINT: Rename _validate_axis, and document it | Eric Wieser | 2017-03-28 | 1 | -2/+2 |
* | MAINT: Use _validate_axis inside _ureduce | Eric Wieser | 2017-03-28 | 1 | -17/+14 |
* | MAINT: Reuse _validate_axis in np.gradient | Eric Wieser | 2017-03-28 | 1 | -13/+2 |
* | DOC: Include np. prefix in meshgrid examples | Egor Klenin | 2017-03-21 | 1 | -5/+5 |
* | BUG: Fix np.average with object array weights | Duke Vijitbenjaronk | 2017-03-07 | 1 | -1/+1 |
* | DOC: Fixed small mistakes in numpy.copy documentation. | Michael Seifert | 2017-02-26 | 1 | -68/+68 |
* | Merge pull request #8685 from eric-wieser/shape-to-ndim | Julian Taylor | 2017-02-25 | 1 | -4/+4 |
|\ |
|
| * | MAINT: replace len(x.shape) with x.ndim | Eric Wieser | 2017-02-24 | 1 | -4/+4 |
* | | Merge pull request #8688 from madphysicist/patch-1 | Charles Harris | 2017-02-24 | 1 | -1/+8 |
|\ \ |
|
| * | | DOC: Added note to np.diff | Joseph Fox-Rabinovitz | 2017-02-24 | 1 | -1/+8 |
| |/ |
|
* | | MAINT: Fix use of Python 2.6 deprecated escape sequences. | Charles Harris | 2017-02-24 | 1 | -2/+2 |
|/ |
|
* | ENH: gradient support for unevenly spaced data | Alessandro Pietro Bardelli | 2017-02-22 | 1 | -84/+235 |
* | MAINT: Use normalize_axis_index in all python axis checking | Eric Wieser | 2017-02-20 | 1 | -9/+4 |
* | Merge pull request #8617 from eric-wieser/fix-8561 | Marten van Kerkwijk | 2017-02-14 | 1 | -10/+7 |
|\ |
|
| * | BUG: Copy meshgrid after broadcasting, fixing #8561 | Eric Wieser | 2017-02-13 | 1 | -10/+7 |
* | | DOC: Indicate that axis param to average may be a tuple of ints. | Alex Rothberg | 2017-02-12 | 1 | -3/+10 |
|/ |
|