Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MAINT: np.full defaults to the filler's dtype. | Antony Lee | 2016-03-20 | 4 | -47/+34 |
* | Merge pull request #7430 from charris/update-1.11.0-notes | Charles Harris | 2016-03-19 | 1 | -27/+33 |
|\ | |||||
| * | DOC: Update 1.11.0-notes. | Charles Harris | 2016-03-19 | 1 | -27/+33 |
|/ | |||||
* | Merge pull request #7363 from seberg/masked-silence-2 | Charles Harris | 2016-03-19 | 3 | -21/+47 |
|\ | |||||
| * | ENH: Make no unshare mask future warnings less noisy | Sebastian Berg | 2016-03-01 | 3 | -21/+47 |
* | | Merge pull request #7341 from inesw/bug-fix-6469 | Charles Harris | 2016-03-17 | 1 | -0/+6 |
|\ \ | |||||
| * | | TST: test for #6469 | Ines Wichert | 2016-02-29 | 1 | -0/+6 |
* | | | Merge pull request #7198 from seberg/unlock_gil_gufuncs | Nathaniel J. Smith | 2016-03-17 | 2 | -0/+24 |
|\ \ \ | |||||
| * | | | ENH: Unlock the GIL for gufuncs | Sebastian Berg | 2016-03-17 | 2 | -0/+24 |
* | | | | Merge pull request #7423 from madphysicist/hist-range | Charles Harris | 2016-03-16 | 2 | -2/+2 |
|\ \ \ \ | |||||
| * | | | | BUG: Ongoing fixes to PR#7416 | Joseph Fox-Rabinovitz | 2016-03-16 | 2 | -2/+2 |
|/ / / / | |||||
* | | | | Merge pull request #7416 from madphysicist/hist-range | Charles Harris | 2016-03-16 | 3 | -102/+123 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | DOC: Updated documentation to reflect changes to bin estimators. | Joseph Fox-Rabinovitz | 2016-03-16 | 2 | -33/+49 |
| * | | | BUG: Incorrect handling of range in `histogram` with automatic bins. | Joseph Fox-Rabinovitz | 2016-03-16 | 2 | -77/+82 |
|/ / / | |||||
* | | | Merge pull request #7003 from gfyoung/place_str_fix | Jaime | 2016-03-15 | 3 | -154/+78 |
|\ \ \ | |||||
| * | | | BUG: Fix string copying for np.place | gfyoung | 2016-03-15 | 3 | -154/+78 |
|/ / / | |||||
* | | | Merge pull request #7418 from jtpio/hermefit-typo-fix | Nathaniel J. Smith | 2016-03-14 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | DOC: Minor typo fix, hermefik -> hermefit. | Jeremy Tuloup | 2016-03-14 | 1 | -1/+1 |
|/ / / | |||||
* | | | Merge pull request #7414 from charris/tweak-corrcoef | Charles Harris | 2016-03-14 | 2 | -8/+37 |
|\ \ \ | |||||
| * | | | TST: Check that result of corrcoef are clipped. | Charles Harris | 2016-03-13 | 1 | -3/+12 |
| * | | | MAINT/BUG: Clip real and imag parts of corrcoef return to [-1, 1]. | Charles Harris | 2016-03-13 | 1 | -5/+19 |
| * | | | ENH: Check array dimensionality in cov function. | Charles Harris | 2016-03-13 | 1 | -0/+6 |
* | | | | Merge pull request #7415 from madphysicist/doc-edits | Charles Harris | 2016-03-14 | 4 | -100/+108 |
|\ \ \ \ | |||||
| * | | | | MAINT: Wrapped some docstrings and fixed typo | Joseph Fox-Rabinovitz | 2016-03-14 | 3 | -99/+107 |
| * | | | | DOC: Updates to documentation from perusing it in detail. | Joseph Fox-Rabinovitz | 2016-03-14 | 2 | -3/+3 |
|/ / / / | |||||
* | | | | Merge pull request #7178 from gfyoung/binary_repr_fix | Nathaniel J. Smith | 2016-03-13 | 4 | -53/+102 |
|\ \ \ \ | |||||
| * | | | | BUG: Fix binary_repr for negative numbers | gfyoung | 2016-03-13 | 4 | -53/+102 |
|/ / / / | |||||
* | | | | Merge pull request #7328 from emilienkofman/master | Charles Harris | 2016-03-13 | 3 | -3/+39 |
|\ \ \ \ | |||||
| * | | | | DEP: Deprecated using a float index in linspace | Emilien Kofman | 2016-03-09 | 3 | -8/+8 |
| * | | | | DEP: Deprecated using a float index in linspace | Emilien Kofman | 2016-03-08 | 4 | -4/+40 |
* | | | | | Merge pull request #7346 from erensezener/generalized_flip | Charles Harris | 2016-03-12 | 5 | -5/+167 |
|\ \ \ \ \ | |_|/ / / |/| | | | | |||||
| * | | | | ENH: Add generalized flip function and its tests | Eren Sezener | 2016-03-12 | 5 | -5/+167 |
| | |/ / | |/| | | |||||
* | | | | Merge pull request #7407 from seberg/gh-7402 | Charles Harris | 2016-03-12 | 2 | -3/+30 |
|\ \ \ \ | |||||
| * | | | | BUG: Fix decref before incref for in-place accumulate | Sebastian Berg | 2016-03-12 | 2 | -3/+30 |
* | | | | | Merge pull request #7410 from shoyer/nanprod-doc | Nathaniel J. Smith | 2016-03-12 | 1 | -0/+1 |
|\ \ \ \ \ | |||||
| * | | | | | DOC: add nanprod to the list of math routines | Stephan Hoyer | 2016-03-11 | 1 | -0/+1 |
* | | | | | | Merge pull request #7397 from ahaldane/fix_failed_len | Nathaniel J. Smith | 2016-03-09 | 2 | -0/+17 |
|\ \ \ \ \ \ | |||||
| * | | | | | | BUG: incorrect type for objects whose __len__ fails | Allan Haldane | 2016-03-09 | 2 | -0/+17 |
| | |_|_|/ / | |/| | | | | |||||
* | | | | | | Merge pull request #7398 from samuelstjean/patch-1 | Jaime | 2016-03-09 | 1 | -1/+1 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| * | | | | | DOC: fix typo | Samuel St-Jean | 2016-03-09 | 1 | -1/+1 |
|/ / / / / | |||||
* | | | | | Merge pull request #7231 from matthew-brett/local-init | Charles Harris | 2016-03-07 | 3 | -0/+25 |
|\ \ \ \ \ | |||||
| * | | | | | DOC: description of _distribution_init for release | Matthew Brett | 2016-03-07 | 1 | -0/+12 |
| * | | | | | ENH: platform-specific install hook to change init | Matthew Brett | 2016-03-07 | 2 | -0/+13 |
|/ / / / / | |||||
* | | | | | Merge pull request #7386 from philipgura/patch-2 | Charles Harris | 2016-03-07 | 1 | -1/+3 |
|\ \ \ \ \ | |||||
| * | | | | | Added label icon to Travis status | Philip Gura | 2016-03-07 | 1 | -1/+3 |
* | | | | | | Merge pull request #7385 from matthew-brett/pypi-frontpage-for-wheels | Nathaniel J. Smith | 2016-03-07 | 1 | -0/+7 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| * | | | | | DOC: note about wheels / windows wheels for pypi | Matthew Brett | 2016-03-07 | 1 | -0/+7 |
* | | | | | | Merge pull request #7382 from ahaldane/tidy_average_median | Charles Harris | 2016-03-07 | 2 | -8/+36 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| * | | | | | MAINT: cleanup np.average | Allan Haldane | 2016-03-07 | 2 | -8/+36 |
|/ / / / / | |||||
* | | | | | Merge pull request #7378 from philipgura/master | Charles Harris | 2016-03-05 | 1 | -0/+5 |
|\ \ \ \ \ |