Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | Merge pull request #6785 from charris/fix-interp | Nathaniel J. Smith | 2015-12-07 | 2 | -22/+55 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | BUG: Quick and dirty fix for interp. | Charles Harris | 2015-12-07 | 2 | -22/+55 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #6780 from ahaldane/preserve_metadata | Charles Harris | 2015-12-06 | 2 | -0/+12 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | BUG: metadata is not copied to base_dtype | Allan Haldane | 2015-12-06 | 2 | -0/+12 | |
| |/ / / / / | ||||||
* | | | | | | Merge pull request #6747 from charris/deprecate-fortran-view | Charles Harris | 2015-12-06 | 3 | -4/+47 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | DOC: Document fortran order view deprecation in 1.11 release notes. | Charles Harris | 2015-12-03 | 1 | -1/+16 | |
| * | | | | | DEP: Deprecate changing shape of non-C-contiguous array via descr. | Charles Harris | 2015-11-29 | 2 | -4/+32 | |
* | | | | | | Merge pull request #6774 from pv/bench-py3 | Charles Harris | 2015-12-05 | 2 | -5/+9 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | BENCH: allow benchmark suite to run on Python 3 | Pauli Virtanen | 2015-12-06 | 2 | -5/+9 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #6756 from joernhees/patch-1 | Charles Harris | 2015-12-05 | 1 | -3/+15 | |
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | ||||||
| * | | | | | TST: test f2py, fallback on f2py2.7 etc., fixes #6718 | Jörn Hees | 2015-12-05 | 1 | -3/+15 | |
* | | | | | | Merge pull request #6763 from gerritholl/structured_multidim_masked_array_mvo... | Charles Harris | 2015-12-04 | 2 | -0/+20 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | BUG/TST: Fix for #6724, make numpy.ma.mvoid consistent with numpy.void | Gerrit Holl | 2015-12-03 | 2 | -0/+20 | |
* | | | | | | | Merge pull request #6757 from ahaldane/link_cblas | Charles Harris | 2015-12-04 | 1 | -11/+38 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | BUG: link cblas library if cblas is detected | Allan Haldane | 2015-12-04 | 1 | -11/+38 | |
| | |/ / / / / | |/| | | | | | ||||||
* | | | | | | | Merge pull request #6715 from charris/fix-gh-6694 | Charles Harris | 2015-12-03 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | BUG: Include relevant files from numpy/linalg/lapack_lite in sdist. | Charles Harris | 2015-11-24 | 1 | -0/+1 | |
* | | | | | | | | Merge pull request #6761 from gerritholl/structured_nested_masked_array_maskfill | Charles Harris | 2015-12-03 | 2 | -1/+8 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | BUG/TST: Fix #6760 by correctly describing mask on nested subdtypes | Gerrit Holl | 2015-12-03 | 2 | -1/+8 | |
| | |_|/ / / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge pull request #6758 from seberg/resize-empty | Charles Harris | 2015-12-02 | 2 | -2/+10 | |
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | ||||||
| * | | | | | | | BUG: resizing empty array with complex dtype failed | Sebastian Berg | 2015-12-02 | 2 | -2/+10 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #6754 from saimn/ma-changelog | Charles Harris | 2015-12-02 | 1 | -1/+8 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | DOC: Add changelog for #6734 and #6748. | Simon Conseil | 2015-12-02 | 1 | -1/+8 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #6734 from saimn/ma-mask-memory | Charles Harris | 2015-12-01 | 2 | -7/+22 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Add some tests for mask creation with mask=True or False. | Simon Conseil | 2015-12-01 | 1 | -0/+9 | |
| * | | | | | | Test that the mask dtype if MaskType before using np.zeros/ones | Simon Conseil | 2015-12-01 | 1 | -2/+2 | |
| * | | | | | | ENH: Avoid memory peak when creating a MaskedArray with mask=True/False (#6732). | Simon Conseil | 2015-11-26 | 1 | -8/+14 | |
* | | | | | | | Merge pull request #6748 from saimn/ma-repr-memory | Charles Harris | 2015-12-01 | 1 | -3/+16 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Use integer division to avoid casting to int. | Simon Conseil | 2015-12-02 | 1 | -1/+1 | |
| * | | | | | | | Allow to change the maximum width with a class variable. | Simon Conseil | 2015-12-01 | 1 | -4/+6 | |
| * | | | | | | | ENH: Avoid memory peak and useless computations when printing a MaskedArray. | Simon Conseil | 2015-11-28 | 1 | -3/+14 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge pull request #6733 from gerritholl/structured_multidim_masked_array_strrep | Charles Harris | 2015-12-01 | 2 | -1/+13 | |
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | ||||||
| * | | | | | | BUG/TST: Fix for #6729 | Gerrit Holl | 2015-12-01 | 2 | -1/+13 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #6726 from charris/fix-bugs-exposed-by-relaxed-stride-roll... | Charles Harris | 2015-11-26 | 2 | -6/+8 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | TST: Fix travis-ci test for numpy wheels. | Charles Harris | 2015-11-25 | 1 | -1/+1 | |
| * | | | | | MAINT: Localize variables only used with relaxed stride checking. | Charles Harris | 2015-11-25 | 1 | -5/+7 | |
| |/ / / / | ||||||
* | | | | | Merge pull request #6627 from ordirules/master | Charles Harris | 2015-11-25 | 1 | -0/+10 | |
|\ \ \ \ \ | ||||||
| * | | | | | added more text | Julien Lhermitte | 2015-11-05 | 1 | -0/+4 | |
| * | | | | | added extra line in the tile help doc to outline a general repeat, commonly used | Julien Lhermitte | 2015-11-04 | 1 | -0/+6 | |
* | | | | | | Merge pull request #6717 from charris/fix-gh-6675 | Julian Taylor | 2015-11-25 | 1 | -1/+29 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | BUG: Readd fallback CBLAS detection on linux. | Charles Harris | 2015-11-25 | 1 | -1/+29 | |
| | |/ / / / | |/| | | | | ||||||
* | | | | | | Merge pull request #6721 from gerritholl/circumvent-cython-problem-locally | Charles Harris | 2015-11-25 | 1 | -1/+2 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | BUG: Fix for #6719 | Gerrit Holl | 2015-11-25 | 1 | -1/+2 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #6302 from juliantaylor/werrvla | Julian Taylor | 2015-11-24 | 1 | -4/+4 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | MAINT: enable Werror=vla in travis | Julian Taylor | 2015-11-24 | 1 | -4/+4 | |
* | | | | | | Merge pull request #6702 from ahaldane/fix_getfield_p_arith | Charles Harris | 2015-11-24 | 1 | -11/+14 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | MAINT: fix casting warnings in mapping.c | Allan Haldane | 2015-11-23 | 1 | -10/+13 | |
| * | | | | | BUG: fix pointer arithmetic in _get_field_view | Allan Haldane | 2015-11-21 | 1 | -1/+1 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #6662 from Iceman9/simicg | Charles Harris | 2015-11-20 | 2 | -7/+20 | |
|\ \ \ \ \ | ||||||
| * | | | | | BLD: Enabled building with MSVC 14.0 | Iceman9 | 2015-11-18 | 2 | -7/+20 |