Skip to content

Commit 1dbfb93

Browse files
committed
change log
1 parent 50eccf4 commit 1dbfb93

File tree

1 file changed

+14
-15
lines changed

1 file changed

+14
-15
lines changed

CHANGELOG

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
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`!
1514
- 1.3
1615
- NEW: `gather(beside=...)` argument!
1716
- IMPROVED: `sample` errors are more explicit
@@ -24,7 +23,7 @@
2423
- BUGFIX: `summarize` deprecation warning now displays properly
2524
- BREAKING: `combine` now explicitly requires a `sep` argument
2625
- 1.1
27-
- BUMP: Pandas 1.5+
26+
- BUMP: pandas 1.5+
2827
- NEW: `__dataframe__` interchange format support
2928
- NEW: `rollup` verb (fka `summarize`)
3029
- NEW: `__version__`

0 commit comments

Comments
 (0)