summaryrefslogtreecommitdiff
path: root/numpy/core
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #7373 from charris/add-bitwise_and-identityseberg2016-03-054-5/+130
|\
| * TST: Add tests for the bitwise ufuncs.Charles Harris2016-03-031-0/+85
| * ENH: Add identity for bitwise_and.Charles Harris2016-03-033-4/+44
| * BUG: Give bitwise_xor an identity.Charles Harris2016-03-021-1/+1
* | TST: Fix #6542: Add tests for non-iterable input...gkBCCN2016-02-291-0/+9
|/
* Merge pull request #7275 from gfyoung/dep_array_data_setCharles Harris2016-02-282-4/+26
|\
| * DEP: Warn about assigning 'data' attribute of ndarraygfyoung2016-02-282-4/+26
* | Fix copy and paste oversight.golnazir2016-02-281-1/+1
|/
* DOC: Fix more typos in docs and comments.Dongjoon Hyun2016-02-2514-18/+18
* Merge pull request #7340 from simongibbons/tensordot_doc_fixNathaniel J. Smith2016-02-251-3/+3
|\
| * DOC: Fixed math rendering in tensordot docs.Simon Gibbons2016-02-251-3/+3
* | Merge pull request #7331 from charris/add-comment-to-7323Nathaniel J. Smith2016-02-251-0/+4
|\ \ | |/ |/|
| * TST: fix MemoryError on win32Christoph Gohlke2016-02-241-0/+4
* | BUG: Incrementing the wrong reference on returnMad Physicist2016-02-221-1/+1
|/
* 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 #7266 from ahaldane/segfault_invalidlenclassCharles Harris2016-02-194-53/+22
|\ \
| * | BUG: Segfault for classes with deceptive __len__Allan Haldane2016-02-182-12/+18
| * | MAINT: Don't use PyInstance_Check to detect object typeAllan Haldane2016-02-183-44/+7
| |/
* | 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-181-2/+2
|\ \
| * | MAINT: Remove redundant trailing semicolons.Dongjoon Hyun2016-02-181-2/+2
* | | BUG: Make returned unravel_index arrays writeablegfyoung2016-02-181-1/+1
|/ /
* | BUG: Enforce dtype for randint singletonsgfyoung2016-02-161-2/+2
* | Merge pull request #7253 from aukejw/stack_documentation_#7183Charles Harris2016-02-161-0/+8
|\ \
| * | DOC: rewrite stack/concatenate reference in h/v/dstackAuke Wiggers2016-02-161-4/+4
| * | DOC: note in h/v/dstack points users to stack/concatenateauke2016-02-151-0/+8
| |/
* | 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-161-1/+1
|\ \
| * | MAINT: Use `is None` or `is not None` instead of `== None` or `!= None`.Dongjoon Hyun2016-02-151-1/+1
| |/
* | DOC: Fix mismatched variable names in docstrings.Dongjoon Hyun2016-02-151-2/+2
|/
* DOC: Fix fmin examplesMads Ohm Larsen2016-02-081-3/+3
* MNT: reduce number of return statementsThomas A Caswell2016-02-071-25/+25
* MNT: move std, var, mean calls out of try blockThomas A Caswell2016-02-071-5/+9
* STY: pep8 onlyThomas A Caswell2016-02-071-3/+2
* BUG: many functions silently drop `keepdims` kwargThomas A Caswell2016-02-072-59/+148
* BUG: raise IOError on not a file in python2Julian Taylor2016-02-063-3/+15
* Revert "DOC: add vstack, hstack, dstack reference to stack documentation."revert-7191-stack_documentationStephan Hoyer2016-02-051-5/+2
* DOC: changed 'depth wise' to 'depthwise', 'the existing' to 'an existing'auke2016-02-051-7/+5
* DOC: add vstack, hstack, dstack reference to stack documentation.auke2016-02-051-0/+5
* TST: out of bounds bases in base_reprNathaniel Beaver2016-02-011-0/+6