Skip to content

Commit f9ba21d

Browse files
chore: release 0.16.1
1 parent 928e47b commit f9ba21d

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
### [0.16.1](https://www.github.com/googleapis/python-bigquery-pandas/compare/v0.16.0...v0.16.1) (2021-11-30)
4+
5+
6+
### Bug Fixes
7+
8+
* `to_gbq` allows strings for DATE and floats for NUMERIC with `api_method="load_parquet"` ([#423](https://www.github.com/googleapis/python-bigquery-pandas/issues/423)) ([2180836](https://www.github.com/googleapis/python-bigquery-pandas/commit/21808367d02b5b7fcf35b3c7520224c819879aec))
9+
10+
11+
### Dependencies
12+
13+
* require pandas 0.24+ and db-dtypes for TIME/DATE extension dtypes ([#423](https://www.github.com/googleapis/python-bigquery-pandas/issues/423)) ([2180836](https://www.github.com/googleapis/python-bigquery-pandas/commit/21808367d02b5b7fcf35b3c7520224c819879aec))
14+
315
## [0.16.0](https://www.github.com/googleapis/python-bigquery-pandas/compare/v0.16.0...v0.16.0) (2021-11-08)
416

517

pandas_gbq/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# Use of this source code is governed by a BSD-style
33
# license that can be found in the LICENSE file.
44

5-
__version__ = "0.16.0"
5+
__version__ = "0.16.1"

0 commit comments

Comments
 (0)