File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 5
5
- [ ENH] Fix bug in ` pivot_longer ` for wrong output when ` names_pattern ` is a sequence with a single value. Issue #885 @samukweku
6
6
- [ ENH] Deprecate ` aggfunc ` from ` pivot_wider ` ; aggregation can be chained with pandas' ` groupby ` .
7
7
- [ BUG] Fix conditional join issue for multiple conditions, where pd.eval fails to evaluate if numexpr is installed. #898 @samukweku
8
+ - [ ENH] Deprecate ` new_column_names ` and ` merge_frame ` from ` process_text ` . Only existing columns are supported. @samukweku
8
9
9
10
## [ v0.21.1] - 2021-08-29
10
11
25
26
- [ EHN] Set ` expand_column ` 's ` sep ` default is ` "|" ` , same to ` pandas.Series.str.get_dummies ` . Issue #876 . @Zeroto521
26
27
- [ ENH] Deprecate ` limit ` from fill_direction. fill_direction now uses kwargs. @samukweku
27
28
- [ ENH] Added ` conditional_join ` function that supports joins on non-equi operators. @samukweku
28
- - [ ENH] Deprecate ` new_column_names ` and ` merge_frame ` from ` process_text ` . Only existing columns are supported. @samukweku
29
29
- [ INF] Speed up pytest via ` -n ` (pytest-xdist) option. Issue #881 . @Zeroto521
30
30
- [ DOC] Add list mark to keep ` select_columns ` 's example same style. @Zeroto521
31
31
- [ ENH] Updated ` rename_columns ` to take optional function argument for mapping. @nvamsikrishna05
You can’t perform that action at this time.
0 commit comments