Skip to content

Commit 274c963

Browse files
committed
update changelog
1 parent f7da06c commit 274c963

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
- [ENH] Fix bug in `pivot_longer` for wrong output when `names_pattern` is a sequence with a single value. Issue #885 @samukweku
66
- [ENH] Deprecate `aggfunc` from `pivot_wider`; aggregation can be chained with pandas' `groupby`.
77
- [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
89

910
## [v0.21.1] - 2021-08-29
1011

@@ -25,7 +26,6 @@
2526
- [EHN] Set `expand_column`'s `sep` default is `"|"`, same to `pandas.Series.str.get_dummies`. Issue #876. @Zeroto521
2627
- [ENH] Deprecate `limit` from fill_direction. fill_direction now uses kwargs. @samukweku
2728
- [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
2929
- [INF] Speed up pytest via `-n` (pytest-xdist) option. Issue #881. @Zeroto521
3030
- [DOC] Add list mark to keep `select_columns`'s example same style. @Zeroto521
3131
- [ENH] Updated `rename_columns` to take optional function argument for mapping. @nvamsikrishna05

0 commit comments

Comments
 (0)