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: correct TypeError and comparison issues discovered in DateArray compliance tests (#79)
* 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
* fix: correct dtype and interface compliance errors in DateArray
* add compliance tests to github actions
* 🦉 Updates from OwlBot post-processor
See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
* split coverage
* add nox session back
* fix unit session
* move compliance tests and remove unnecessary test
* no need for coverage upload
* fix coverage
* restore coverage
* 🦉 Updates from OwlBot post-processor
See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
0 commit comments