REF: Refactor Date/TimeLikeOps by TomAugspurger · Pull Request #24038 · pandas-dev/pandas (original) (raw)
In response to
#24038 (review),
#24038 (review), and
#24038 (review), nothing has changed here. These classes end up mixed into exactly the same set as before. This is merely to keep the diff at #24024 smaller.
So in response to
Needs tests for the methods added to DTA/TDA/PA
That can't be done yet (at least I don't see an easy way), until the indexes have been split from the arrays. Things like _ensure_localized
aren't on the array classes yet. I do that in #24024.