File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 44
55[ 1 ] : https://pypi.org/project/pybigquery/#history
66
7+ ## 0.5.0
8+
9+ 2020-11-18
10+
11+ ### Features
12+
13+ - Support the ` ARRAY ` data type in generated DDL. ([ #64 ] ( https://github.com/mxmzdlv/pybigquery/pull/64 ) )
14+ - Support project ID and dataset ID in ` schema ` argument. ([ #63 ] ( https://github.com/mxmzdlv/pybigquery/pull/63] ) )
15+ - Implement ` get_view_names() ` method. ([ #62 ] ( https://github.com/mxmzdlv/pybigquery/pull/62 ) , [ #60 ] ( https://github.com/mxmzdlv/pybigquery/issues/60 ) )
16+
17+ ### Bug Fixes
18+
19+ - Ignore no-op nested labels. ([ #47 ] ( https://github.com/mxmzdlv/pybigquery/pull/47 ) )
20+
21+ ### Development
22+
23+ - Use flake8 for code style checks. ([ #71 ] ( https://github.com/mxmzdlv/pybigquery/pull/71 ) )
24+
725## 0.4.15
826
9272020-04-23
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ def readme():
1010
1111setup (
1212 name = "pybigquery" ,
13- version = '0.4.15 ' ,
13+ version = '0.5.0 ' ,
1414 description = "SQLAlchemy dialect for BigQuery" ,
1515 long_description = readme (),
1616 long_description_content_type = "text/x-rst" ,
You can’t perform that action at this time.
0 commit comments