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
Use NPY_OBJECT for empty temporal arrays to avoid unitless datetime64
The NPY_TYPE<DateTime/TimeDelta> specializations would cause empty_array()
to create unitless datetime64/timedelta64 arrays via PyArray_SimpleNew,
which newer pandas rejects. Use NPY_OBJECT for the empty (0-length) case
to match prior behavior.
Signed-off-by: Arham Chopra <arham.chopra@cubistsystematic.com>
0 commit comments