X Tutup
Skip to content

Fix pandas datetime test on pandas 0.20#8583

Merged
tacaswell merged 1 commit intomatplotlib:masterfrom
dstansby:travis-pandas
May 7, 2017
Merged

Fix pandas datetime test on pandas 0.20#8583
tacaswell merged 1 commit intomatplotlib:masterfrom
dstansby:travis-pandas

Conversation

@dstansby
Copy link
Copy Markdown
Member

@dstansby dstansby commented May 6, 2017

Fixes #8579 . I've checked the code in #3896, and it still works if all the .astype(dt.datetime) are replaced by .astype(object).

@tacaswell tacaswell added this to the 2.0.2 (next bug fix release) milestone May 7, 2017
@tacaswell tacaswell merged commit 45f383d into matplotlib:master May 7, 2017
tacaswell added a commit that referenced this pull request May 7, 2017
TST: Fix pandas datetime test on pandas 0.20
@tacaswell
Copy link
Copy Markdown
Member

backported to v2.0.x as b0ca78c

@tacaswell tacaswell modified the milestones: 2.0.3 (next bug fix release), 2.0.2 (critical bug fixes from 2.0.1) May 7, 2017
@dstansby dstansby deleted the travis-pandas branch May 20, 2017 10:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

X Tutup