You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/changelog.rst
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,7 @@ Changelog
6
6
- Fix bug with querying for an array of floats (:issue:`123`)
7
7
- Fix bug with integer columns on Windows. Explicitly use 64bit integers when converting from BQ types. (:issue:`119`)
8
8
- Update ``google-cloud-python`` dependency to version 0.32.0+. Fixes bug caused by breaking change the way ``google-cloud-python`` handles additional configuration argument to ``read_gbq``. (:issue:`152`)
9
+
- **Deprecates** the ``verbose`` parameter. Messages use the logging module instead of printing progress directly to standard output. (:issue:`12`)
0 commit comments