summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | 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
* | | | | | MAINT: fix spurious semicolon in macro definition of PyArray_FROM_OTCong Ma2015-11-181-1/+1
* | | | | | Merge pull request #6695 from juliantaylor/tmpdir-leakCharles Harris2015-11-171-17/+18
|\ \ \ \ \ \
| * | | | | | BUG: fix removing tempdirs created during buildJulian Taylor2015-11-171-17/+18
| |/ / / / /
* | | | | | Merge pull request #6690 from lzkelley/hist_check_range_finiteJaime2015-11-172-3/+27
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | BUG, MAINT: check that histogram range parameters are finite, add tests to as...lzkelley2015-11-172-3/+27
* | | | | | Merge pull request #6688 from ev-br/knownfCharles Harris2015-11-1612-59/+68
|\ \ \ \ \ \
| * | | | | | ENH: testing: add SkipTest and KnownFailureExceptionEvgeni Burovski2015-11-1612-59/+68
| |/ / / / /
* | | | | | Merge pull request #6666 from juliantaylor/prefetch-sumCharles Harris2015-11-163-0/+22
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | ENH: use prefetching for summationJulian Taylor2015-11-163-0/+22
* | | | | | Merge pull request #6681 from griffin-h/polyfit/weight_doc_updateCharles Harris2015-11-151-1/+2
|\ \ \ \ \ \
| * | | | | | add clarification of weights to documentationGriffin Hosseinzadeh2015-11-131-1/+2
* | | | | | | Merge pull request #6679 from pv/may-share-memory-fixJulian Taylor2015-11-155-59/+141
|\ \ \ \ \ \ \
| * | | | | | | BUG: don't use PyArray_Converter in may_share_memoryPauli Virtanen2015-11-122-4/+56
| * | | | | | | ENH: reimplement may_share_memory in C to improve its performancePauli Virtanen2015-11-124-55/+85
* | | | | | | | BUG: testing: fix a bug in assert_string_equalPauli Virtanen2015-11-142-6/+24
| |/ / / / / / |/| | | | | |
* | | | | | | DOC: document that assert_raises can be used as a context managerEvgeni Burovski2015-11-121-0/+12
|/ / / / / /
* | | | | | BUG: ma.make_mask should always return nomask for nomask argument.Charles Harris2015-11-112-4/+16
|/ / / / /
* | | | | Merge pull request #6653 from charris/fix-ma-dotCharles Harris2015-11-104-184/+262
|\ \ \ \ \ | |/ / / / |/| | | |