summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Merge pull request #6785 from charris/fix-interpNathaniel J. Smith2015-12-072-22/+55
|\ \ \ \ \ \
| * | | | | | BUG: Quick and dirty fix for interp.Charles Harris2015-12-072-22/+55
|/ / / / / /
* | | | | | Merge pull request #6780 from ahaldane/preserve_metadataCharles Harris2015-12-062-0/+12
|\ \ \ \ \ \
| * | | | | | BUG: metadata is not copied to base_dtypeAllan Haldane2015-12-062-0/+12
| |/ / / / /
* | | | | | Merge pull request #6747 from charris/deprecate-fortran-viewCharles Harris2015-12-063-4/+47
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | DOC: Document fortran order view deprecation in 1.11 release notes.Charles Harris2015-12-031-1/+16
| * | | | | DEP: Deprecate changing shape of non-C-contiguous array via descr.Charles Harris2015-11-292-4/+32
* | | | | | Merge pull request #6774 from pv/bench-py3Charles Harris2015-12-052-5/+9
|\ \ \ \ \ \
| * | | | | | BENCH: allow benchmark suite to run on Python 3Pauli Virtanen2015-12-062-5/+9
|/ / / / / /
* | | | | | Merge pull request #6756 from joernhees/patch-1Charles Harris2015-12-051-3/+15
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | TST: test f2py, fallback on f2py2.7 etc., fixes #6718Jörn Hees2015-12-051-3/+15
* | | | | | Merge pull request #6763 from gerritholl/structured_multidim_masked_array_mvo...Charles Harris2015-12-042-0/+20
|\ \ \ \ \ \
| * | | | | | BUG/TST: Fix for #6724, make numpy.ma.mvoid consistent with numpy.voidGerrit Holl2015-12-032-0/+20
* | | | | | | Merge pull request #6757 from ahaldane/link_cblasCharles Harris2015-12-041-11/+38
|\ \ \ \ \ \ \
| * | | | | | | BUG: link cblas library if cblas is detectedAllan Haldane2015-12-041-11/+38
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #6715 from charris/fix-gh-6694Charles Harris2015-12-031-0/+1
|\ \ \ \ \ \ \
| * | | | | | | BUG: Include relevant files from numpy/linalg/lapack_lite in sdist.Charles Harris2015-11-241-0/+1
* | | | | | | | Merge pull request #6761 from gerritholl/structured_nested_masked_array_maskfillCharles Harris2015-12-032-1/+8
|\ \ \ \ \ \ \ \
| * | | | | | | | BUG/TST: Fix #6760 by correctly describing mask on nested subdtypesGerrit Holl2015-12-032-1/+8
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge pull request #6758 from seberg/resize-emptyCharles Harris2015-12-022-2/+10
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | BUG: resizing empty array with complex dtype failedSebastian Berg2015-12-022-2/+10
|/ / / / / / /
* | | | | | | Merge pull request #6754 from saimn/ma-changelogCharles Harris2015-12-021-1/+8
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | DOC: Add changelog for #6734 and #6748.Simon Conseil2015-12-021-1/+8
|/ / / / / /
* | | | | | Merge pull request #6734 from saimn/ma-mask-memoryCharles Harris2015-12-012-7/+22
|\ \ \ \ \ \
| * | | | | | Add some tests for mask creation with mask=True or False.Simon Conseil2015-12-011-0/+9
| * | | | | | Test that the mask dtype if MaskType before using np.zeros/onesSimon Conseil2015-12-011-2/+2
| * | | | | | ENH: Avoid memory peak when creating a MaskedArray with mask=True/False (#6732).Simon Conseil2015-11-261-8/+14
* | | | | | | Merge pull request #6748 from saimn/ma-repr-memoryCharles Harris2015-12-011-3/+16
|\ \ \ \ \ \ \
| * | | | | | | Use integer division to avoid casting to int.Simon Conseil2015-12-021-1/+1
| * | | | | | | Allow to change the maximum width with a class variable.Simon Conseil2015-12-011-4/+6
| * | | | | | | ENH: Avoid memory peak and useless computations when printing a MaskedArray.Simon Conseil2015-11-281-3/+14
| |/ / / / / /
* | | | | | | Merge pull request #6733 from gerritholl/structured_multidim_masked_array_strrepCharles Harris2015-12-012-1/+13
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | BUG/TST: Fix for #6729Gerrit Holl2015-12-012-1/+13
|/ / / / / /
* | | | | | Merge pull request #6726 from charris/fix-bugs-exposed-by-relaxed-stride-roll...Charles Harris2015-11-262-6/+8
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | TST: Fix travis-ci test for numpy wheels.Charles Harris2015-11-251-1/+1
| * | | | | MAINT: Localize variables only used with relaxed stride checking.Charles Harris2015-11-251-5/+7
| |/ / / /
* | | | | Merge pull request #6627 from ordirules/masterCharles Harris2015-11-251-0/+10
|\ \ \ \ \
| * | | | | added more textJulien Lhermitte2015-11-051-0/+4
| * | | | | added extra line in the tile help doc to outline a general repeat, commonly usedJulien Lhermitte2015-11-041-0/+6
* | | | | | Merge pull request #6717 from charris/fix-gh-6675Julian Taylor2015-11-251-1/+29
|\ \ \ \ \ \
| * | | | | | BUG: Readd fallback CBLAS detection on linux.Charles Harris2015-11-251-1/+29
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #6721 from gerritholl/circumvent-cython-problem-locallyCharles Harris2015-11-251-1/+2
|\ \ \ \ \ \
| * | | | | | BUG: Fix for #6719Gerrit Holl2015-11-251-1/+2
|/ / / / / /
* | | | | | Merge pull request #6302 from juliantaylor/werrvlaJulian Taylor2015-11-241-4/+4
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | MAINT: enable Werror=vla in travisJulian Taylor2015-11-241-4/+4
* | | | | | Merge pull request #6702 from ahaldane/fix_getfield_p_arithCharles Harris2015-11-241-11/+14
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | MAINT: fix casting warnings in mapping.cAllan Haldane2015-11-231-10/+13
| * | | | | BUG: fix pointer arithmetic in _get_field_viewAllan Haldane2015-11-211-1/+1
|/ / / / /
* | | | | Merge pull request #6662 from Iceman9/simicgCharles Harris2015-11-202-7/+20
|\ \ \ \ \
| * | | | | BLD: Enabled building with MSVC 14.0Iceman92015-11-182-7/+20