Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0.6.3 #91

Merged
merged 10 commits into from
Mar 15, 2022
Merged

0.6.3 #91

merged 10 commits into from
Mar 15, 2022

Conversation

pwwang
Copy link
Owner

@pwwang pwwang commented Mar 15, 2022

  • ✨ Allow base.c() to handle groupby data
  • πŸš‘ Allow base.diff() to work with groupby data
  • ✨ Allow forcats.fct_inorder() to work with groupby data
  • ✨ Allow base.rep()'s arguments length and each to work with grouped data
  • ✨ Allow base.c() to work with grouped data
  • πŸ› Force &/| operators to return boolean data
  • πŸš‘ Fix base.diff() not keep empty groups
  • πŸ› Fix recycling non-ordered grouped data
  • 🩹 Fix dplyr.count()/tally()'s warning about the new name
  • πŸš‘ Make dplyr.n() return groupoed data
  • πŸ› Make dplyr.slice() work better with rows/indices from grouped data
  • ✨ Add datar.attrgetter(), datar.pd_str(), datar.pd_cat() and datar.pd_dt()

✨Allow `base.rep()`'s arguments `length` and `each` to work with grouped data
✨Allow `base.c()` to work with grouped data
πŸ› Fix recycling non-ordered grouped data
πŸ› Force `&/|` operators to return boolean data
πŸš‘ Make `dplyr.n()` return groupoed data
🩹 Fix `dplyr.count()/tally()`'s warning about the new name
πŸ› Make `dplyr.slice()` work better with rows/indices from grouped data
@pwwang pwwang merged commit 4db4f0a into master Mar 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant