File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 1- unreleased
1+ v.2.7.0
22==========
33
44* Refactor: Use poetry as packaging tool
55* Refactor: Add more typing
6+ * Refactor: Add format checks
67* Change ` feature_names_in_ ` and ` feature_names_out_ ` to ` np.ndarray ` instead of lists.
7- * Breaking: Do not allow scalar values as target variable (of length 1) anymore
8- * Breaking: Force dataframe column names to be strings.
8+ * Fixed: Support python 3.11, 3.12, 3.13.
9+ * Breaking: Drop support for python 3.7, 3.8 and 3.9
10+ * Breaking: No longer add intercept in contrast coding schemes.
911
1012v2.6.4
1113======
Original file line number Diff line number Diff line change 2727from category_encoders .target_encoder import TargetEncoder
2828from category_encoders .woe import WOEEncoder
2929
30- __version__ = '2.6.4 '
30+ __version__ = '2.7.0 '
3131
3232__author__ = 'willmcginnis' , 'cmougan' , 'paulwestenthanner'
3333
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " category_encoders"
3- version = " 2.6.4 "
3+ version = " 2.7.0 "
44description = " A package for encoding categorical variables for machine learning"
55authors = [" PaulWestenthanner <paul@westenthanner.dev>" ]
66license = " BSD-3"
You can’t perform that action at this time.
0 commit comments