|
1 |
| -- 1.4b1 |
2 |
| - |
3 |
| - - NEW: pinned pandas (below 2.0) |
4 |
| - - NEW: pack verb |
5 |
| - - NEW: unpack verb |
6 |
| - - NEW: group().gather() |
7 |
| - - NEW: `make loc` to help development |
8 |
| - - IMPROVED: readme examples |
9 |
| - - IMPROVED: group `__repr__` |
10 |
| - - IMPROVED: group performance optimizations |
11 |
| - - BUGFIX: rf.wrap (multi index columns) |
12 |
| - - BUGFIX: sort order of group by operations |
13 |
| - - BUGFIX: some `TypeError`s in gather changed to ValueError |
14 |
| - - DEPRECATED: `gather(beside=...)` (please use `group` + `gather`) ...whoops! |
| 1 | +- 1.4 |
| 2 | + - NEW: pandas dependency pinned to below 2.0 |
| 3 | + - NEW: `pack` verb |
| 4 | + - NEW: `unpack` verb |
| 5 | + - NEW: `group` + `gather` compatibility |
| 6 | + - NEW: `make loc` (for development) |
| 7 | + - IMPROVED: README Quickstart + "Verb Table" |
| 8 | + - IMPROVED: GroupedFrame `__repr__` |
| 9 | + - IMPROVED: `group` performance optimizations |
| 10 | + - BUGFIX: `rf.wrap` now properly throws an error on "MultiIndex" columns |
| 11 | + - BUGFIX: sort order is now retained in `group` operations |
| 12 | + - BUGFIX: some `TypeError`s have been changed to `ValueError`s |
| 13 | + - DEPRECATED: `gather(beside=...)` ...whoops! please use `group` + `gather`! |
15 | 14 | - 1.3
|
16 | 15 | - NEW: `gather(beside=...)` argument!
|
17 | 16 | - IMPROVED: `sample` errors are more explicit
|
|
24 | 23 | - BUGFIX: `summarize` deprecation warning now displays properly
|
25 | 24 | - BREAKING: `combine` now explicitly requires a `sep` argument
|
26 | 25 | - 1.1
|
27 |
| - - BUMP: Pandas 1.5+ |
| 26 | + - BUMP: pandas 1.5+ |
28 | 27 | - NEW: `__dataframe__` interchange format support
|
29 | 28 | - NEW: `rollup` verb (fka `summarize`)
|
30 | 29 | - NEW: `__version__`
|
|
0 commit comments