summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | DOC: corrected grammatical error in quickstart docrehassachdeva2016-02-231-1/+1
|/ / / / /
* | | | | Merge pull request #7305 from ssbr/ssbr-racy-mtrandJulian Taylor2016-02-221-9/+27
|\ \ \ \ \
| * | | | | BUG: Remove data race in mtrand: two threads could mutate the state.Devin Jeanpierre2016-02-221-9/+27
| | |/ / / | |/| | |
* | | | | Merge pull request #7310 from JDWarner/numpydoc_formattingNathaniel J. Smith2016-02-221-85/+85
|\ \ \ \ \
| * | | | | STY: Fix GitHub rendering of ordered lists >9Joshua Warner2016-02-221-85/+85
| | |/ / / | |/| | |
* | | | | Merge pull request #7260 from gerritholl/fix-structured-masked-array-strahaldane2016-02-222-1/+15
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | BUG/TST: Fix #7259, do not "force scalar" for already scalar str/bytesGerrit Holl2016-02-222-1/+15
| | |/ / | |/| |
* | | | Merge pull request #7307 from madphysicist/patch-1Nathaniel J. Smith2016-02-221-2/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | Missing some characters in link.Mad Physicist2016-02-221-2/+2
|/ / /
* | | 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