Skip to content

v0.5.2 - 2021-08-16

Compare
Choose a tag to compare
@fealho fealho released this 17 Aug 04:49

This release fixes a couple of bugs introduced by the previous release regarding the
OneHotEncoder and the BooleanTransformer.

Issues closed

  • BooleanTransformer.reverse_transform sometimes crashes with TypeError - Issue #210 by @katxiao
  • OneHotEncoder causing shape misalignment in CopulaGAN, CTGAN, and TVAE - Issue #208 by @sarahmish
  • Boolean.transformer.reverse_transform modifies the input data - Issue #211 by @katxiao