Skip to content

v0.21.1

Compare
Choose a tag to compare
@bchen1116 bchen1116 released this 16 Dec 17:09
· 176 commits to main since this release
8a60abc

v0.21.1 December 16, 2022

  • Fixes
    • Fix importlib DeprecationWarning in inference_functions.py (#1584)
    • Schema now maintains column order after renaming a column (#1594)
    • Fixed logic to not set config during boolean transform (#1601)
  • Changes
    • Rename backup_dtype to pyspark_dtype (#1593)
    • Removed inference for ["0", "1"], ["0.0", "1.0"], and [0, 1] as Boolean logical types, but maintained forced inference of such values (#1600)

Thanks to the following people for contributing to this release:
@bchen1116, @sbadithe