summaryrefslogtreecommitdiff
path: root/numpy/core/tests
Commit message (Expand)AuthorAgeFilesLines
* BUG: numpy.ndarray.tofile creates a corrupt file for large arrays in append f...Pavel Potocek2016-12-041-2/+11
* BUG: fix test_api test that fails intermittently in python 3James Sanders2016-12-031-1/+1
* BUG: Fix iteration over reversed subspaces in mapiter_@name@.Yu Feng2016-11-221-0/+9
* TST: Path test should resolve symlinks when comparingWendell Smith2016-11-131-3/+3
* BUG: Update operator `**` tests for new behavior.Charles Harris2016-11-051-17/+35
* Merge pull request #8190 from charris/add-fpower-ufuncCharles Harris2016-11-051-0/+11
|\
| * ENH: Add a float_power function with at least float64 precision.Charles Harris2016-11-021-0/+11
* | Merge pull request #8222 from nouiz/mean_float16Charles Harris2016-11-031-0/+5
|\ \
| * | [ENH]Make numpy.mean() do more precise computation without changing the outpu...Frederic Bastien2016-10-281-0/+5
* | | Merge pull request #8200 from skwbc/structure_formatahaldane2016-11-011-1/+15
|\ \ \
| * | | BUG: Fix array2string for structured array scalarsShota Kawabuchi2016-10-291-0/+5
| * | | BUG: Fix subarray format changed in #8160Shota Kawabuchi2016-10-221-1/+10
* | | | ENH: Deprecation warnings for `/` integer division when running python -3saurabh2016-11-014-3/+28
| |/ / |/| |
* | | Merge pull request #8198 from eric-wieser/warning-on-accumulate-keepdimCharles Harris2016-10-231-0/+9
|\ \ \ | |_|/ |/| |
| * | DEP: Deprecate the keepdims argument to accumulateEric Wieser2016-10-231-0/+9
| |/
* | Merge pull request #8189 from ahaldane/nonwriteable_setfieldCharles Harris2016-10-201-0/+9
|\ \
| * | BUG: setfield should raise if arr is not writeableAllan Haldane2016-10-201-0/+9
| |/
* | Merge pull request #8127 from charris/integer-to-negative-powerCharles Harris2016-10-202-19/+33
|\ \ | |/ |/|
| * ENH: Power ufunc raises error for integer to negative integer powers.Charles Harris2016-10-201-12/+30
| * BUG: integer 0 to a negative power should error.Eric Moore2016-10-072-13/+9
* | BUG: fix _array2string for strustured array (issue #5692)Shota Kawabuchi2016-10-181-0/+15
* | MAINT: Expose void-scalar "base" attribute in pythonAllan Haldane2016-10-131-0/+5
* | Merge pull request #8103 from mattip/pypy-fixesNathaniel J. Smith2016-10-081-55/+55
|\ \ | |/ |/|
| * STY: add spaces and endif documentationMatti Picus2016-10-011-55/+55
* | Merge pull request #8125 from charris/deepcopy_objectCharles Harris2016-10-071-1/+17
|\ \
| * | BUG: Fixed deepcopy of F-order object arrays.pelson2016-10-071-1/+17
* | | BUG: Fix array printing with precision=0.wrwrwr2016-10-071-0/+10
* | | BUG: core: add missing error check after PyLong_AsSsize_tPauli Virtanen2016-10-031-0/+6
|/ /
* | ENH: Allows contraction order optimization in einsum function.Daniel Smith2016-09-261-297/+569
* | Merge pull request #6054 from ahaldane/warnviewCharles Harris2016-09-243-34/+75
|\ \
| * | MAINT: Add deprecation warning to multi-field views/assignmentAllan Haldane2016-09-243-34/+75
| |/
* | BUG: non-integers can end up in dtype offsetsAllan Haldane2016-09-221-0/+15
|/
* Merge pull request #8051 from pslacerda/clear_snanJulian Taylor2016-09-191-0/+6
|\
| * BUG: Clear signaling NaN exceptionsPedro Lacerda2016-09-151-0/+6
* | ENH: a.resize(.., refcheck=True) is almost unusable on PyPyMatti Picus2016-09-172-9/+32
|/
* BUG: core: fix bug in NpyIter buffering with discontinuous arraysPauli Virtanen2016-09-112-0/+37
* DOC: change Numpy to NumPy in dosctrings and commentsPierre de Buyl2016-09-062-4/+4
* ENH: Add stacklevel to all (or almost all) our function callsSebastian Berg2016-09-021-1/+1
* Merge pull request #7099 from seberg/suppressed_warningsCharles Harris2016-09-0211-116/+124
|\
| * TST: Silence warnings otherwise shown in release modeSebastian Berg2016-09-021-1/+2
| * TST: Use new warnings context manager in all testsSebastian Berg2016-09-029-85/+80
| * MAINT: Add missing teardown in deprecation test caseSebastian Berg2016-09-021-0/+2
| * BUG: Suppress common NaT warningsSebastian Berg2016-09-021-31/+41
* | TST: fix inplace case of alignment data generatorJulian Taylor2016-09-012-7/+8
* | ENH: add inplace cases to fast ufunc loop macrosJulian Taylor2016-09-011-3/+5
|/
* Merge pull request #7937 from charris/fix-quicksort-for-bogus-comparisonJulian Taylor2016-08-171-0/+11
|\
| * BUG: Guard against buggy comparisons in generic quicksort.Charles Harris2016-08-151-0/+11
* | ENH: skip or avoid gc/objectmodel differences btwn pypy and cpythonmattip2016-08-158-88/+127
|/
* ENH: added axis param for np.count_nonzerogfyoung2016-08-041-2/+110
* ENH: turn quicksort into introsortJulian Taylor2016-07-211-0/+15