Skip to content

BUG: don't force clipboard routines to be imported in main pandas #16294

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 1 commit into from
May 9, 2017

Conversation

jreback
Copy link
Contributor

@jreback jreback commented May 9, 2017

closes #16288

@jreback jreback added Bug IO Data IO issues that don't fit into a more specific label labels May 9, 2017
@jreback jreback added this to the 0.20.2 milestone May 9, 2017
setup.py Outdated
@@ -524,7 +524,7 @@ def pxd(name):
'sources': ['pandas/_libs/src/parser/tokenizer.c',
'pandas/_libs/src/parser/io.c']},
'_libs.sparse': {'pyxfile': '_libs/sparse',
'depends': (['pandas/core/sparse/sparse.pyx'] +
'depends': (['pandas/_libs/sparse.pyx'] +
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like your change from #16293 got in here

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

that was on purpose, this is on top (will rebase at some point).

@codecov
Copy link

codecov bot commented May 9, 2017

Codecov Report

Merging #16294 into master will decrease coverage by 0.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #16294      +/-   ##
==========================================
- Coverage   90.39%   90.37%   -0.02%     
==========================================
  Files         161      161              
  Lines       50863    50863              
==========================================
- Hits        45977    45969       -8     
- Misses       4886     4894       +8
Flag Coverage Δ
#multiple 88.16% <100%> (ø) ⬆️
#single 40.32% <100%> (-0.11%) ⬇️
Impacted Files Coverage Δ
pandas/io/clipboards.py 100% <ø> (ø)
pandas/core/generic.py 91.94% <100%> (ø) ⬆️
pandas/io/api.py 100% <100%> (ø) ⬆️
pandas/io/gbq.py 25% <0%> (-58.34%) ⬇️
pandas/core/frame.py 97.59% <0%> (-0.1%) ⬇️
pandas/core/common.py 91.03% <0%> (+0.34%) ⬆️

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 4bed864...38a235a. Read the comment docs.

@codecov
Copy link

codecov bot commented May 9, 2017

Codecov Report

Merging #16294 into master will decrease coverage by 0.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #16294      +/-   ##
==========================================
- Coverage   90.39%   90.37%   -0.02%     
==========================================
  Files         161      161              
  Lines       50863    50863              
==========================================
- Hits        45977    45969       -8     
- Misses       4886     4894       +8
Flag Coverage Δ
#multiple 88.16% <100%> (ø) ⬆️
#single 40.32% <100%> (-0.11%) ⬇️
Impacted Files Coverage Δ
pandas/io/clipboards.py 100% <ø> (ø)
pandas/core/generic.py 91.94% <100%> (ø) ⬆️
pandas/io/api.py 100% <100%> (ø) ⬆️
pandas/io/gbq.py 25% <0%> (-58.34%) ⬇️
pandas/core/frame.py 97.59% <0%> (-0.1%) ⬇️
pandas/core/common.py 91.03% <0%> (+0.34%) ⬆️

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 4bed864...38a235a. Read the comment docs.

@jreback jreback merged commit 1e59b4c into pandas-dev:master May 9, 2017
pawroman pushed a commit to pawroman/pandas that referenced this pull request May 9, 2017
pcluo pushed a commit to pcluo/pandas that referenced this pull request May 22, 2017
TomAugspurger pushed a commit to TomAugspurger/pandas that referenced this pull request May 29, 2017
TomAugspurger pushed a commit that referenced this pull request May 30, 2017
stangirala pushed a commit to stangirala/pandas that referenced this pull request Jun 11, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug IO Data IO issues that don't fit into a more specific label
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ImportError with pandas 0.20.0 and 0.20.1
2 participants