summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
...
* | | | 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
* | | | ENH: structured datatype safety checksAllan Haldane2015-06-057-38/+332
| |_|/ |/| |
* | | DOC: Document '@' and matmul.Charles Harris2015-06-041-1/+126
* | | 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
* | | 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-033-18/+145
|\ \ \
| * | | ENH: Let MaskedArray getter, setter respect baseclass overridesMarten van Kerkwijk2015-04-223-18/+145
* | | | 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
* | | | | | 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
* | | | | | MANT: Style clean-up in VOID_compareJaime Fernandez2015-05-301-21/+15
|/ / / / /
* | | | | DOC: np.std and np.var docstring examples are outdatedMortada Mehyar2015-05-281-12/+12
* | | | | DOC: Fix typo and some grammarVraj Mohan2015-05-271-2/+2
* | | | | Merge pull request #5892 from andreabedini/masterNathaniel J. Smith2015-05-241-28/+12
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Simplify numpy/distutils/__init__.pyAndrea Bedini2015-05-161-28/+12
* | | | | MAINT: conditional copy=False in some astype callsalex2015-05-221-4/+16
* | | | | MAINT: skip copy=False for det and logdetalex2015-05-221-3/+2
* | | | | MAINT: use copy=False in a few astype callsalex2015-05-221-18/+21
* | | | | MAINT: more consistent notation in umath_linalgalex2015-05-211-5/+13
* | | | | MAINT: use more conservative integer types for umath linalgalex2015-05-201-36/+54
* | | | | Merge pull request #5893 from stefanv/hannNathaniel J. Smith2015-05-181-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | DOC: Fix spelling of Von Hann's surnameStefan van der Walt2015-05-181-1/+1
* | | | | Merge pull request #5886 from jaimefrio/cross_axisCharles Harris2015-05-172-14/+24
|\ \ \ \ \
| * | | | | BUG: Handling of axisc in np.crossJaime Fernandez2015-05-172-14/+24
| | |/ / / | |/| | |
* | | | | MANT: handling of axis in np.ma.compress_ndJaime Fernandez2015-05-171-16/+14
|/ / / /
* | | | BUG: fix _broadcast_shape (and broadcast_array) for len(args) > 32Stephan Hoyer2015-05-152-0/+9
* | | | MAINT: Simplify code in cov function a bit.Charles Harris2015-05-131-6/+5
* | | | Merge pull request #4960 from tpoole/weighted_covCharles Harris2015-05-132-36/+176
|\ \ \ \
| * | | | ENH: add 'fweights' and 'aweights' arguments to covariance calculations.tpoole2015-05-132-36/+176
* | | | | Fixed spelling mistakeRichard Barnes2015-05-121-1/+1
* | | | | Merge pull request #5605 from shoyer/stackCharles Harris2015-05-126-10/+137
|\ \ \ \ \