summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* BUG: make void-scalar getfield/setfield use ndarray methodsAllan Haldane2015-06-103-75/+107
* 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
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | MANT: Style clean-up in VOID_compareJaime Fernandez2015-05-301-21/+15
|/ / / /
* | | | Merge pull request #5925 from mortada/std_docsJaime2015-05-281-12/+12
|\ \ \ \
| * | | | DOC: np.std and np.var docstring examples are outdatedMortada Mehyar2015-05-281-12/+12
|/ / / /
* | | | Merge pull request #5923 from vrajmohan/fix-typoNathaniel J. Smith2015-05-271-2/+2
|\ \ \ \
| * | | | DOC: Fix typo and some grammarVraj Mohan2015-05-271-2/+2
|/ / / /
* | | | Merge pull request #5914 from sirtom67/masterCharles Harris2015-05-2610-26/+406
|\ \ \ \
| * | | | New typemap for in-place arrays of arbitrary number of dimensions:Tom Krauss2015-05-2510-26/+406
* | | | | Merge pull request #5916 from jorisvandenbossche/doc-nanfunctionsCharles Harris2015-05-261-0/+2
|\ \ \ \ \
| * | | | | DOC: add nanmedian/nanpercentile to reference docsJoris Van den Bossche2015-05-261-0/+2
|/ / / / /
* | | | | Merge pull request #5913 from charris/minor-gitwash-correctionJaime2015-05-251-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | DOC: Commit message lines should not excede 72 characters.Charles Harris2015-05-251-1/+1
* | | | | Merge pull request #5892 from andreabedini/masterNathaniel J. Smith2015-05-241-28/+12
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Simplify numpy/distutils/__init__.pyAndrea Bedini2015-05-161-28/+12