Skip to content
This repository was archived by the owner on Mar 6, 2026. It is now read-only.

Commit ab5c86b

Browse files
authored
Merge branch 'master' into renovate/pandas-1.x
2 parents c97707c + fbbf72c commit ab5c86b

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@
55
[1]: https://pypi.org/project/google-cloud-bigquery/#history
66

77

8+
## [2.25.0](https://www.github.com/googleapis/python-bigquery/compare/v2.24.1...v2.25.0) (2021-08-24)
9+
10+
11+
### Features
12+
13+
* 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))
14+
815
### [2.24.1](https://www.github.com/googleapis/python-bigquery/compare/v2.24.0...v2.24.1) (2021-08-13)
916

1017

google/cloud/bigquery/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "2.24.1"
15+
__version__ = "2.25.0"

samples/geography/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ importlib-metadata==4.6.4
2424
libcst==0.3.20
2525
munch==2.5.0
2626
mypy-extensions==0.4.3
27-
numpy==1.19.5
27+
numpy==1.19.5; python_version < "3.7"
28+
numpy==1.21.2; python_version > "3.6"
2829
packaging==21.0
2930
pandas==1.3.2
3031
proto-plus==1.19.0

0 commit comments

Comments
 (0)