Skip to content

Commit 8963831

Browse files
authored
Hotfix for CHANGELOG.md
For whatever reason, I made a release on the MkDocs branch, which messed up our CHANGELOG. I apologize for that. This PR, therefore, fixes the CHANGELOG to accurately reflect the state of changes made.
1 parent 6d616a5 commit 8963831

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
## [Unreleased]
44
- [INF] Simplify a bit linting, use pre-commit as the CI linting checker. @Zeroto521
5-
- [ENH] Fix bug in `pivot_longer` for wrong output when `names_pattern` is a sequence with a single value. Issue #885 @samukweku
65
- [ENH] Deprecate `aggfunc` from `pivot_wider`; aggregation can be chained with pandas' `groupby`.
76
- [BUG] Fix conditional join issue for multiple conditions, where pd.eval fails to evaluate if numexpr is installed. #898 @samukweku
87
- [ENH] Added `case_when` to handle multiple conditionals and replacement values. Issue #736. @robertmitchellv
@@ -11,6 +10,16 @@
1110
- [ENH] `expand_grid` returns a MultiIndex DataFrame, allowing the user to decide how to manipulate the columns. @samukweku
1211

1312

13+
## [v0.21.2] - 2021-09-01
14+
15+
- [ENH] Fix warning message in `coalesce`, from bfill/fill;`coalesce` now uses variable arguments. Issue #882 @samukweku
16+
- [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+
22+
1423
## [v0.21.1] - 2021-08-29
1524

1625
- [DOC] Fix references and broken links in AUTHORS.rst. @loganthomas

0 commit comments

Comments
 (0)