Skip to content
This repository has been archived by the owner on Mar 29, 2023. It is now read-only.

Releases: ibis-project/ibis-bigquery

v2.2.1

03 Jan 23:04
256f5df
Compare
Choose a tag to compare

2.2.1 (2023-01-03)

Bug Fixes

  • address compatibility issues in table() with fully-qualified table names (#153) (91e529a)

Documentation

v2.2.0

16 Sep 16:29
f997fae
Compare
Choose a tag to compare

2.2.0 (2022-09-16)

Features

  • Add difference and intersect BigQuery classes (#88) (d3acf50)
  • Add rewrite function for ops.FloorDivide (#85) (a04a674)
  • ibis_bigquery/registry.py: add wiring for bigquery-supported ibis geospatial operations (#143) (b35cda9)
  • partial support for integer to timestamp with nanosecond units (#138) (e3997d4)

Bug Fixes

  • compat: fix failing approx methods against ibis master (#142) (55a831a)
  • deps: unconstrain pyarrow to support 8 and 9 (#145) (3ada400)

Dependencies

  • require sqlalchemy for ibis SQL backend (#144) (bb76554)

v2.1.3

25 May 17:00
d2de30d
Compare
Choose a tag to compare

2.1.3 (2022-05-25)

Bug Fixes

  • ensure that ScalarParameter names are used instead of Alias names (#135) (bfe539a)

v2.1.2

26 Apr 20:29
6b4ad09
Compare
Choose a tag to compare

2.1.2 (2022-04-26)

Bug Fixes

  • udf: use object.setattr for 3.0.0 compatibility (#122) (ec15188)

Dependencies

v2.1.1

29 Mar 21:02
7ad55e5
Compare
Choose a tag to compare

2.1.1 (2022-03-29)

Bug Fixes

  • update to UDFContext for trans_numeric_udf function (#119) (daf4da1)

v2.1.0

15 Mar 18:12
82ee7c6
Compare
Choose a tag to compare

2.1.0 (2022-03-15)

Features

  • Raise better error message when incorrect dataset is supplied #113 (#115) (dc474af)

Bug Fixes

  • avoid deprecated "out-of-band" authentication flow (#116) (9dc5808)

Dependencies

  • fix minimum ibis-framework dependency (b8834ce)

ibis-bigquery v2.0.0

02 Dec 20:27
ec51693
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • support ibis 2.x, drop ibis 1.x (#93)

Features

Miscellaneous Chores

ibis-bigquery v1.0.0

02 Dec 19:16
Compare
Choose a tag to compare

Bug Fixes

  • substr fails to compile (#95)

ibis-bigquery v0.1.1

28 Apr 22:00
93a682b
Compare
Choose a tag to compare

Dependencies

ibis-bigquery v0.1.0

27 Apr 22:19
2b92f72
Compare
Choose a tag to compare

Features

  • add entry_points so that ibis 2 can discover this backend (#38) (c3d188e)
  • add ibis_bigquery.__version__ property (#29) (58d624a)
  • add ibis_bigquery.connect and ibis_bigquery.compile functions (#37) (7348bf2)
  • check for negative values before doing substr (#32) (d515184)

Bug Fixes

  • compatibility with ibis 1.4.0 (and possibly 1.2, 1.3) (#31) (b6bbfbe)
  • update UDF to support Python 3.8+ AST (#25) (3d9b2cb)
  • use TIMESTAMP_SUB for TimstampSub operation (#40) (4c5cb57)