Skip to content

Commit a2d8ea0

Browse files
authored
Update CHANGELOG.md
1 parent 8963831 commit a2d8ea0

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

CHANGELOG.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,20 @@
11
# Changelog
22

33
## [Unreleased]
4-
- [INF] Simplify a bit linting, use pre-commit as the CI linting checker. @Zeroto521
54
- [ENH] Deprecate `aggfunc` from `pivot_wider`; aggregation can be chained with pandas' `groupby`.
65
- [BUG] Fix conditional join issue for multiple conditions, where pd.eval fails to evaluate if numexpr is installed. #898 @samukweku
76
- [ENH] Added `case_when` to handle multiple conditionals and replacement values. Issue #736. @robertmitchellv
87
- [ENH] Deprecate `new_column_names` and `merge_frame` from `process_text`. Only existing columns are supported. @samukweku
98
- [ENH] `complete` uses `pd.merge` internally, providing a simpler logic, with some speed improvements in certain cases over `pd.reindex`. @samukweku
109
- [ENH] `expand_grid` returns a MultiIndex DataFrame, allowing the user to decide how to manipulate the columns. @samukweku
11-
10+
- [INF] Simplify a bit linting, use pre-commit as the CI linting checker. @Zeroto521
11+
- [ENH] Fix bug in `pivot_longer` for wrong output when `names_pattern` is a sequence with a single value. Issue #885 @samukweku
12+
- [ENH] Deprecate `aggfunc` from `pivot_wider`; aggregation can be chained with pandas' `groupby`.
1213

1314
## [v0.21.2] - 2021-09-01
1415

1516
- [ENH] Fix warning message in `coalesce`, from bfill/fill;`coalesce` now uses variable arguments. Issue #882 @samukweku
1617
- [INF] Add SciPy as explicit dependency in `base.in`. Issue #895 @ericmjl
17-
- [ENH] Fix bug in `pivot_longer` for wrong output when `names_pattern` is a sequence with a single value. Issue #885 @samukweku
18-
- [ENH] Deprecate `aggfunc` from `pivot_wider`; aggregation can be chained with pandas' `groupby`.
19-
- [BUG] Fix conditional join issue for multiple conditions, where pd.eval fails to evaluate if numexpr is installed. #898 @samukweku
20-
- [INF] Simplify a bit linting, use pre-commit as the CI linting checker. @Zeroto521
2118

2219

2320
## [v0.21.1] - 2021-08-29

0 commit comments

Comments
 (0)