You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+1
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,7 @@
10
10
-[ENH]`min_max_scale` drop `old_min` and `old_max` to fit sklearn's method API. Issue #1068@Zeroto521
11
11
-[ENH] Add `jointly` option for `min_max_scale` support to transform each column values or entire values. Default transform each column, similar behavior to `sklearn.preprocessing.MinMaxScaler`. (Issue #1067, PR #1112, PR #1123) @Zeroto521
12
12
-[INF] Require pyspark minimal version is v3.2.0 to cut duplicates codes. Issue #1110@Zeroto521
13
+
-[ENH] Added support for extension arrays in `expand_grid`. Issue #1121@samukweku
0 commit comments