| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | DOC: Grammar of np.gradient docstring | Allan Haldane | 2018-03-06 | 1 | -3/+3 |
| | | | | | [ci-skip] | ||||
| * | DOC: add versionadded for NDArrayOperatorsMixin. | Stephan Hoyer | 2018-03-04 | 1 | -0/+2 |
| | | |||||
| * | Merge pull request #10547 from hobler/patch-1 | Charles Harris | 2018-02-28 | 1 | -1/+1 |
| |\ | | | | | DOC: Fix incorrect formula in gradient docstring. | ||||
| | * | Update function_base.py | hobler | 2018-02-08 | 1 | -1/+1 |
| | | | |||||
| * | | BUG/MAINT: Remove special handling of 0d arrays and scalars in interp | Eric Wieser | 2018-02-25 | 2 | -18/+14 |
| | | | | | | | | | | | | | | | | | | | | | These are now handled generically by the underlying C function This fixes the period argument for 0d arrays. Now never returns a pure-python scalar, which matches the behaviour of most of numpy. Rework of b66a200a4a1e98f1955c8a774e4ebfb4588dab5b | ||||
| * | | MAINT: Improve range error messages in np.histogram (#10603) | Kirit Thadaka | 2018-02-20 | 1 | -7/+9 |
| | | | |||||
| * | | Merge pull request #10501 from msornay/fromregex-bytes | Eric Wieser | 2018-02-20 | 2 | -3/+10 |
| |\ \ | | | | | | | BUG: fromregex: asbytes called on regexp objects | ||||
| | * | | BUG: fromregex: asbytes called on regexp objects | Mathieu Sornay | 2018-02-05 | 2 | -3/+10 |
| | | | | | | | | | | | | | | | | | | | When calling fromregex() with a binary stream and a regular expression object, asbytes() was called on the regexp object, resulting in an incorrect regular expression being compiled and used. | ||||
| * | | | BUG: break cyclic refs in recursive closures | Allan Haldane | 2018-02-18 | 1 | -0/+5 |
| | | | | | | | | | | | | | Fixes #10620 | ||||
| * | | | BUG: Revert sort optimization in np.unique. | Charles Harris | 2018-02-14 | 2 | -17/+31 |
| | | | | | | | | | | | | | | | | | | | | | | | | | The optimization was to sort integer subarrays by treating them as strings of unsigned bytes. That worked fine for finding the unique subarrays, but the sort order of the results could be unexpected. Closes #10495. | ||||
| * | | | Merge pull request #10324 from eric-wieser/histogram-range-comparison | Charles Harris | 2018-02-08 | 2 | -7/+65 |
| |\ \ \ | |_|/ |/| | | BUG: Fix crashes when using float32 values in uniform histograms | ||||
| | * | | BUG: Fix crashes when using float32 values in uniform histograms | Eric Wieser | 2018-02-02 | 2 | -7/+65 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #8123, closes #9189, fixes #10319 This is a workaround to #10322, not a fix for it. Adds tests for cases where bounds are more precise than the data, which led to inconsistencies in the optimized path. | ||||
| * | | | Merge pull request #10401 from eric-wieser/fix-10394 | Charles Harris | 2018-02-06 | 2 | -17/+27 |
| |\ \ \ | | | | | | | | | BUG: Resize bytes_ columns in genfromtxt | ||||
| | * | | | BUG: Resize bytes_ columns in genfromtxt | Eric Wieser | 2018-01-15 | 2 | -17/+27 |
| | | | | | | | | | | | | | | | | | Fixes gh-10394, due to regression in gh-10054 | ||||
| * | | | | minor fix for python3 compatibility | Dennis Weyland | 2018-02-05 | 1 | -2/+2 |
| | | | | | |||||
| * | | | | python 2.7.5 bugfix | Dennis Weyland | 2018-02-05 | 1 | -2/+5 |
| | | | | | |||||
| * | | | | Merge pull request #10502 from eric-wieser/swapaxes-AxisError | Charles Harris | 2018-02-04 | 2 | -5/+7 |
| |\ \ \ \ | | | | | | | | | | | MAINT: Use AxisError in swapaxes, unique, and diagonal | ||||
| | * | | | | MAINT: Use AxisError in swapaxes | Eric Wieser | 2018-02-03 | 2 | -5/+7 |
| | | | | | | |||||
| * | | | | | DOC: Fix type of axis in nanfunctions (#10421) | Tobias Fischer | 2018-02-03 | 1 | -14/+14 |
| |/ / / / | |||||
| * | | | | BUG: nan_to_num does not return scalars for scalar integer input (#10441) | Matheus Vieira Portela | 2018-02-01 | 2 | -9/+30 |
| | | | | | |||||
| * | | | | MAINT: Make it clear that counts and inverse depend only on the mask | Eric Wieser | 2018-01-31 | 1 | -2/+2 |
| | | | | | |||||
| * | | | | DOC: Use a bulleted list to show the outputs of `unique`, for clarity | Eric Wieser | 2018-01-31 | 1 | -4/+5 |
| | | | | | |||||
| * | | | | MAINT: Remove special-casing of empty arrays in unique_1d | Eric Wieser | 2018-01-31 | 1 | -16/+8 |
| | | | | | |||||
| * | | | | MAINT: Remove messy handling of output tuple in np.unique | Claudio Freire | 2018-01-31 | 1 | -31/+33 |
| | | | | | | | | | | | | | | | | | Largely taken from gh-9531 | ||||
| * | | | | BUG: Fixed polydiv for Complex Numbers (#10473) | Deepak Kumar Gouda | 2018-01-30 | 2 | -1/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | This previously failed with: TypeError: Cannot cast ufunc subtract output from dtype('complex128') to dtype('float64') with casting rule 'same_kind' | ||||
| * | | | | DOC: See #10098 and minor punctuation cleanup (#10478) | Derrick Williams | 2018-01-28 | 1 | -8/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | * DOC: See #10098 and minor punctuation cleanup * DOC: Correcting per PR comments | ||||
| * | | | | DOC: fix formatting in interp example | Zane Bradley | 2018-01-25 | 1 | -1/+2 |
| | |_|/ |/| | | |||||
| * | | | Merge pull request #10342 from anaskhan96/union1d-fix | Charles Harris | 2018-01-18 | 2 | -1/+9 |
| |\ \ \ | | | | | | | | | BUG: arrays not being flattened in `union1d` | ||||
| | * | | | STY: Break some long lines. | Charles Harris | 2018-01-18 | 1 | -1/+2 |
| | | | | | | | | | | | | | [ci skip] | ||||
| | * | | | adding a reference to the related issue | Anas Khan | 2018-01-10 | 1 | -0/+1 |
| | | | | | |||||
| | * | | | adding new tests for union1d | Anas Khan | 2018-01-09 | 1 | -0/+6 |
| | | | | | |||||
| | * | | | BUG: concatenation using axis=None in union1d | Anas Khan | 2018-01-09 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | BUG: fixing flattening of arrays in `union1d` in arraysetops.py | Anas Khan | 2018-01-08 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | DOC: Fix version added labels in numpy.unique | Samuel Jackson | 2018-01-17 | 1 | -0/+4 |
| | | | | | |||||
| * | | | | Merge pull request #10294 from xoviat/pytest-cleanup | Eric Wieser | 2018-01-09 | 1 | -6/+6 |
| |\ \ \ \ | |/ / / |/| | | | MAINT: pytest cleanups | ||||
| | * | | | MAINT: cleanup yield tests | xoviat | 2018-01-06 | 1 | -6/+6 |
| | | | | | |||||
| * | | | | More misc. typos | luz.paz | 2018-01-04 | 6 | -9/+9 |
| | |_|/ |/| | | | | | Found via `codespell` | ||||
| * | | | Merge pull request #10213 from jarrodmillman/nep-process | Charles Harris | 2018-01-03 | 1 | -3/+3 |
| |\ \ \ | | | | | | | | | ENH: Set up proposed NEP process | ||||
| | * | | | DOC: Prepare to host NEPs on GH pages | Jarrod Millman | 2017-12-14 | 1 | -3/+3 |
| | | | | | |||||
| * | | | | Merge pull request #10241 from eric-wieser/no-repeated-percentile-checks | Charles Harris | 2018-01-01 | 2 | -34/+53 |
| |\ \ \ \ | | | | | | | | | | | MAINT: Avoid repeated validation of percentiles in nanpercentile | ||||
| | * | | | | MAINT: Avoid repeated validation of percentiles in nanpercentile | Eric Wieser | 2017-12-18 | 2 | -34/+53 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously, this would check the percentiles were 0 <= q <= 100 on every single slice of non-reduction axes. This also pulls the division by 100 to the top level, which makes things clearer, and also reduces the size of the stack trace | ||||
| * | | | | | Merge pull request #10287 from eric-wieser/ptp-empty | Charles Harris | 2017-12-30 | 1 | -0/+3 |
| |\ \ \ \ \ | | | | | | | | | | | | | ENH: Allow ptp to take an axis tuple and keepdims | ||||
| | * | | | | | ENH: Allow ptp to take an axis tuple and keepdims | Eric Wieser | 2017-12-28 | 1 | -0/+3 |
| | | |_|/ / | |/| | | | |||||
| * | | | | | Documentation and misc. typos | luzpaz | 2017-12-30 | 1 | -1/+1 |
| |/ / / / | | | | | | | | | Found via `codespell` | ||||
| * | | | | MAINT: Extract helper function for last-bound-inclusive search_sorted | Eric Wieser | 2017-12-27 | 1 | -6/+16 |
| | | | | | | | | | | | | | | | | | Also avoids `r_`, and construction of arrays from lists | ||||
| * | | | | ENH: Add support for datetimes to histograms | Eric Wieser | 2017-12-26 | 2 | -9/+36 |
| | | | | | | | | | | | | | | | | | Currently only supported for explicit bins | ||||
| * | | | | BUG: Allow nan values in the data when the bins are explicit | Eric Wieser | 2017-12-24 | 2 | -2/+29 |
| | | | | | | | | | | | | | | | | | | | | | Fixes gh-7503 Closes gh-8984 | ||||
| * | | | | Merge pull request #10268 from eric-wieser/fix-gh-7864 | Charles Harris | 2017-12-24 | 2 | -1/+12 |
| |\ \ \ \ | | | | | | | | | | | BUG: Fix misleading error when coercing to array | ||||
| | * | | | | BUG: Fix misleading error when coercing to array | Eric Wieser | 2017-12-24 | 2 | -1/+12 |
| | | | | | | | | | | | | | | | | | | | | | Closes gh-7864 | ||||
| * | | | | | MAINT: extract private helper function to compute histogram bin edges | Eric Wieser | 2017-12-24 | 1 | -68/+91 |
| |/ / / / | |||||
