Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUG: pickle compat with UTC tz's #16611

Merged
merged 2 commits into from
Jun 6, 2017
Merged

BUG: pickle compat with UTC tz's #16611

merged 2 commits into from
Jun 6, 2017

Conversation

jreback
Copy link
Contributor

@jreback jreback commented Jun 6, 2017

closes #16608

@jreback jreback added Bug Compat pandas objects compatability with Numpy or Python functions Needs Backport Datetime Datetime data dtype Timezones Timezone data dtype labels Jun 6, 2017
@jreback jreback added this to the 0.20.3 milestone Jun 6, 2017
@codecov
Copy link

codecov bot commented Jun 6, 2017

Codecov Report

Merging #16611 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master   #16611   +/-   ##
=======================================
  Coverage   90.93%   90.93%           
=======================================
  Files         161      161           
  Lines       49267    49267           
=======================================
  Hits        44800    44800           
  Misses       4467     4467
Flag Coverage Δ
#multiple 88.69% <100%> (ø) ⬆️
#single 40.22% <0%> (ø) ⬆️
Impacted Files Coverage Δ
pandas/compat/pickle_compat.py 69.51% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update bf99975...c7966ff. Read the comment docs.

@jreback jreback merged commit 697d026 into pandas-dev:master Jun 6, 2017
Kiv pushed a commit to Kiv/pandas that referenced this pull request Jun 11, 2017
stangirala pushed a commit to stangirala/pandas that referenced this pull request Jun 11, 2017
TomAugspurger pushed a commit to TomAugspurger/pandas that referenced this pull request Jul 6, 2017
TomAugspurger pushed a commit that referenced this pull request Jul 7, 2017
closes #16608

(cherry picked from commit 697d026)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Compat pandas objects compatability with Numpy or Python functions Datetime Datetime data dtype Timezones Timezone data dtype
Projects
None yet
Development

Successfully merging this pull request may close these issues.

COMPAT: broken pickle compat from 0.19.2 -> 0.20.2 for UTC tz's
2 participants