summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #6817 from cgohlke/patch-1Charles Harris2015-12-121-0/+6
|\
| * BUG: Disable 32-bit msvc9 compiler optimizations for npy_rintChristoph Gohlke2015-12-111-0/+6
* | Merge pull request #6820 from madphysicist/patch-1Jaime2015-12-121-2/+2
|\ \
| * | Updated typos in histogram bin estimator equationsMad Physicist2015-12-111-2/+2
| |/
* | Merge pull request #6791 from Daetalus/bug_fixingNathaniel J. Smith2015-12-121-1/+14
|\ \
| * | BUG: Fix thinko in assert_deprecated()Boxiang Sun2015-12-121-1/+14
* | | TST: Fix test_mvoid_multidim_print failures on Python 2.x for WindowsChristoph Gohlke2015-12-111-4/+4
| |/ |/|
* | TST,BUG: Make test_mvoid_multidim_print work for 32 bit systems.Charles Harris2015-12-111-1/+1
* | Merge pull request #6808 from charris/fix-assert-in-testsJaime2015-12-1113-67/+68
|\ \ | |/ |/|
| * MAINT: Replace assert with assert_(...) in some tests.Charles Harris2015-12-1013-67/+68
* | [TST] fix test_dtype_error to actually test what it's supposed toNathaniel J. Smith2015-12-081-3/+3
|/
* Merge pull request #6775 from charris/add-future-importsCharles Harris2015-12-078-1/+15
|\
| * MAINT: Include from __future__ boilerplate in some files missing it.Charles Harris2015-12-058-1/+15
* | 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-062-4/+32
|\ \ | |/ |/|
| * DEP: Deprecate changing shape of non-C-contiguous array via descr.Charles Harris2015-11-292-4/+32
* | 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 #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
| |/ /
* | | BUG: resizing empty array with complex dtype failedSebastian Berg2015-12-022-2/+10
|/ /
* | 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
| |/ /
* | | 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-261-5/+7
|\ \ | |/ |/|
| * 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
| | |/ | |/|
* | | BUG: Fix for #6719Gerrit Holl2015-11-251-1/+2
|/ /
* | 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
* | | Merge pull request #6698 from matthew-brett/test-rint-bugNathaniel J. Smith2015-11-181-0/+10
|\ \ \
| * | | TST: test np.rint bug for large integersMatthew Brett2015-11-171-0/+10