biocore / gneiss

compositional data analysis toolbox
https://biocore.github.io/gneiss/
BSD 3-Clause "New" or "Revised" License
55 stars 28 forks source link

MAINT: stop using deprecated pandas reindex_axis #280

Closed thermokarst closed 4 years ago

thermokarst commented 5 years ago

pandas 0.25.x removed the deprecated .reindex_axis method. This PR replaces calls to .reindex_axis with .reindex. As best I can tell, no other changes are necessary.

coveralls commented 5 years ago

Coverage Status

Coverage remained the same at 96.703% when pulling eb4452f824473b78d1932ae39fb050b467e5c415 on thermokarst:pandas_0_25_x into 20cbcaa6d889eea8462866d4b62e12509f84d47f on biocore:master.

mortonjt commented 4 years ago

This is proceeded by #282. Sorry about the late notice.