DEPR: add shims for util + TST: test that we work in downstream packages by jreback · Pull Request #16250 · pandas-dev/pandas (original) (raw)

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 andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Conversation22 Commits2 Checks0 Files changed

Conversation

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters

[ Show hidden characters]({{ revealButtonHref }})

jreback

@jreback jreback added the Testing

pandas testing functions or related to the test suite

label

May 5, 2017

@jreback

@codecov

@codecov

jorisvandenbossche

"from pandas.util",
DeprecationWarning, stacklevel=3)
from pandas.util import cache_readonly # noqa

Choose a reason for hiding this comment

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

I don't know of anybody using it, but maybe also Appender and Substition to be sure? (or import *)

jorisvandenbossche

Choose a reason for hiding this comment

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

Looks good!

Nice to add such test

@TomAugspurger

@jreback I'm taking care of the release note for this in my doc updates (will have a PR shortly).

@jreback

TomAugspurger added a commit to TomAugspurger/pandas that referenced this pull request

May 5, 2017

@TomAugspurger

TomAugspurger added a commit to TomAugspurger/pandas that referenced this pull request

May 5, 2017

@TomAugspurger

TomAugspurger added a commit to TomAugspurger/pandas that referenced this pull request

May 5, 2017

@TomAugspurger

@TomAugspurger

@jreback

@jreback

turns out our build-test build was not actually testing the correct installation :<

@jreback

TomAugspurger added a commit that referenced this pull request

May 5, 2017

@TomAugspurger

@jreback

lon it built correctly but still some issue
will investigate

@jorisvandenbossche

This all passed. Good to merge then?

@TomAugspurger

@jreback

@jorisvandenbossche

Ah, yes, I didn't look at the allowed failures...

@jorisvandenbossche

But, it is only the setting up of the test build env, not the actual code changes? Those could already be merged?

@TomAugspurger

Ah, yes I think so. Although, those tests will be skipped if the deps aren't around. Do we we have dask and geopandas anywhere else in the matrix?

@jorisvandenbossche

we can test those two locally

@jorisvandenbossche

I checked out this PR, and can confirm it fixed the geopandas import for me

@TomAugspurger

@jorisvandenbossche

@jreback OK to merge and fix the test later?
(I can also split off just the code changes to merge only that)

@jreback

@jorisvandenbossche jorisvandenbossche changed the titleTST: test that we work in downstream packages DEPR: add shims for util + TST: test that we work in downstream packages

May 5, 2017

pcluo pushed a commit to pcluo/pandas that referenced this pull request

May 22, 2017

@TomAugspurger @pcluo

pcluo pushed a commit to pcluo/pandas that referenced this pull request

May 22, 2017

@jreback @pcluo

stangirala pushed a commit to stangirala/pandas that referenced this pull request

Jun 11, 2017

@TomAugspurger @stangirala

stangirala pushed a commit to stangirala/pandas that referenced this pull request

Jun 11, 2017

@jreback @stangirala

yarikoptic added a commit to neurodebian/pandas that referenced this pull request

Jul 12, 2017

@yarikoptic

gfyoung added a commit to forking-repos/pandas that referenced this pull request

Oct 27, 2018

@gfyoung

gfyoung added a commit to forking-repos/pandas that referenced this pull request

Oct 28, 2018

@gfyoung

jreback pushed a commit that referenced this pull request

Oct 28, 2018

@gfyoung @jreback

Removes the following:

xref gh-16157. xref gh-16250.

tm9k1 pushed a commit to tm9k1/pandas that referenced this pull request

Nov 19, 2018

@gfyoung @tm9k1

Pingviinituutti pushed a commit to Pingviinituutti/pandas that referenced this pull request

Feb 28, 2019

@gfyoung @Pingviinituutti

Pingviinituutti pushed a commit to Pingviinituutti/pandas that referenced this pull request

Feb 28, 2019

@gfyoung @Pingviinituutti

Labels

Deprecate

Functionality to remove in pandas

Testing

pandas testing functions or related to the test suite