-
Notifications
You must be signed in to change notification settings - Fork 402
Description
Hey all, been away from the project for a bit, but I'm going back through all of the issues and PRs worked on recently (looks like a bunch of good progress!). Special thanks to @janmotl for all of the work as primary maintainer over the past months.
Our last release was 1.3.0 on October 14th. Since then ya'll have:
- Sped up the TargetEncoder and LeaveOneOutEncoder w/ vectorization (significantly)
- Added support for Categorical types in many encoders
- Implemented get_feature_names in remaining transformers
- Improved testing coverage and quality
- Solved edge cases in repeated column names for some transformers
- Added support for transforming pandas Series as well as DataFrames and numpy Arrays
- Fixed inverse transform for many encoders
- Lots of smaller performance enhancements and code cleanups
Which I think is a quite full set of features to constitute a release. I will be opening a separate issue to discuss how we as a community can improve our release cycle, but for now will be going through open issues and tagging anything that should be included before the v1.4.0 release. Any input on what should or shouldn't be completed prior to release is welcome.
Thank you all for the work and support this year, and Happy Holidays.