Skip to content

v1.12.2 - 2024-07-09

Compare
Choose a tag to compare
@amontanez24 amontanez24 released this 09 Jul 19:42
· 64 commits to main since this release

This release adds support for NumPy 2.0!

Internal

  • Add _set_fitted_parameters method to AnonymizedFaker - Issue #831 by @lajohn4747
  • Add _set_fitted_parameters method to BinaryEncoder - Issue #830 by @lajohn4747
  • Add _set_fitted_parameters method to FloatFormatter - Issue #829 by @lajohn4747
  • Add _set_fitted_parameters method to UnixTimestampEncoder - Issue #828 by @fealho
  • Add _set_fitted_parameters method to NullTransformer - Issue #827 by @frances-h
  • Add _set_fitted_parameters method to UniformEncoder - Issue #826 by @frances-h

Bugs Fixed

  • Add support for numpy 2.0.0 - Issue #843 by @R-Palazzo
  • Cap numpy to less than 2.0.0 until RDT supports - Issue #842 by @gsheni