summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | DOC: Extend github source links to line rangesJan Schlüter2015-06-081-2/+2
* | | | Merge pull request #5963 from charris/rubustify-tuple-loop-searchseberg2015-06-132-20/+23
|\ \ \ \
| * | | | TST: Test that true_divide works for float inputs and dtype=np.float.Charles Harris2015-06-121-0/+10
| * | | | BUG: Make type_tuple_type_resolver more robust.Charles Harris2015-06-121-20/+13
* | | | | Merge pull request #5959 from Ladsgroup/masterCharles Harris2015-06-111-4/+4
|\ \ \ \ \
| * | | | | DOC: Fix typo in documentationamir2015-06-121-4/+4
|/ / / / /
* | | | | Merge pull request #5947 from ahaldane/voidscalar_getsetfieldCharles Harris2015-06-113-75/+107
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | BUG: make void-scalar getfield/setfield use ndarray methodsAllan Haldane2015-06-103-75/+107
| | |_|/ | |/| |
* | | | Merge pull request #5956 from andyfaff/doc_polyCharles Harris2015-06-101-1/+1
|\ \ \ \
| * | | | DOC: Polynomial.deriv refers to integrations, not differentiationsAndrew Nelson2015-06-101-1/+1
|/ / / /
* | | | Merge pull request #5866 from tdsmith/include_dirsRalf Gommers2015-06-091-3/+17
|\ \ \ \ | |_|_|/ |/| | |
| * | | BLD: find Python.h when build_ext --include-dirs is setTim D. Smith2015-06-051-3/+17
* | | | Merge pull request #4353 from seberg/boolean-bad-shape-depCharles Harris2015-06-077-21/+101
|\ \ \ \ | |_|/ / |/| | |
| * | | DEP: Deprecate boolean array indices with non-matching shapeSebastian Berg2015-06-067-21/+101
|/ / /
* | | Merge pull request #5944 from seberg/einsum-fixCharles Harris2015-06-052-3/+25
|\ \ \
| * | | TST: Einsum contiguous output testSebastian Berg2015-06-051-1/+23
| * | | BUG: Einsum specialization did not check contiguity of output arraySebastian Berg2015-06-051-2/+2
* | | | Merge pull request #5548 from ahaldane/view_objects_ownedJaime2015-06-057-38/+332
|\ \ \ \ | |_|_|/ |/| | |
| * | | ENH: structured datatype safety checksAllan Haldane2015-06-057-38/+332
|/ / /
* | | Merge pull request #5878 from charris/quick-and-dirty-matmulCharles Harris2015-06-049-29/+651
|\ \ \
| * | | DOC: Mention support for the '@' operator in the 1.10 release notes.Charles Harris2015-06-041-0/+10
| * | | DOC: Document '@' and matmul.Charles Harris2015-06-043-4/+144
| * | | STY: Minor C style fixes for multiarraymodule.c.Charles Harris2015-06-041-10/+12
| * | | TST: Add tests for multiarray.matmul and operator '@'.Charles Harris2015-06-041-2/+283
| * | | ENH: Add support for the '@' operator added in Python 3.5.Charles Harris2015-06-041-4/+26
| * | | ENH: Add a matmul function to multiarrayCharles Harris2015-06-042-7/+175
| * | | BUG: Fix npy_cache_pyfunc to properly implement inline.Charles Harris2015-06-041-2/+1
|/ / /
* | | Merge pull request #5940 from charris/add-python-func-importJaime2015-06-041-0/+33
|\ \ \
| * | | ENH: Add inline C function to import and cache Python functions.Charles Harris2015-06-041-0/+33
|/ / /
* | | Merge pull request #4586 from mhvk/ma/subclass-item-setting-gettingCharles Harris2015-06-034-18/+151
|\ \ \
| * | | ENH: Let MaskedArray getter, setter respect baseclass overridesMarten van Kerkwijk2015-04-224-18/+151
* | | | Merge pull request #5912 from rgommers/install-docCharles Harris2015-06-031-10/+31
|\ \ \ \
| * | | | DOC: update INSTALL.txt with info on binary installers and 32-bit Windows.Ralf Gommers2015-05-231-10/+31
* | | | | Merge pull request #5910 from argriffing/more-astype-auditingJaime2015-06-021-16/+16
|\ \ \ \ \
| * | | | | MAINT: fft: np.asarray(...) -> array(...)alex2015-06-021-9/+8
| * | | | | MAINT: in fft, make copying more explicitalex2015-05-291-7/+14
| * | | | | MAINT: remove unnecessary helper functionalex2015-05-291-13/+9
| * | | | | MAINT: explicit fft copyalex2015-05-221-14/+12
| |/ / / /
* | | | | Merge pull request #5921 from embray/record-getitem-fixesCharles Harris2015-06-022-6/+28
|\ \ \ \ \
| * | | | | BUG: Further fixes to record and recarray getitem/getattrErik M. Bray2015-06-012-6/+28
* | | | | | Merge pull request #5931 from jaimefrio/iter_next_cleanupCharles Harris2015-06-021-21/+0
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | MANT: Remove unused macro _PyArray_ITER_NEXT3Jaime Fernandez2015-06-011-21/+0
|/ / / / /
* | | | | Merge pull request #5920 from embray/descr-fields-dictproxyJaime2015-06-012-19/+40
|\ \ \ \ \
| * | | | | ENH: Allow dictproxy objects to be used in place of dicts when creatingErik M. Bray2015-06-012-19/+40
* | | | | | Merge pull request #5889 from jaimefrio/broadcast_broadcastCharles Harris2015-06-012-14/+75
|\ \ \ \ \ \
| * | | | | | BUG: np.broadcast should accept itself as an inputJaime Fernandez2015-05-171-14/+47
| * | | | | | TST: np.broadcast should accept itself as inputJaime Fernandez2015-05-171-0/+28
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #5928 from jaimefrio/sort_order_docCharles Harris2015-06-012-20/+32
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | DOC: Better document 'order' argument of 'sort' and friendsJaime Fernandez2015-05-302-20/+32
* | | | | | Merge pull request #5929 from jaimefrio/void_compare_cleanupCharles Harris2015-05-301-21/+15
|\ \ \ \ \ \ | |/ / / / / |/| | | | |