Skip to content

Commit 225c434

Browse files
authored
DOC: Changelog for 0.4.0 (#155)
Preparing for a release of 0.4.0.
1 parent 6294f7a commit 225c434

File tree

1 file changed

+15
-5
lines changed

1 file changed

+15
-5
lines changed

docs/source/changelog.rst

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,22 @@
11
Changelog
22
=========
33

4-
0.4.0 / [TBD]
4+
0.4.0 / 2018-04-03
55
------------------
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
19+
standard output. (:issue:`12`)
1020

1121
0.3.1 / 2018-02-13
1222
------------------

0 commit comments

Comments
 (0)