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

Add support for pandas 2.0 #373

Merged
merged 2 commits into from
Jun 10, 2023
Merged

Add support for pandas 2.0 #373

merged 2 commits into from
Jun 10, 2023

Conversation

sebp
Copy link
Owner

@sebp sebp commented Jun 10, 2023

Checklist

What does this implement/fix? Explain your changes
Removes calls of deprecated pandas API.

sebp added 2 commits June 10, 2023 20:39
pandas 2.0 is not available in conda's main channel yet
@codecov
Copy link

codecov bot commented Jun 10, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.01 🎉

Comparison is base (e376da4) 97.92% compared to head (fcba890) 97.94%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #373      +/-   ##
==========================================
+ Coverage   97.92%   97.94%   +0.01%     
==========================================
  Files          37       37              
  Lines        3326     3354      +28     
  Branches      502      508       +6     
==========================================
+ Hits         3257     3285      +28     
  Misses         33       33              
  Partials       36       36              
Impacted Files Coverage Δ
sksurv/column.py 100.00% <100.00%> (ø)
sksurv/datasets/base.py 90.82% <100.00%> (+0.17%) ⬆️
sksurv/io/arffwrite.py 90.90% <100.00%> (ø)
sksurv/util.py 100.00% <100.00%> (ø)

... and 1 file with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@sebp sebp merged commit 4021b27 into master Jun 10, 2023
19 of 29 checks passed
@sebp sebp deleted the pandas-v2 branch June 10, 2023 19:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Out of date pandas function calls (iteritems vs items).
1 participant