summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* REL: Numpy 1.11.0 release.v1.11.0Charles Harris2016-03-271-1/+1
* Merge pull request #7470 from charris/Backport-7469Charles Harris2016-03-271-0/+12
|\
| * MAINT: Update git .mailmapCharles Harris2016-03-271-0/+12
|/
* Merge pull request #7434 from charris/backport-7430Charles Harris2016-03-191-27/+33
|\
| * DOC: Update 1.11.0-notes.Charles Harris2016-03-191-27/+33
|/
* Merge pull request #7432 from charris/backport-7363Charles Harris2016-03-193-21/+47
|\
| * ENH: Make no unshare mask future warnings less noisySebastian Berg2016-03-193-21/+47
* | Merge pull request #7425 from madphysicist/maint-hist-rangeCharles Harris2016-03-163-189/+414
|\ \ | |/ |/|
| * MAINT: Cleanup of backport of PRs #7416, #7423Joseph Fox-Rabinovitz2016-03-162-73/+101
| * BUG: Ongoing fixes to PR#7416Joseph Fox-Rabinovitz2016-03-162-2/+2
| * DOC: Updated documentation to reflect changes to bin estimators.Joseph Fox-Rabinovitz2016-03-162-29/+67
| * BUG: Incorrect handling of range in `histogram` with automatic bins.Joseph Fox-Rabinovitz2016-03-162-96/+255
|/
* Merge pull request #7417 from charris/tweak-corrcoefCharles Harris2016-03-142-8/+31
|\
| * TST: Check that result of corrcoef are clipped.Charles Harris2016-03-141-3/+12
| * MAINT/BUG: Clip real and imag parts of corrcoef return to [-1, 1].Charles Harris2016-03-141-5/+19
|/
* Merge pull request #7412 from charris/backport-7407Charles Harris2016-03-122-3/+30
|\
| * BUG: Fix decref before incref for in-place accumulateSebastian Berg2016-03-122-3/+30
* | Merge pull request #7401 from charris/backport-7397Charles Harris2016-03-092-0/+17
|\ \ | |/ |/|
| * BUG: incorrect type for objects whose __len__ failsAllan Haldane2016-03-092-0/+17
|/
* Merge pull request #7324 from charris/revert-vectorizations-for-1.11.xCharles Harris2016-02-273-168/+35
|\
| * Revert "Merge pull request #6980 from juliantaylor/vect-isfinite"Charles Harris2016-02-233-168/+35
| * Revert "Merge pull request #6994 from juliantaylor/signbit"Charles Harris2016-02-231-4/+4
* | Merge pull request #7343 from jakirkham/use_pytz_ci_backportCharles Harris2016-02-252-1/+2
|\ \
| * | TST: Install `pytz` in the CI.John Kirkham2016-02-252-1/+2
|/ /
* | Merge pull request #7337 from jakirkham/kf_test_datetimeCharles Harris2016-02-251-0/+1
|\ \
| * | TST: Mark datetime test as a known failure on Python's below 2.7.John Kirkham2016-02-251-0/+1
| |/
* | Merge pull request #7334 from charris/backport-7331Charles Harris2016-02-251-0/+4
|\ \ | |/ |/|
| * TST: fix MemoryError on win32Christoph Gohlke2016-02-241-0/+4
|/
* Merge pull request #7302 from charris/sync-1.11.0-notesCharles Harris2016-02-211-15/+25
|\
| * DOC: Sync 1.11.0-notes with master branch.Charles Harris2016-02-211-15/+25
* | Merge pull request #7298 from charris/backport-7296Charles Harris2016-02-212-6/+29
|\ \
| * | Revert part of #3907 which incorrectly propogated MaskedArray info.Marten van Kerkwijk2016-02-202-6/+29
| |/
* | Merge pull request #7297 from charris/backport-7258Charles Harris2016-02-2111-114/+310
|\ \ | |/ |/|
| * DOC: Document that floor_divide and remainder are complementary.Charles Harris2016-02-201-7/+11
| * TST: Add tests for '//' and '%' (floor_divide, remainder).Charles Harris2016-02-203-44/+170
| * ENH: Make numpy ufuncs compatible with Python divmod.Charles Harris2016-02-201-15/+10
| * MAINT: Remove floor function code no longer needed in scalarmath.Charles Harris2016-02-201-21/+0
| * ENH: Make numpy floating scalars consistent with Python divmod.Charles Harris2016-02-202-27/+55
| * ENH: Add new npy_divmod function to npy_math.Charles Harris2016-02-204-0/+64
|/
* Merge pull request #7290 from charris/backport-7266Charles Harris2016-02-195-53/+31
|\
| * BUG: Backport #7266, Segfault for classes with deceptive __len__Charles Harris2016-02-195-53/+31
* | Merge pull request #7288 from charris/backport-7285Charles Harris2016-02-192-13/+28
|\ \ | |/ |/|
| * BUG: Make randint backwards compatible with pandasgfyoung2016-02-192-13/+28
|/
* Merge pull request #7271 from ahaldane/randint_dtype_enforce_backportCharles Harris2016-02-183-11/+20
|\
| * BUG: Enforce dtype for randint singletonsgfyoung2016-02-173-11/+20
|/
* Merge pull request #7249 from charris/revert-indexing-exceptionsCharles Harris2016-02-167-247/+617
|\
| * MAINT: Use VisibleDeprecationWarning for indexing deprecations.Charles Harris2016-02-144-25/+161
| * Revert #6271 from charris/change-deprecated-indexes-to-errorCharles Harris2016-02-147-246/+480
|/
* Merge pull request #7218 from charris/backport-7194Charles Harris2016-02-092-22/+17
|\
| * TST: Drop `FutureWarning` filters from tests where they were added.John Kirkham2016-02-091-8/+0