datasnakes / OrthoEvolution

An easy to use and comprehensive python package which aids in the analysis and visualization of orthologous genes. 🐵
https://orthoevolution.readthedocs.io/en/master/
29 stars 4 forks source link

Fix AttributeError #165

Closed sdhutchins closed 4 years ago

sdhutchins commented 4 years ago
## Fixes issue #164 ### Changes proposed in this pull request: - Bump up the pandas version to the latest for python 3.5 - Change `.ix` to `.loc` `BaseComparativeGenetics` class - Added nose installation instructions to README
sdhutchins commented 4 years ago

Thank you, @grabear!!!!