Skip to content

Commit ecd6a2b

Browse files
committed
whats new
1 parent 87531a0 commit ecd6a2b

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

docs/source/changelog.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
Changelog
22
=========
33

4+
.. _changelog-0.6.1:
5+
6+
0.6.1 / [unreleased]
7+
--------------------
8+
9+
- Improved ``read_gbq`` performance and memory consumption by delegating
10+
``DataFrame`` construction to the Pandas library, radically reducing
11+
the number of loops that execute in python
12+
(:issue:`128`)
13+
- Use general float with 15 decimal digit precision when writing to local
14+
CSV buffer in ``to_gbq``. This prevents numerical overflow in certain
15+
edge cases. (:issue:`192`)
16+
417
.. _changelog-0.6.0:
518

619
0.6.0 / 2018-08-15

0 commit comments

Comments
 (0)