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: correct locations to access public tslib objects #15897

Merged
merged 1 commit into from
Apr 5, 2017

Conversation

jorisvandenbossche
Copy link
Member

You got currently:

In [4]: pd.tslib.Timestamp
/home/joris/miniconda3/envs/dev/bin/ipython:1: FutureWarning: pandas.tslib.Timestamp is deprecated. 
Please use pandas._libs.tslib.Timestamp instead.
  #!/home/joris/miniconda3/envs/dev/bin/python
Out[4]: pandas._libs.tslib.Timestamp

and

In [2]: tslib.OutOfBoundsDatetime
/home/joris/miniconda3/envs/dev/bin/ipython:1: FutureWarning: pandas.tslib.OutOfBoundsDatetime is deprecated. 
Please use pandas._libs.tslib.OutOfBoundsDatetime instead.
  #!/home/joris/miniconda3/envs/dev/bin/python
Out[2]: pandas._libs.tslib.OutOfBoundsDatetime

@jorisvandenbossche jorisvandenbossche added this to the 0.20.0 milestone Apr 5, 2017
@jorisvandenbossche jorisvandenbossche added the Deprecate Functionality to remove in pandas label Apr 5, 2017
@codecov
Copy link

codecov bot commented Apr 5, 2017

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #15897      +/-   ##
==========================================
+ Coverage   90.97%   90.97%   +<.01%     
==========================================
  Files         145      145              
  Lines       49496    49496              
==========================================
+ Hits        45027    45028       +1     
+ Misses       4469     4468       -1
Flag Coverage Δ
#multiple 88.73% <100%> (ø) ⬆️
#single 40.63% <100%> (ø) ⬆️
Impacted Files Coverage Δ
pandas/__init__.py 92.68% <100%> (ø) ⬆️
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 ca8ef49...15288e7. Read the comment docs.

@jreback jreback merged commit 0a37067 into pandas-dev:master Apr 5, 2017
@jreback
Copy link
Contributor

jreback commented Apr 5, 2017

thanks!

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