Commits
User selector
Commit History
Commits on Oct 20, 2025
feat: adds support for Python runtime 3.14 (#2322)
Show description for 6065e14authored
Commits on May 20, 2025
ci: Import numpy before pyarrow in tests to resolve import warning (#2187)
Show description for a3d6bf3andauthored
Commits on May 14, 2025
feat: Add dtype parameters to to_geodataframe functions (#2176)
Show description for ebfd0a8authored
Commits on Apr 1, 2025
fix: empty record dtypes (#2147)
Show description for 77d7173andauthored
Commits on Mar 18, 2025
fix: Allow protobuf 6.x (#2142)
Show description for 0842aa1andauthored
Commits on Feb 28, 2025
deps: Remove Python 3.7 and 3.8 as supported runtimes (#2133)
Show description for fb7de39authored
Commits on Feb 21, 2025
deps: use pandas-gbq to determine schema in `load_table_from_dataframe` (#2095)
Show description for 7603bd7authored
Commits on Jul 17, 2024
fix: Allow protobuf 5.x; require protobuf >=3.20.2; proto-plus >=1.22.3 (#1976)
Show description for 57bf873andauthored
Commits on Jul 10, 2024
feat: use `bigquery-magics` package for the `%%bigquery` magic (#1965)
Show description for 60128a5andauthoreddeps: bump min version of google-api-core and google-cloud-core to 2.x (#1972)
Show description for a958732authored
Commits on Mar 28, 2024
fix: make `pyarrow` an optional dependency post-3.20.0 yanked release (#1879)
Show description for 21714e1authored
Commits on Mar 19, 2024
fix: update error logging when converting to pyarrow column fails (#1836)
Show description for 0ac6e9bandauthored
Commits on Mar 7, 2024
chore: use mock from unittest (#1823)
Show description for 08762fbandauthored
Commits on Feb 28, 2024
docs(samples): updates to urllib3 constraint for Python 3.7 (#1834)
Show description for b099c32authored
Commits on Dec 1, 2023
feat: Add support for Python 3.12 (#1736)
Show description for 3c0976aauthored
Commits on Apr 4, 2023
chore: updates minimum version of bqstorage (#1542)
Show description for 0bf9546authored
Commits on Mar 24, 2023
fix: loosen ipywidgets restrictions further to address ipython compatibility issues (#1531)
Show description for 50e5026authored
Commits on Feb 8, 2023
fix: annotate optional integer parameters with optional type (#1487)
Show description for a190aaaauthored
Commits on Jan 13, 2023
deps: remove upper bound on packaging dependency (#1440)
Show description for 6088129andauthored
Commits on Dec 8, 2022
deps: update dependencies (#1282)
Show description for e1aa921authored
Commits on Nov 14, 2022
feat: add `reference_file_schema_uri` to LoadJobConfig, ExternalConfig (#1399)
Show description for 931285fauthored
Commits on Oct 19, 2022
Commits on Oct 11, 2022
feat: reconfigure tqdm progress bar in %%bigquery magic (#1355)
Show description for 506f781andauthored
Commits on Oct 7, 2022
fix(deps): allow protobuf 3.19.5 (#1379)
Show description for 3e4a074authored
Commits on Sep 29, 2022
fix(deps): require protobuf >= 3.20.2 (#1369)
Show description for f13383aauthored
Commits on Aug 12, 2022
fix(deps): require protobuf >=3.19, < 5.0.0 (#1311)
Show description for 1de7a52authored
Commits on Jul 19, 2022
docs(samples): explicitly add bq to samples reqs, upgrade grpc to fix bug on m1 (#1290)
Show description for 9b7e3e4authored
Commits on Jun 6, 2022
chore: test minimum dependencies in python 3.7 (#1269)
Show description for ee3c16cauthored
Commits on Mar 29, 2022
fix!: remove out-of-date BigQuery ML protocol buffers (#1178)
Show description for 76d88fbauthored
Commits on Mar 3, 2022
fix(deps): require google-api-core>=1.31.5, >=2.3.2 (#1157)
Show description for 0c15790authored
Commits on Mar 1, 2022
deps: add "extra" for IPython, exclude bad IPython release (#1151)
Show description for 0fbe12dauthored
Commits on Nov 8, 2021
Commits on Oct 26, 2021
feat: add support for INTERVAL data type to `list_rows` (#840)
Show description for e37380aauthored
Commits on Sep 1, 2021
fix: guard imports against unsupported pyarrow versions (#934)
Show description for b289076authored
Commits on Aug 24, 2021
- authored
Jim Fulton