Changed
- Add python_requires in setup.py to limit install to supported Python versions.
Changed
- Upgrade Development Status to Beta (from Alpha)
- Update gitignore for venv
- Update contributing documentation
- Single-sourced project version
Changed
has_no_nans
now checks only for np.nans and not also None. Checking for None is available through has_no_nones.
Changed
- Hotfix for reversed
has_columns
error messages for missing and unexpected columns - Breaking change to
has_columns
parameter nameexact
, which is nowexact_cols
Changed
- Breaking change to rename unique_index to has_unique_index for consistency