Skip to content

Releases: googleapis/python-bigquery-pandas

v0.22.0

07 Mar 17:02
ac9b88d
Compare
Choose a tag to compare

0.22.0 (2024-03-05)

Features

  • Move bqstorage to extras and add debug capability (#735) (366cb55)

Bug Fixes

  • Remove python 3.7 due to end of life (EOL) (#737) (d0810e8)

v0.21.0

05 Feb 16:46
424c810
Compare
Choose a tag to compare

0.21.0 (2024-01-25)

Features

  • Use faster query_and_wait method from google-cloud-bigquery when available (#722) (ac3ce3f)

Bug Fixes

  • Update runtime check for min google-cloud-bigquery to 3.3.5 (#721) (b5f4869)

v0.20.0

12 Dec 14:43
5d4d6cf
Compare
Choose a tag to compare

0.20.0 (2023-12-10)

Features

Bug Fixes

Documentation

  • Migrate .readthedocs.yml to configuration file v2 (#689) (d921219)

v0.19.2

10 May 16:01
0b185e0
Compare
Choose a tag to compare

0.19.2 (2023-05-10)

Bug Fixes

  • Add exception context to GenericGBQExceptions (#629) (d17ae24)

Documentation

  • Correct the documented dtypes for read_gbq (#598) (b45651d)
  • Google Colab auth is used with pydata-google-auth 1.8.0+ (#631) (257aa62)
  • Updates with a link to the canonical source of documentation (#620) (1dca732)

v0.19.1

30 Jan 14:20
8fe9c01
Compare
Choose a tag to compare

0.19.1 (2023-01-25)

Documentation

  • Updates the user instructions re OAuth (0c2b716)

v0.19.0

11 Jan 18:38
98f1571
Compare
Choose a tag to compare

0.19.0 (2023-01-11)

Features

  • Adds ability to provide redirect uri (#595) (a06085e)

v0.18.1

29 Nov 15:47
4d16e63
Compare
Choose a tag to compare

0.18.1 (2022-11-28)

Dependencies

  • Remove upper bound for python and pyarrow (#592) (4d28684)

v0.18.0

24 Nov 02:48
4372d86
Compare
Choose a tag to compare

0.18.0 (2022-11-19)

Features

  • Map "if_exists" value to LoadJobConfig.WriteDisposition (#583) (7389cd2)

v0.17.9

28 Sep 19:04
a6086d9
Compare
Choose a tag to compare

0.17.9 (2022-09-27)

Bug Fixes

  • Updates requirements.txt to fix failing tests due to missing req (#575) (1d797a3)

v0.17.8

09 Aug 11:42
588bab5
Compare
Choose a tag to compare

0.17.8 (2022-08-09)

Bug Fixes