Skip to content

Releases: googleapis/python-db-dtypes-pandas

v1.4.3

12 May 13:45
a7e18a2
Compare
Choose a tag to compare

1.4.3 (2025-05-12)

Bug Fixes

  • Remove setup.cfg configuration for creating universal wheels (#333) (44a5aa2)
  • Updates noxfile with pip freeze and pandas 1.2 (#331) (5eb2a85)

Dependencies

  • Drop support for Python 3.7 and 3.8 (66f3f0b)
  • Updates deprecation warning to FutureWarning re: 3.7 and 3.8 (#338) (158243b)

v1.4.2

05 Mar 23:38
6dbe83f
Compare
Choose a tag to compare

1.4.2 (2025-03-04)

Bug Fixes

  • Remove unbox json functionality from JSONArrowType (#325) (60deef1)

v1.4.1

05 Feb 20:55
aa563d3
Compare
Choose a tag to compare

1.4.1 (2025-01-30)

Bug Fixes

  • Re-add ModuleNotFoundError handler for pandas_backports (#319) (931ff8a)

v1.4.0

22 Jan 19:50
c8392fc
Compare
Choose a tag to compare

1.4.0 (2025-01-21)

Features

  • Add hash property for JSONArrowType (#316) (7073e37)
  • Add Arrow types for efficient JSON data representation in pyarrow (#312) (d9992fc)

v1.3.1

12 Nov 16:55
55cbc66
Compare
Choose a tag to compare

1.3.1 (2024-11-12)

Bug Fixes

  • Dbjson serialization with most compact JSON representation (#299) (c5e9a10)
  • Support correct numpy construction for dbjson dtype in pandas 1.5 (#297) (f413f35)
  • Support dbjson type on pandas version 1.5 (#295) (4b84e4a)

v1.3.0

12 Aug 20:01
54c9d33
Compare
Choose a tag to compare

1.3.0 (2024-08-08)

Features

  • Create db_dtypes JSONDtype and JSONArray (#284) (76790a8)

Documentation

v1.2.0

11 Dec 23:00
fc30a29
Compare
Choose a tag to compare

1.2.0 (2023-12-10)

Features

Bug Fixes

  • Adds xfail marks to tests that are known to fail (#189) (4a56b76)

Documentation

v1.1.1

30 Mar 20:17
4161b81
Compare
Choose a tag to compare

1.1.1 (2023-03-30)

Bug Fixes

  • Out-of-bounds datetime.date raises OutOfBoundsDatetime (#180) (4f3399e)

v1.1.0

29 Mar 18:49
a7fc29a
Compare
Choose a tag to compare

1.1.0 (2023-03-29)

Features

  • Support pandas 2.0 release candidate (#179) (daa6852)

Bug Fixes

  • Adds bounds checking because pandas now handles microsecond reso… (#166) (357a315)

v1.0.5

05 Dec 19:21
7a831eb
Compare
Choose a tag to compare

1.0.5 (2022-12-05)

Dependencies

  • remove upper bound on pyarrow version (388e082)