Skip to content

Commit

Permalink
Merge branch 'dev' into samukweku/collapse_levels_axis
Browse files Browse the repository at this point in the history
  • Loading branch information
ericmjl authored Jan 13, 2024
2 parents e904d28 + dcb523a commit 0e78586
Show file tree
Hide file tree
Showing 9 changed files with 435 additions and 1,535 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ repos:
- "--config=pyproject.toml"
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.1.9
rev: v0.1.11
hooks:
- id: ruff
args: [--fix]
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
- [BUG] Fix logic for groupby in complete. Index support deprecated. Fix deprecation warning for fillna in `complete` PR #1289 @samukweku
- [ENH] `select` function now supports variable arguments - PR #1288 @samukweku
- [ENH] `conditional_join` now supports timedelta dtype. - PR #1297 @samukweku
- [ENH] `get_join_indices` function added - returns only join indices between two dataframes. Issue #1310 @samukweku
- [ENH] `explode_index` function added. - Issue #1283
- [ENH] Add `glue` and `axis` parameters to `collapse_levels`. - Issue #211 @samukweku

## [v0.26.0] - 2023-09-18
Expand Down
Loading

0 comments on commit 0e78586

Please sign in to comment.