ABCDEFGHIJKLMNOPQRSTU
1
BugFix
2
IDTitleURL/SourceAutomatability of Detection
0: Domain Specific
1: Requires Program Analysis
2: Pattern
Symptoms:
Performance
Wrong Results
Crashes
CategorizationPatchAutomatability
3
1481fromstring/fromfile behave badly with malformed data (Trac #883)
https://github.com/numpy/numpy/issues/1481
1Wrong results Special Values0
4
6127BUG rounding error in divmod
https://github.com/numpy/numpy/issues/6127
1Wrong resultsAccuracy1
5
4381BUG: not assigning full precision values to longdouble scalars
https://github.com/numpy/numpy/issues/4381
2Wrong resultsAccuracyPR #61990
6
1636
test failing: test_umath.TestComplexFunctions.test_loss_of_precision(<type 'numpy.complex256'>,) (Trac #1038)
https://github.com/numpy/numpy/issues/1636
1Wrong resultsAccuracynot found
7
624Wrong result when calculating the mean masking nan values on a 64 bit system (Trac #2170)
https://github.com/numpy/numpy/issues/624
1Wrong resultsAccuracy0
8
1063ndarray's mean method should be computed using double precision (Trac #465)
https://github.com/numpy/numpy/issues/1063
1Wrong resultsAccuracy1
9
852ma & numpy arithmetic not commutative (Trac #254)
https://github.com/numpy/numpy/issues/852
2CrashCorrectnessnot found
10
710string representation of longfloat numpy arrays shows inf instead of real value (Trac #112)
https://github.com/numpy/numpy/issues/710
1Wrong resultsCorrectness0
11
5732Fixed bug if integer list passed into nan_to_num
https://github.com/numpy/numpy/pull/5732
1CrashCorrectness1
12
1511max is bogus if nan is in the array (Trac #913)
https://github.com/numpy/numpy/issues/1511
2Wrong resultsSpecial Values
Check the comments
0
13
1392Patch to fix behavior of numpy.sign(numpy.nan) (Trac #794)
https://github.com/numpy/numpy/issues/1392
1Wrong resultsSpecial Values0
14
1578NaN's are silenty converted to ints (Trac #980)
https://github.com/numpy/numpy/issues/1578
1Wrong resultsSpecial Values1
15
629pickle with masked array (Trac #2175)
https://github.com/numpy/numpy/issues/629
1CrashSpecial Valuesnot found
16
1512min is bogus if nan is in the array (Trac #914)
https://github.com/numpy/numpy/issues/1512
1Wrong resultsSpecial Values1
17
1755Unexpected results with inf and complex numbers (Trac #1157)
https://github.com/numpy/numpy/issues/1755
1Wrong resultsSpecial Values0
18
2321Error in tanh for large complex argument (Trac #1726)
https://github.com/numpy/numpy/issues/2321
1Wrong resultsSpecial Values2
19
2144np.isinf broken on solaris (Trac #1547)
https://github.com/numpy/numpy/issues/2144
1CrashSpecial Values
Same as #2097
0
20
643ValueError in nanargmin (Trac #2190)
https://github.com/numpy/numpy/issues/643
1Wrong resultsSpecial Values1
21
605interp(nan, ...) should yield nan (Trac #2149)
https://github.com/numpy/numpy/issues/605
1Wrong resultsSpecial Values0
22
8364BUG: handle unmasked NaN in ma.median like normal median
https://github.com/numpy/numpy/pull/8364
1Wrong ResultsSpecial Values
https://github.com/numpy/numpy/pull/8364/files
1
23
8489BUG: fix wrong masked median for some special cases
https://github.com/numpy/numpy/pull/8489
1Wrong ResultsSpecial Values
https://github.com/numpy/numpy/pull/8489/files
0
24
8713BUG: Don't signal FP exceptions in np.absolute
https://github.com/numpy/numpy/pull/8713
1PerformanceSpecial Values1
25
8468BUG: Ensure inf/nan removal in assert_array_compare is matrix-safe.
https://github.com/numpy/numpy/pull/8468
1Wrong ResultsSpecial Values0
26
7349MAINT: Hide nan warnings for masked internal MA computations
https://github.com/numpy/numpy/pull/7349
1Wrong ResultsSpecial Values1
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100