summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ | |/ / |/| |
| * | TST: Add tests for ma.dot.Charles Harris2015-11-102-21/+37
| * | BUG, MAINT: Refactor ma.dot function and the corresponding method.Charles Harris2015-11-102-162/+221
| * | STY: Minor style fixups.Charles Harris2015-11-072-3/+6
* | | Merge pull request #6649 from sieben/dict_litteralJaime2015-11-077-49/+33
|\ \ \
| * | | MAINT: Dictionary litteralRémy Léone2015-11-077-49/+33
* | | | Merge pull request #6652 from rgommers/remove-wafCharles Harris2015-11-071-528/+0
|\ \ \ \
| * | | | MAINT: remove _build_utils/waf.py.Ralf Gommers2015-11-071-528/+0
* | | | | Merge pull request #6648 from sieben/useless_semicolonJaime2015-11-072-2/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | MAINT: Remove useless semicolonRémy Léone2015-11-072-2/+2
| |/ / /