Releases: googleapis/python-bigquery
Releases · googleapis/python-bigquery
v2.4.0
Features
- add progress bar to
QueryJob.to_dataframe
andto_arrow
(#352) (dc78edd) - allow routine references (#378) (f9480dc)
Bug Fixes
Performance Improvements
- avoid extra API calls from
to_dataframe
if all rows are cached (#384) (c52b317) - cache first page of
jobs.getQueryResults
rows (#374) (86f6a51) - use
getQueryResults
from DB-API (#375) (30de15f)
Dependencies
v2.3.1
11-05-2020 09:27 PST
Internal / Testing Changes
- update
google.cloud.bigquery.__version__
v2.3.0
Features
- add
reload
argument to*Job.done()
functions (#341) (e51fd45) - pass retry from Job.result() to Job.done() (#41) (284e17a)
Bug Fixes
- add missing spaces in opentelemetry log message (#360) (4f326b1)
- dbapi: avoid running % format with no query parameters (#348) (5dd1a5e)
- create_job method accepts dictionary arguments (#300) (155bacc)
Performance Improvements
Documentation
v2.2.0
Features
- add method api_repr for table list item (#299) (07c70f0)
- add support for listing arima, automl, boosted tree, DNN, and matrix factorization models (#328) (502a092)
- add timeout paramter to load_table_from_file and it dependent methods (#327) (b0dd892)
- add to_api_repr method to Model (#326) (fb401bd)
- allow client options to be set in magics context (#322) (5178b55)
Bug Fixes
- make TimePartitioning repr evaluable (#110) (20f473b), closes #109
- use version.py instead of pkg_resources.get_distribution (#307) (b8f502b)
Performance Improvements
Documentation
- update clustering field docstrings (#286) (5ea1ece), closes #285
- update snippets samples to support version 2.0 (#309) (61634be)
Dependencies
v2.1.0
Features
Bug Fixes
Performance Improvements
Documentation
v2.0.0
09-30-2020 14:51 PDT
Implementation Changes
- Transition the library to microgenerator. (#278)
This is a breaking change that drops support for Python 2.7 and 3.5 and brings a few other changes.
See migration guide for more info.
Internal / Testing Changes
v1.28.0
Features
- add custom cell magic parser to handle complex
--params
values (#213) (dcfbac2) - add instrumentation to list methods (#239) (fa9f9ca)
- add opentelemetry tracing (#215) (a04996c)
- expose require_partition_filter for hive_partition (#257) (aa1613c)
Bug Fixes
- fix dependency issue in fastavro (#241) (2874abf)
- update minimum dependency versions (#263) (1be66ce)
- validate job_config.source_format in load_table_from_dataframe (#262) (6160fee)