Stonesjtu / pytorch_memlab

Profiling and inspecting memory in pytorch
MIT License
1.01k stars 37 forks source link

fix DataFrame.drop for pandas 1.5+ #49

Closed catwell closed 1 year ago

catwell commented 1 year ago

Since Pandas 1.5 the axis can no longer be passed as a positional argument.

Stonesjtu commented 1 year ago

lgtm! Thanks for your PR

kngwyu commented 1 year ago

Can you consider a new PyPI release with this fix?

Stonesjtu commented 1 year ago

Can you consider a new PyPI release with this fix?

done.

The CD pipeline is broken, however I manually uploaded a 0.3.0 version to PyPi.