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

fix deprecated pandas level use #176

Merged
merged 1 commit into from
Oct 30, 2021
Merged

fix deprecated pandas level use #176

merged 1 commit into from
Oct 30, 2021

Conversation

orbeckst
Copy link
Member

fix #175

@orbeckst orbeckst requested a review from xiki-tempula October 29, 2021 21:51
@codecov
Copy link

codecov bot commented Oct 29, 2021

Codecov Report

Merging #176 (184938b) into master (461a72d) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #176   +/-   ##
=======================================
  Coverage   98.00%   98.00%           
=======================================
  Files          22       22           
  Lines        1305     1305           
  Branches      271      271           
=======================================
  Hits         1279     1279           
  Misses          5        5           
  Partials       21       21           
Impacted Files Coverage Δ
src/alchemlyb/estimators/ti_.py 100.00% <100.00%> (ø)

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 461a72d...184938b. Read the comment docs.

- close #175
- replace aggregrations with level with groupby(level).aggregation
- update CHANGES
@orbeckst orbeckst added this to the 0.6.0 milestone Oct 29, 2021
Copy link
Collaborator

@xiki-tempula xiki-tempula left a comment

Choose a reason for hiding this comment

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

LGTM

@xiki-tempula xiki-tempula merged commit a1c0b09 into master Oct 30, 2021
@xiki-tempula xiki-tempula deleted the fix-pd-outdated branch October 30, 2021 09:24
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.

replace deprecated pandas level keyword with groupby
2 participants