Skip to content

v1.12.1 - 2024-05-09

Latest
Compare
Choose a tag to compare
@amontanez24 amontanez24 released this 09 May 21:43
· 5 commits to main since this release

This release handles a pandas warning that was showing up in the UniformEncoder.

Bugs Fixed

  • Fix pandas FutureWarning in UniformEncoder - Issue #819 by @R-Palazzo

Maintenance

  • Switch to using ruff for Python linting and code formatting - Issue #765 by @gsheni
  • Only run unit and integration tests on oldest and latest python versions for macos - Issue #812 by @R-Palazzo

Internal