As of January 1, 2020 this library no longer supports Python 2 on the latest released version.
Library versions released prior to that date will continue to be available. For more information please
visit Python 2 support on Google Cloud.
Changelog¶
1.2.0 (2023-12-10)¶
Features¶
Bug Fixes¶
Documentation¶
1.1.1 (2023-03-30)¶
Bug Fixes¶
1.1.0 (2023-03-29)¶
Features¶
Bug Fixes¶
1.0.5 (2022-12-05)¶
Dependencies¶
remove upper bound on pyarrow version (388e082)
1.0.4 (2022-09-19)¶
Bug Fixes¶
1.0.3 (2022-08-05)¶
Bug Fixes¶
1.0.2 (2022-06-03)¶
Documentation¶
1.0.1 (2022-05-07)¶
Bug Fixes¶
1.0.0 (2022-03-25)¶
Features¶
0.4.0 (2022-03-24)¶
⚠ BREAKING CHANGES¶
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)
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)
Tests¶
0.3.1 (2021-12-04)¶
Bug Fixes¶
0.3.0 (2021-11-08)¶
Features¶
0.2.0 (2021-10-14)¶
Features¶
Documentation¶
0.1.1 (2021-10-04)¶
Bug Fixes¶
0.1.0 (2021-09-29)¶
Features¶
add
time
anddate
dtypes (f104171)