Skip to content

Commit

Permalink
Merge branch 'master' into renovate/pandas-1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
parthea authored Aug 25, 2021
2 parents c97707c + fbbf72c commit ab5c86b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@
[1]: https://pypi.org/project/google-cloud-bigquery/#history


## [2.25.0](https://www.github.com/googleapis/python-bigquery/compare/v2.24.1...v2.25.0) (2021-08-24)


### Features

* Support using GeoPandas for GEOGRAPHY columns ([#848](https://www.github.com/googleapis/python-bigquery/issues/848)) ([16f65e6](https://www.github.com/googleapis/python-bigquery/commit/16f65e6ae15979217ceea6c6d398c9057a363a13))

### [2.24.1](https://www.github.com/googleapis/python-bigquery/compare/v2.24.0...v2.24.1) (2021-08-13)


Expand Down
2 changes: 1 addition & 1 deletion google/cloud/bigquery/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "2.24.1"
__version__ = "2.25.0"
3 changes: 2 additions & 1 deletion samples/geography/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ importlib-metadata==4.6.4
libcst==0.3.20
munch==2.5.0
mypy-extensions==0.4.3
numpy==1.19.5
numpy==1.19.5; python_version < "3.7"
numpy==1.21.2; python_version > "3.6"
packaging==21.0
pandas==1.3.2
proto-plus==1.19.0
Expand Down

0 comments on commit ab5c86b

Please sign in to comment.