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

DEPR: deprecate pandas.api.types.is_sequence #16189

Merged
merged 1 commit into from May 2, 2017

Conversation

jreback
Copy link
Contributor

@jreback jreback commented May 2, 2017

xref #16042

@jreback jreback added the Deprecate Functionality to remove in pandas label May 2, 2017
@jreback jreback added this to the 0.20.0 milestone May 2, 2017
@codecov
Copy link

codecov bot commented May 2, 2017

Codecov Report

Merging #16189 into master will increase coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #16189      +/-   ##
==========================================
+ Coverage   90.88%   90.88%   +<.01%     
==========================================
  Files         162      162              
  Lines       50827    50827              
==========================================
+ Hits        46194    46196       +2     
+ Misses       4633     4631       -2
Flag Coverage Δ
#multiple 88.67% <100%> (ø) ⬆️
#single 40.33% <100%> (ø) ⬆️
Impacted Files Coverage Δ
pandas/core/dtypes/api.py 100% <100%> (ø) ⬆️
pandas/core/indexes/datetimes.py 95.43% <0%> (+0.09%) ⬆️
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 85c4879...375d76d. Read the comment docs.

@jreback jreback merged commit 86df2c1 into pandas-dev:master May 2, 2017
@jorisvandenbossche
Copy link
Member

Thanks!

pcluo pushed a commit to pcluo/pandas that referenced this pull request May 22, 2017
gfyoung added a commit to forking-repos/pandas that referenced this pull request Oct 27, 2018
Removes the following from the public API:

* pandas.api.types.is_sequence
* pandas.api.types.is_any_int_dtype
* pandas.api.types.is_floating_dtype

xref pandas-devgh-16163.
xref pandas-devgh-16189.
gfyoung added a commit to forking-repos/pandas that referenced this pull request Oct 28, 2018
Removes the following from the public API:

* pandas.api.types.is_sequence
* pandas.api.types.is_any_int_dtype
* pandas.api.types.is_floating_dtype

xref pandas-devgh-16163.
xref pandas-devgh-16189.
jreback pushed a commit that referenced this pull request Oct 28, 2018
Removes the following from the public API:

* pandas.api.types.is_sequence
* pandas.api.types.is_any_int_dtype
* pandas.api.types.is_floating_dtype

xref gh-16163.
xref gh-16189.
tm9k1 pushed a commit to tm9k1/pandas that referenced this pull request Nov 19, 2018
Removes the following from the public API:

* pandas.api.types.is_sequence
* pandas.api.types.is_any_int_dtype
* pandas.api.types.is_floating_dtype

xref pandas-devgh-16163.
xref pandas-devgh-16189.
Pingviinituutti pushed a commit to Pingviinituutti/pandas that referenced this pull request Feb 28, 2019
Removes the following from the public API:

* pandas.api.types.is_sequence
* pandas.api.types.is_any_int_dtype
* pandas.api.types.is_floating_dtype

xref pandas-devgh-16163.
xref pandas-devgh-16189.
Pingviinituutti pushed a commit to Pingviinituutti/pandas that referenced this pull request Feb 28, 2019
Removes the following from the public API:

* pandas.api.types.is_sequence
* pandas.api.types.is_any_int_dtype
* pandas.api.types.is_floating_dtype

xref pandas-devgh-16163.
xref pandas-devgh-16189.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Deprecate Functionality to remove in pandas
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants