summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* TST: Fixed shuffle axis in tests.Joseph Fox-Rabinovitz2016-02-223-8/+11
* Merge pull request #7232 from rmalouf/mklRalf Gommers2016-02-221-5/+5
|\
| * BLD: Switch order of test for lapack_mkl and openblas_lapackRob Malouf2016-02-111-5/+5
* | Merge pull request #7292 from anntzer/assert-equal-repr-failedCharles Harris2016-02-212-2/+15
|\ \
| * | Clarify error on repr failure in assert_equal.Antony Lee2016-02-192-2/+15
* | | Merge pull request #7301 from charris/update-release-notesCharles Harris2016-02-212-2/+27
|\ \ \
| * | | DOC: Update 1.12.0 release notes to mention indexing errors.Charles Harris2016-02-211-0/+12
| * | | DOC: Update 1.11.0 release notes to mention divmod changes.Charles Harris2016-02-211-2/+15
* | | | Merge pull request #7300 from pv/devdoc-masterCharles Harris2016-02-211-94/+69
|\ \ \ \ | |/ / / |/| | |
| * | | DOC: dev: stop recommending keeping local master updated with upstream/masterPauli Virtanen2016-02-211-94/+69
|/ / /
* | | Merge pull request #7299 from dongjoon-hyun/doc_fix_mismatched_variablesRalf Gommers2016-02-211-6/+6
|\ \ \
| * | | DOC: Fix mismatched variable names in docstrings.Dongjoon Hyun2016-02-201-6/+6
|/ / /
* | | Merge pull request #7258 from charris/python-compatible-floor_divideCharles Harris2016-02-2011-114/+310
|\ \ \
| * | | DOC: Document that floor_divide and remainder are complementary.Charles Harris2016-02-191-7/+11
| * | | TST: Add tests for '//' and '%' (floor_divide, remainder).Charles Harris2016-02-193-44/+170
| * | | ENH: Make numpy ufuncs compatible with Python divmod.Charles Harris2016-02-181-15/+10
| * | | MAINT: Remove floor function code no longer needed in scalarmath.Charles Harris2016-02-181-21/+0
| * | | ENH: Make numpy floating scalars consistent with Python divmod.Charles Harris2016-02-182-27/+55
| * | | ENH: Add new npy_divmod function to npy_math.Charles Harris2016-02-184-0/+64
* | | | Merge pull request #7296 from mhvk/ma_ufuncs_subclassesCharles Harris2016-02-202-6/+29
|\ \ \ \ | |_|/ / |/| | |
| * | | Revert part of #3907 which incorrectly propogated MaskedArray info.Marten van Kerkwijk2016-02-202-6/+29
|/ / /
* | | Merge pull request #7274 from gfyoung/delete_copy_dtypeNathaniel J. Smith2016-02-192-4/+14
|\ \ \
| * | | BUG: Preserve array order in np.deletegfyoung2016-02-192-4/+14
|/ / /
* | | Merge pull request #7285 from gfyoung/pandas_randint_compatCharles Harris2016-02-192-9/+24
|\ \ \
| * | | BUG: Make randint backwards compatible with pandasgfyoung2016-02-192-9/+24
* | | | Merge pull request #7266 from ahaldane/segfault_invalidlenclassCharles Harris2016-02-195-53/+31
|\ \ \ \
| * | | | BUG: Segfault for classes with deceptive __len__Allan Haldane2016-02-183-12/+27
| * | | | MAINT: Don't use PyInstance_Check to detect object typeAllan Haldane2016-02-183-44/+7
* | | | | Merge pull request #7286 from dongjoon-hyun/fix_typos_in_ma_and_polynomialCharles Harris2016-02-1912-19/+19
|\ \ \ \ \
| * | | | | MAINT: Fix typos in docs/comment of `ma` and `polynomial` modules.Dongjoon Hyun2016-02-1912-19/+19
| | |/ / / | |/| | |
* | | | | Merge pull request #7215 from njsmith/use-PySlice_GetIndicesExCharles Harris2016-02-196-161/+65
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | MAINT: Use PySlice_GetIndicesEx instead of custom reimplementationNathaniel J. Smith2016-02-096-161/+65
* | | | | Merge pull request #7280 from dongjoon-hyun/maint_remove_semicolonJaime2016-02-182-3/+3
|\ \ \ \ \
| * | | | | MAINT: Remove redundant trailing semicolons.Dongjoon Hyun2016-02-182-3/+3
* | | | | | Merge pull request #7278 from gfyoung/unravel_writableseberg2016-02-182-1/+7
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | BUG: Make returned unravel_index arrays writeablegfyoung2016-02-182-1/+7
|/ / / / /
* | | | | Merge pull request #7276 from MSeifert04/docstring_applyalongaxis_whitespaceJulian Taylor2016-02-181-1/+1
|\ \ \ \ \
| * | | | | DOC: apply_along_axis missing whitespace inserted before colonMichael Seifert2016-02-181-1/+1
|/ / / / /
* | | | | Merge pull request #7254 from gfyoung/randint_dtype_enforceahaldane2016-02-173-11/+20
|\ \ \ \ \
| * | | | | BUG: Enforce dtype for randint singletonsgfyoung2016-02-163-11/+20
|/ / / / /
* | | | | Merge pull request #7253 from aukejw/stack_documentation_#7183Charles Harris2016-02-162-0/+12
|\ \ \ \ \
| * | | | | DOC: rewrite stack/concatenate reference in h/v/dstackAuke Wiggers2016-02-162-6/+6
| * | | | | DOC: note in h/v/dstack points users to stack/concatenateauke2016-02-152-0/+12
| | |_|/ / | |/| | |
* | | | | Merge pull request #7261 from madphysicist/patch-1Charles Harris2016-02-161-0/+2
|\ \ \ \ \
| * | | | | Added self to mailmapMad Physicist2016-02-161-0/+2
|/ / / / /
* | | | | Merge pull request #7252 from charris/small-fixes-enhancementsCharles Harris2016-02-162-1/+104
|\ \ \ \ \
| * | | | | ENH: Add _VisibleDeprecationTestcase to test_deprecations.pyCharles Harris2016-02-141-0/+103
| * | | | | BUG: Static cache for imported warning needs initialization to NULL.Charles Harris2016-02-141-1/+1
* | | | | | Merge pull request #7256 from dongjoon-hyun/replace_is_noneNathaniel J. Smith2016-02-162-2/+2
|\ \ \ \ \ \
| * | | | | | MAINT: Use `is None` or `is not None` instead of `== None` or `!= None`.Dongjoon Hyun2016-02-152-2/+2
| | |/ / / / | |/| | | |