Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
maxhumber committed Oct 7, 2022
1 parent ce17ec9 commit c44e524
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
- 1.2b1
- NEW: `cross` join verb!
- NEW: `join(..., postfix=("_lhs, "_rhs"))` argument
- NEW: `memory` property to check DataFrame memory footprint
- NEW: Makefile (for development)
- BUGFIX: `combine` drop=True argument now works as intended
- BUGFIX: `summarize` deprecation warning now displays properly
- BREAKING: `combine` now explicitly requires a `sep` argument
- 1.1
- BUMP: Pandas 1.5+
- NEW: `__dataframe__` interchange format support
Expand Down
4 changes: 3 additions & 1 deletion TODO
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
- explode, collapse verbs
- more research into `.assign` mutate(..., vectorized=True)?
- datasets
- .log (Untitled12)
- .slice
- .complete
- .tally?
- hide/protect/private
- 10 minutes tutorial
- cheatsheet (pandas/dplyr/tidyr)
- stackoverflow blitz
- anaconda

0 comments on commit c44e524

Please sign in to comment.