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
2
2
==========
3
3
4
4
* Refactor: Use poetry as packaging tool
5
5
* Refactor: Add more typing
6
+ * Refactor: Add format checks
6
7
* 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.
9
11
10
12
v2.6.4
11
13
======
Original file line number Diff line number Diff line change 27
27
from category_encoders .target_encoder import TargetEncoder
28
28
from category_encoders .woe import WOEEncoder
29
29
30
- __version__ = '2.6.4 '
30
+ __version__ = '2.7.0 '
31
31
32
32
__author__ = 'willmcginnis' , 'cmougan' , 'paulwestenthanner'
33
33
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " category_encoders"
3
- version = " 2.6.4 "
3
+ version = " 2.7.0 "
4
4
description = " A package for encoding categorical variables for machine learning"
5
5
authors = [" PaulWestenthanner <paul@westenthanner.dev>" ]
6
6
license = " BSD-3"
You can’t perform that action at this time.
0 commit comments