You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: avoid TypeError when using sorted search (#84)
* fix: address failing compliance tests in DateArray and TimeArray
test: add a test session with prerelease versions of dependencies
* fix min/max/median for 2D arrays
* fixes except for null contains
* actually use NaT as 'advertised'
* fix!: use `pandas.NaT` for missing values in dbdate and dbtime dtypes
This makes them consistent with other date/time dtypes, as well as internally
consistent with the advertised `dtype.na_value`.
BREAKING-CHANGE: dbdate and dbtime dtypes return NaT instead of None for missing values
Release-As: 0.4.0
* more progress towards compliance
* address errors in TestMethods
* move tests
* add prerelease deps
* fix: address failing tests with pandas 1.5.0
test: add a test session with prerelease versions of dependencies
* fix owlbot config
* 🦉 Updates from OwlBot post-processor
See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
* 🦉 Updates from OwlBot post-processor
See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
* document why microsecond precision is used
* use correct units
* add box_func tests
* typo
* fix: avoid TypeError when using sorted search
* add unit tests
* fix: dbdate and dbtime support set item
* add TestMethods
* add unit test for search sorted
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
0 commit comments