Skip to content

Version 0.2.1

Compare
Choose a tag to compare
@deppen8 deppen8 released this 29 Jul 01:14
afb6bf4

This version contains a few small fixes. Most notably, it fixes a bug with the PD015 check.

How to get it?

From PyPI:

pip install pandas-vet

From conda-forge:

conda install -c conda-forge pandas-vet

[0.2.1] - 2019-07-27

Added

  • Leandro Leites added as contributor (#66)

Removed

  • Unnecessary commented line from setup.py (#67)

Fixed

  • PD015 would fail if node.func.value did not have an id. Fixed with #65
  • version.py now correctly uses v0.2.x. This version file was not bumped with the last release. (#67)