This repository was archived by the owner on May 7, 2026. It is now read-only.
Commit c25a6d0
feat: add support for Python 3.14 (#2232)
Co-authored-by: Lingqing Gan <lingqing.gan@gmail.com>
Co-authored-by: Shuowei Li <shuowei@google.com>
Co-authored-by: Tim Swena <swast@google.com>
Co-authored-by: Trevor Bergeron <tbergeron@google.com>1 parent 9e4da68 commit c25a6d0Copy full SHA for c25a6d0
54 files changed
+70-189Lines changed: 70 additions & 189 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- .github/workflows
- bigframes
- _config
- core
- compile/ibis_compiler
- indexes
- window
- ml
- operations
- session
- notebooks
- getting_started
- location
- remote_functions
- samples
- polars
- snippets
- tests
- system
- large/functions
- load
- small
- ml
- unit
- core/compile/sqlglot
- expressions
- functions
- third_party/bigframes_vendored/sklearn/preprocessing
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Expand file treeCollapse file tree
Open diff view settings
Collapse file
+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
15 | 15 | |
16 | 16 | |
17 | 17 | |
18 | | - |
| 18 | + |
19 | 19 | |
20 | 20 | |
21 | 21 | |
|
Collapse file
.github/workflows/unittest.yml
Copy file name to clipboardExpand all lines: .github/workflows/unittest.yml+2-2Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
14 | 14 | |
15 | 15 | |
16 | 16 | |
17 | | - |
| 17 | + |
18 | 18 | |
19 | 19 | |
20 | 20 | |
| ||
48 | 48 | |
49 | 49 | |
50 | 50 | |
51 | | - |
| 51 | + |
52 | 52 | |
53 | 53 | |
54 | 54 | |
|
Collapse file
+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
32 | 32 | |
33 | 33 | |
34 | 34 | |
35 | | - |
| 35 | + |
36 | 36 | |
37 | 37 | |
38 | 38 | |
|
Collapse file
+6-4Lines changed: 6 additions & 4 deletions
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
22 | 22 | |
23 | 23 | |
24 | 24 | |
25 | | - |
| 25 | + |
26 | 26 | |
27 | 27 | |
28 | 28 | |
| ||
72 | 72 | |
73 | 73 | |
74 | 74 | |
75 | | - |
| 75 | + |
76 | 76 | |
77 | 77 | |
78 | 78 | |
| ||
143 | 143 | |
144 | 144 | |
145 | 145 | |
146 | | - |
| 146 | + |
147 | 147 | |
148 | 148 | |
149 | 149 | |
150 | 150 | |
151 | | - |
| 151 | + |
152 | 152 | |
153 | 153 | |
154 | 154 | |
| ||
262 | 262 | |
263 | 263 | |
264 | 264 | |
| 265 | + |
265 | 266 | |
266 | 267 | |
267 | 268 | |
268 | 269 | |
269 | 270 | |
| 271 | + |
270 | 272 | |
271 | 273 | |
272 | 274 | |
|
Collapse file
+2-2Lines changed: 2 additions & 2 deletions
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
13 | 13 | |
14 | 14 | |
15 | 15 | |
16 | | - |
| 16 | + |
17 | 17 | |
18 | 18 | |
19 | 19 | |
| ||
23 | 23 | |
24 | 24 | |
25 | 25 | |
26 | | - |
| 26 | + |
27 | 27 | |
28 | 28 | |
29 | 29 | |
|
Collapse file
+3-3Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
30 | 30 | |
31 | 31 | |
32 | 32 | |
33 | | - |
34 | | - |
35 | | - |
| 33 | + |
| 34 | + |
| 35 | + |
36 | 36 | |
37 | 37 | |
38 | 38 | |
|
Collapse file
bigframes/core/block_transforms.py
Copy file name to clipboardExpand all lines: bigframes/core/block_transforms.py-1Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
618 | 618 | |
619 | 619 | |
620 | 620 | |
621 | | - |
622 | 621 | |
623 | 622 | |
624 | 623 | |
|
Collapse file
+2-2Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
657 | 657 | |
658 | 658 | |
659 | 659 | |
660 | | - |
661 | 660 | |
662 | 661 | |
663 | 662 | |
| ||
700 | 699 | |
701 | 700 | |
702 | 701 | |
703 | | - |
| 702 | + |
| 703 | + |
704 | 704 | |
705 | 705 | |
706 | 706 | |
|
Collapse file
bigframes/core/compile/ibis_compiler/scalar_op_registry.py
Copy file name to clipboardExpand all lines: bigframes/core/compile/ibis_compiler/scalar_op_registry.py-8Lines changed: 0 additions & 8 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1006 | 1006 | |
1007 | 1007 | |
1008 | 1008 | |
1009 | | - |
1010 | 1009 | |
1011 | 1010 | |
1012 | 1011 | |
| ||
1908 | 1907 | |
1909 | 1908 | |
1910 | 1909 | |
1911 | | - |
1912 | 1910 | |
1913 | 1911 | |
1914 | 1912 | |
| ||
1923 | 1921 | |
1924 | 1922 | |
1925 | 1923 | |
1926 | | - |
1927 | 1924 | |
1928 | 1925 | |
1929 | 1926 | |
| ||
1937 | 1934 | |
1938 | 1935 | |
1939 | 1936 | |
1940 | | - |
1941 | 1937 | |
1942 | 1938 | |
1943 | 1939 | |
| ||
1951 | 1947 | |
1952 | 1948 | |
1953 | 1949 | |
1954 | | - |
1955 | 1950 | |
1956 | 1951 | |
1957 | 1952 | |
| ||
1963 | 1958 | |
1964 | 1959 | |
1965 | 1960 | |
1966 | | - |
1967 | 1961 | |
1968 | 1962 | |
1969 | 1963 | |
| ||
1974 | 1968 | |
1975 | 1969 | |
1976 | 1970 | |
1977 | | - |
1978 | 1971 | |
1979 | 1972 | |
1980 | 1973 | |
| ||
1984 | 1977 | |
1985 | 1978 | |
1986 | 1979 | |
1987 | | - |
1988 | 1980 | |
1989 | 1981 | |
1990 | 1982 | |
|
Collapse file
bigframes/core/expression_factoring.py
Copy file name to clipboardExpand all lines: bigframes/core/expression_factoring.py+3-3Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
381 | 381 | |
382 | 382 | |
383 | 383 | |
384 | | - |
385 | | - |
386 | | - |
| 384 | + |
| 385 | + |
| 386 | + |
387 | 387 | |
388 | 388 | |
389 | 389 | |
|
0 commit comments