Skip to content

Releases: googleapis/python-db-dtypes-pandas

v1.0.0

28 Mar 14:40
5f1443e
Compare
Choose a tag to compare

1.0.0 (2022-03-25)

Features

  • label package as generally available (#92) (0363e87)

v0.4.0

24 Mar 21:06
caad6e0
Compare
Choose a tag to compare

0.4.0 (2022-03-24)

⚠ BREAKING CHANGES

    • fix: address failing compliance tests in DateArray and TimeArray
    • fix: address failing compliance tests in DateArray and TimeArray
    • fix: address failing compliance tests in DateArray and TimeArray
    • fix: address failing compliance tests in DateArray and TimeArray
    • fix: address failing compliance tests in DateArray and TimeArray
    • fix: address failing compliance tests in DateArray and TimeArray
  • dbdate and dbtime dtypes return NaT instead of None for missing values

Features

  • dbdate and dbtime support numpy.datetime64 values in array constructor (1db1357)

Bug Fixes

  • address failing 2D array compliance tests in DateArray (#64) (b771e05)
  • address failing tests with pandas 1.5.0 (#82) (38ac28d)
  • allow comparison with scalar values (#88) (7495698)
  • avoid TypeError when using sorted search (#84) (42bc2d9)
  • correct TypeError and comparison issues discovered in DateArray compliance tests (#79) (1e979cf)
  • dbdate and dbtime support set item with null values (#85) (1db1357)
  • use pandas.NaT for missing values in dbdate and dbtime dtypes (#67) (f903c2c)
  • use public pandas APIs where possible (#60) (e9d41d1)

Tests

  • add dbtime compliance tests (#90) (f14fb2b)
  • add final dbdate compliance tests and sort (#89) (efe7e6d)

v0.3.1

06 Dec 15:32
69a174d
Compare
Choose a tag to compare

Bug Fixes

  • raise ValueError if date is out-of-bounds (#46) (4253358)

v0.3.0

08 Nov 23:02
8f248cb
Compare
Choose a tag to compare

Features

  • support conversion from pyarrow RecordBatch to pandas DataFrame (#39) (facc7b0)
  • support Python 3.10 (#40) (a31d55d)

v0.2.0

25 Oct 14:18
e9f70d8
Compare
Choose a tag to compare

Features

  • rename dbtime and dbdate dtypes to avoid future conflicts with pandas (#32) (50ea0f7)

Documentation

  • add how-to guide and include API reference (#33) (878dce4)

v0.1.1

04 Oct 21:17
f162631
Compare
Choose a tag to compare

Bug Fixes

  • avoid rounding problems with microseconds (#20) (0ff7371)

v0.1.0

29 Sep 17:03
a7a939f
Compare
Choose a tag to compare

Features

  • add time and date dtypes (f104171)

Bug Fixes

  • support converting empty time Series to pyarrow Array (#11) (7675b15)
  • support Pandas 0.24 (#8) (e996883)