We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87531a0 commit ecd6a2bCopy full SHA for ecd6a2b
docs/source/changelog.rst
@@ -1,6 +1,19 @@
1
Changelog
2
=========
3
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
17
.. _changelog-0.6.0:
18
19
0.6.0 / 2018-08-15
0 commit comments