Skip to content

Commit 834dfe9

Browse files
chore: release 0.16.1
1 parent e13abaf commit 834dfe9

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

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

3+
### [0.16.1](https://www.github.com/googleapis/python-bigquery-pandas/compare/v0.16.0...v0.16.1) (2021-12-07)
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+
* allow extreme DATE values such as `datetime.date(1, 1, 1)` in `load_gbq` ([#442](https://www.github.com/googleapis/python-bigquery-pandas/issues/442)) ([e13abaf](https://www.github.com/googleapis/python-bigquery-pandas/commit/e13abaf015cd1ea9da3ad5063680bf89e18f0fac))
10+
11+
12+
### Dependencies
13+
14+
* 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))
15+
316
## [0.16.0](https://www.github.com/googleapis/python-bigquery-pandas/compare/v0.16.0...v0.16.0) (2021-11-08)
417

518

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)