|
1 | 1 | # Changelog
|
2 | 2 |
|
3 | 3 | ## [Unreleased]
|
4 |
| -- [INF] Simplify a bit linting, use pre-commit as the CI linting checker. @Zeroto521 |
5 | 4 | - [ENH] Deprecate `aggfunc` from `pivot_wider`; aggregation can be chained with pandas' `groupby`.
|
6 | 5 | - [BUG] Fix conditional join issue for multiple conditions, where pd.eval fails to evaluate if numexpr is installed. #898 @samukweku
|
7 | 6 | - [ENH] Added `case_when` to handle multiple conditionals and replacement values. Issue #736. @robertmitchellv
|
8 | 7 | - [ENH] Deprecate `new_column_names` and `merge_frame` from `process_text`. Only existing columns are supported. @samukweku
|
9 | 8 | - [ENH] `complete` uses `pd.merge` internally, providing a simpler logic, with some speed improvements in certain cases over `pd.reindex`. @samukweku
|
10 | 9 | - [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`. |
12 | 13 |
|
13 | 14 | ## [v0.21.2] - 2021-09-01
|
14 | 15 |
|
15 | 16 | - [ENH] Fix warning message in `coalesce`, from bfill/fill;`coalesce` now uses variable arguments. Issue #882 @samukweku
|
16 | 17 | - [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 |
21 | 18 |
|
22 | 19 |
|
23 | 20 | ## [v0.21.1] - 2021-08-29
|
|
0 commit comments