Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb13c58f

Browse files
authored
chore(bigquery): release 1.24.0 (#10322)
1 parenta65065c commitb13c58f

File tree

2 files changed

+41
-1
lines changed

2 files changed

+41
-1
lines changed

‎bigquery/CHANGELOG.md‎

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,46 @@
44

55
[1]:https://pypi.org/project/google-cloud-bigquery/#history
66

7+
##1.24.0
8+
9+
02-03-2020 01:38 PST
10+
11+
###Implementation Changes
12+
13+
- Fix inserting missing repeated fields. ([#10196](https://github.com/googleapis/google-cloud-python/pull/10196))
14+
- Deprecate`client.dataset()` in favor of`DatasetReference`. ([#7753](https://github.com/googleapis/google-cloud-python/pull/7753))
15+
- Use faster`to_arrow` +`to_pandas` in`to_dataframe()` when`pyarrow` is available. ([#10027](https://github.com/googleapis/google-cloud-python/pull/10027))
16+
- Write pandas`datetime[ns]` columns to BigQuery TIMESTAMP columns. ([#10028](https://github.com/googleapis/google-cloud-python/pull/10028))
17+
18+
###New Features
19+
20+
- Check`rows` argument type in`insert_rows()`. ([#10174](https://github.com/googleapis/google-cloud-python/pull/10174))
21+
- Check`json_rows` arg type in`insert_rows_json()`. ([#10162](https://github.com/googleapis/google-cloud-python/pull/10162))
22+
- Make`RowIterator.to_dataframe_iterable()` method public. ([#10017](https://github.com/googleapis/google-cloud-python/pull/10017))
23+
- Add retry parameter to public methods where missing. ([#10026](https://github.com/googleapis/google-cloud-python/pull/10026))
24+
- Add timeout parameter to Client and Job public methods. ([#10002](https://github.com/googleapis/google-cloud-python/pull/10002))
25+
- Add timeout parameter to`QueryJob.done()` method. ([#9875](https://github.com/googleapis/google-cloud-python/pull/9875))
26+
- Add`create_bqstorage_client` parameter to`to_dataframe()` and`to_arrow()` methods. ([#9573](https://github.com/googleapis/google-cloud-python/pull/9573))
27+
28+
###Dependencies
29+
30+
- Fix minimum versions of`google-cloud-core` and`google-resumable-media` dependencies. ([#10016](https://github.com/googleapis/google-cloud-python/pull/10016))
31+
32+
###Documentation
33+
34+
- Fix a comment typo in`job.py`. ([#10209](https://github.com/googleapis/google-cloud-python/pull/10209))
35+
- Update code samples of load table file and load table URI. ([#10175](https://github.com/googleapis/google-cloud-python/pull/10175))
36+
- Uncomment`Client` constructor and imports in samples. ([#10058](https://github.com/googleapis/google-cloud-python/pull/10058))
37+
- Remove unused query code sample. ([#10024](https://github.com/googleapis/google-cloud-python/pull/10024))
38+
- Update code samples to use strings for table and dataset IDs. ([#9974](https://github.com/googleapis/google-cloud-python/pull/9974))
39+
40+
###Internal / Testing Changes
41+
42+
- Bump copyright year to 2020, tweak docstring formatting (via synth).[#10225](https://github.com/googleapis/google-cloud-python/pull/10225)
43+
- Add tests for concatenating categorical columns. ([#10180](https://github.com/googleapis/google-cloud-python/pull/10180))
44+
- Adjust test assertions to the new default timeout. ([#10222](https://github.com/googleapis/google-cloud-python/pull/10222))
45+
- Use Python 3.6 for the nox blacken session (via synth). ([#10012](https://github.com/googleapis/google-cloud-python/pull/10012))
46+
747
##1.23.1
848

949
12-16-2019 09:39 PST

‎bigquery/setup.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
name="google-cloud-bigquery"
2424
description="Google BigQuery API client library"
25-
version="1.23.1"
25+
version="1.24.0"
2626
# Should be one of:
2727
# 'Development Status :: 3 - Alpha'
2828
# 'Development Status :: 4 - Beta'

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp