Skip to content

0.23.1 backports 2 #21442

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

Merged
merged 24 commits into from
Jun 12, 2018
Merged

Conversation

TomAugspurger
Copy link
Contributor

No description provided.

jorisvandenbossche and others added 23 commits June 12, 2018 09:49
…andas-dev#21281)

* BUG: Using DatetimeIndex.date with timezone returns incorrect date pandas-dev#21230
* Fix bug where DTI.time returns a tz-aware Time instead of tz-naive pandas-dev#21267

(cherry picked from commit a363e1a)
@TomAugspurger
Copy link
Contributor Author

One of the backported tests used a fixture that was tagged for 0.24. Manually backported that fixture.

@codecov
Copy link

codecov bot commented Jun 12, 2018

Codecov Report

Merging #21442 into 0.23.x will increase coverage by <.01%.
The diff coverage is 98.3%.

Impacted file tree graph

@@            Coverage Diff             @@
##           0.23.x   #21442      +/-   ##
==========================================
+ Coverage   91.83%   91.84%   +<.01%     
==========================================
  Files         153      153              
  Lines       49517    49549      +32     
==========================================
+ Hits        45474    45506      +32     
  Misses       4043     4043
Flag Coverage Δ
#multiple 90.23% <98.3%> (ø) ⬆️
#single 41.89% <40.67%> (ø) ⬆️
Impacted Files Coverage Δ
pandas/core/indexes/api.py 98.92% <ø> (ø) ⬆️
pandas/core/strings.py 98.62% <ø> (ø) ⬆️
pandas/io/json/normalize.py 96.87% <ø> (-0.07%) ⬇️
pandas/plotting/_core.py 82.39% <0%> (ø) ⬆️
pandas/core/indexes/datetimes.py 95.8% <100%> (+0.02%) ⬆️
pandas/core/reshape/merge.py 94.25% <100%> (ø) ⬆️
pandas/core/series.py 94.12% <100%> (ø) ⬆️
pandas/io/json/table_schema.py 98.29% <100%> (ø) ⬆️
pandas/io/formats/csvs.py 98.14% <100%> (+0.01%) ⬆️
pandas/core/window.py 96.28% <100%> (ø) ⬆️
... and 5 more

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 2a18a97...47dc5e8. Read the comment docs.

@TomAugspurger TomAugspurger merged commit 94857de into pandas-dev:0.23.x Jun 12, 2018
@TomAugspurger TomAugspurger deleted the 0.23.1-backports-2 branch June 12, 2018 16:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.