Commit db5fcc8
authored
File tree
Expand file treeCollapse file tree
6 files changed
+94
-3
lines changedFilter options
- doc/release
- numpy/core
- code_generators
- src/umath
- tests
Expand file treeCollapse file tree
6 files changed
+94
-3
lines changeddoc/release/1.17.0-notes.rst
Copy file name to clipboardExpand all lines: doc/release/1.17.0-notes.rst+6Lines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
191 | 191 |
|
192 | 192 |
|
193 | 193 |
|
| 194 | + |
| 195 | + |
| 196 | + |
| 197 | + |
| 198 | + |
| 199 | + |
194 | 200 |
|
195 | 201 |
|
196 | 202 |
|
|
numpy/core/code_generators/generate_umath.py
Copy file name to clipboardExpand all lines: numpy/core/code_generators/generate_umath.py+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
827 | 827 |
|
828 | 828 |
|
829 | 829 |
|
830 |
| - |
| 830 | + |
831 | 831 |
|
832 | 832 |
|
833 | 833 |
|
| ||
839 | 839 |
|
840 | 840 |
|
841 | 841 |
|
842 |
| - |
| 842 | + |
843 | 843 |
|
844 | 844 |
|
845 | 845 |
|
846 | 846 |
|
847 | 847 |
|
848 |
| - |
| 848 | + |
849 | 849 |
|
850 | 850 |
|
851 | 851 |
|
|
numpy/core/src/umath/fast_loop_macros.h
Copy file name to clipboardExpand all lines: numpy/core/src/umath/fast_loop_macros.h+25Lines changed: 25 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
64 | 64 |
|
65 | 65 |
|
66 | 66 |
|
| 67 | + |
| 68 | + |
67 | 69 |
|
68 | 70 |
|
69 | 71 |
|
| ||
82 | 84 |
|
83 | 85 |
|
84 | 86 |
|
| 87 | + |
| 88 | + |
| 89 | + |
| 90 | + |
| 91 | + |
| 92 | + |
| 93 | + |
| 94 | + |
| 95 | + |
| 96 | + |
| 97 | + |
| 98 | + |
| 99 | + |
| 100 | + |
| 101 | + |
| 102 | + |
| 103 | + |
| 104 | + |
| 105 | + |
| 106 | + |
| 107 | + |
| 108 | + |
| 109 | + |
85 | 110 |
|
86 | 111 |
|
87 | 112 |
|
|
numpy/core/src/umath/loops.c.src
Copy file name to clipboardExpand all lines: numpy/core/src/umath/loops.c.src+25Lines changed: 25 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
644 | 644 |
|
645 | 645 |
|
646 | 646 |
|
| 647 | + |
| 648 | + |
| 649 | + |
| 650 | + |
| 651 | + |
| 652 | + |
| 653 | + |
| 654 | + |
| 655 | + |
| 656 | + |
| 657 | + |
| 658 | + |
| 659 | + |
647 | 660 |
|
648 | 661 |
|
649 | 662 |
|
| ||
875 | 888 |
|
876 | 889 |
|
877 | 890 |
|
| 891 | + |
| 892 | + |
| 893 | + |
| 894 | + |
| 895 | + |
| 896 | + |
| 897 | + |
| 898 | + |
| 899 | + |
| 900 | + |
| 901 | + |
| 902 | + |
878 | 903 |
|
879 | 904 |
|
880 | 905 |
|
|
numpy/core/src/umath/loops.h.src
Copy file name to clipboardExpand all lines: numpy/core/src/umath/loops.h.src+14Lines changed: 14 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
38 | 38 |
|
39 | 39 |
|
40 | 40 |
|
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
41 | 48 |
|
42 | 49 |
|
43 | 50 |
|
| ||
146 | 153 |
|
147 | 154 |
|
148 | 155 |
|
| 156 | + |
| 157 | + |
| 158 | + |
| 159 | + |
| 160 | + |
| 161 | + |
| 162 | + |
149 | 163 |
|
150 | 164 |
|
151 | 165 |
|
|
numpy/core/tests/test_ufunc.py
Copy file name to clipboardExpand all lines: numpy/core/tests/test_ufunc.py+21Lines changed: 21 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1915 | 1915 |
|
1916 | 1916 |
|
1917 | 1917 |
|
| 1918 | + |
| 1919 | + |
| 1920 | + |
| 1921 | + |
| 1922 | + |
| 1923 | + |
| 1924 | + |
| 1925 | + |
| 1926 | + |
| 1927 | + |
| 1928 | + |
| 1929 | + |
| 1930 | + |
| 1931 | + |
| 1932 | + |
| 1933 | + |
| 1934 | + |
| 1935 | + |
| 1936 | + |
| 1937 | + |
| 1938 | + |
0 commit comments