-
-
Notifications
You must be signed in to change notification settings - Fork 11.3k
Closed
Description
We're trying to trace some failure in pandas where subtracting two series containing timestamps fails. It seems to be failing only on instances with numpy>=1.13
; whereas there are 1.12.0 release notes, there are no release notes for 1.13.0; we were trying to find these to see if there was anything relevant sounding that might help us determine the cause. (and rule in/out a regression in numpy)