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
+15-5Lines changed: 15 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,22 @@
1
1
Changelog
2
2
=========
3
3
4
-
0.4.0 / [TBD]
4
+
0.4.0 / 2018-04-03
5
5
------------------
6
-
- Fix bug with querying for an array of floats (:issue:`123`)
7
-
- Fix bug with integer columns on Windows. Explicitly use 64bit integers when converting from BQ types. (:issue:`119`)
8
-
- Fix bug caused by breaking change the way ``google-cloud-python`` version 0.32.0+ 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`)
6
+
7
+
- Fix bug in `read_gbq` when building a dataframe with integer columns
8
+
on Windows. Explicitly use 64bit integers when converting from BQ types.
9
+
(:issue:`119`)
10
+
- Fix bug in `read_gbq` when querying for an array of floats (:issue:`123`)
11
+
- Fix bug in `read_gbq` with configuration argument. Updates `read_gbq` to
12
+
account for breaking change in the way ``google-cloud-python`` version
13
+
0.32.0+ handles query configuration API representation. (:issue:`152`)
14
+
- Fix bug in `to_gbq` where seconds were discarded in timestamp columns.
15
+
(:issue:`148`)
16
+
- Fix bug in `to_gbq` when supplying a user-defined schema (:issue:`150`)
17
+
- **Deprecate** the ``verbose`` parameter in `read_gbq` and `to_gbq`.
18
+
Messages use the logging module instead of printing progress directly to
0 commit comments