Skip to content

Releases: maxhumber/redframes

1.4.1

09 Mar 15:41
Compare
Choose a tag to compare

1.4.1

  • BUMP: support for pandas 2.0+
  • NEW: support for Python 3.8

1.4

26 Oct 14:55
554232a
Compare
Choose a tag to compare
1.4
  • NEW: pandas dependency pinned to below 2.0
  • NEW: pack verb
  • NEW: unpack verb
  • NEW: group + gather compatibility
  • NEW: make loc (for development)
  • IMPROVED: README Quickstart + "Verb Table"
  • IMPROVED: GroupedFrame __repr__
  • IMPROVED: group performance optimizations
  • BUGFIX: rf.wrap now properly throws an error on "MultiIndex" columns
  • BUGFIX: sort order is now retained in group operations
  • BUGFIX: some TypeErrors have been changed to ValueErrors
  • DEPRECATED: gather(beside=...) ...whoops! please use group + gather!

1.4b1

25 Oct 19:30
Compare
Choose a tag to compare
1.4b1 Pre-release
Pre-release
change log

1.3

20 Oct 14:21
Compare
Choose a tag to compare
1.3
  • NEW: gather(beside=...) argument!
  • IMPROVED: sample errors are more explicit

1.3b1

18 Oct 16:11
0d1bea1
Compare
Choose a tag to compare
1.3b1 Pre-release
Pre-release
Merge pull request #2 from maxhumber/easygather

Easygather

1.2

08 Oct 17:05
Compare
Choose a tag to compare
1.2
  • 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.2b1

07 Oct 18:25
Compare
Choose a tag to compare
1.2b1 Pre-release
Pre-release
changelog

1.1

27 Sep 17:45
Compare
Choose a tag to compare
1.1
  • BUMP: Pandas 1.5+
  • NEW: __dataframe__ interchange format support
  • NEW: rollup verb (fka summarize)
  • NEW: __version__
  • BUGFIX: select verb now requires unique column keys
  • BUGFIX: types property is now more robust to mixed types within a column
  • DEPRECATED: summarize (please use rollup!)

1.1b1

27 Sep 17:41
Compare
Choose a tag to compare
1.1b1 Pre-release
Pre-release
bad test fixed

1.0

19 Sep 18:33
Compare
Choose a tag to compare
1.0

πŸŸ₯πŸ•ΆπŸΌ Initial Public Release! πŸΌπŸ•ΆπŸŸ₯