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

Adapt to deprecations in pandas 2.2.0 #3620

Merged
merged 3 commits into from
Jan 21, 2024

More multi-version support

a38dfd6
Select commit
Loading
Failed to load commit list.
Merged

Adapt to deprecations in pandas 2.2.0 #3620

More multi-version support
a38dfd6
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 21, 2024 in 0s

98.58% (+0.00%) compared to a3cb0f1

View this Pull Request on Codecov

98.58% (+0.00%) compared to a3cb0f1

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (a3cb0f1) 98.58% compared to head (a38dfd6) 98.58%.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #3620   +/-   ##
=======================================
  Coverage   98.58%   98.58%           
=======================================
  Files          75       75           
  Lines       24697    24706    +9     
=======================================
+ Hits        24348    24357    +9     
  Misses        349      349           
Files Coverage Δ
seaborn/_base.py 97.90% <100.00%> (ø)
seaborn/_compat.py 60.52% <100.00%> (+2.77%) ⬆️
seaborn/_core/plot.py 99.15% <100.00%> (+<0.01%) ⬆️
seaborn/categorical.py 98.92% <100.00%> (+<0.01%) ⬆️
seaborn/relational.py 99.65% <100.00%> (+<0.01%) ⬆️
tests/_stats/test_density.py 100.00% <100.00%> (ø)
tests/test_categorical.py 99.26% <100.00%> (ø)