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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,8 +7,8 @@
7
7
-[ENH] New decorator `deprecated_kwargs` for breaking API. #1103@Zeroto521
8
8
-[ENH] Extend select_columns to support non-string columns. Also allow selection on MultiIndex columns via level parameter. #1105@samukweku
9
9
-[ENH] Performance improvement for groupby_topk. #1093@samukweku
10
-
-[EHN]`min_max_scale` drop `old_min` and `old_max` to fit sklearn's method API. Issue #1068@Zeroto521
11
-
-[EHN] 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@Zeroto521
10
+
-[ENH]`min_max_scale` drop `old_min` and `old_max` to fit sklearn's method API. Issue #1068@Zeroto521
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
13
13
## [v0.23.1] - 2022-05-03
14
14
@@ -82,7 +82,7 @@
82
82
-[DOC] Updated various documentation sources to reflect pyjanitor-dev ownership. @loganthomas
0 commit comments