All Versions
10
Latest Version
Avg Release Cycle
19 days
Latest Release
1189 days ago

Changelog History

  • v1.4.1 Changes

    March 09, 2023

    1.4.1

    • ⬆️ BUMP: support for pandas 2.0+
    • 🆕 NEW: support for Python 3.8
  • v1.4 Changes

    October 26, 2022
    • 🆕 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!
  • v1.4.b1

    October 25, 2022
  • v1.3 Changes

    October 20, 2022
    • 🆕 NEW: gather(beside=...) argument!
    • 👌 IMPROVED: sample errors are more explicit
  • v1.3.b1

    October 18, 2022
  • v1.2 Changes

    October 08, 2022
    • 🆕 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
  • v1.2.b1

    October 07, 2022
  • v1.1 Changes

    September 27, 2022
    • ⬆️ 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!)
  • v1.1.b1

    September 27, 2022
  • v1.0 Changes

    September 19, 2022

    🚀 🟥🕶🐼 Initial Public Release! 🐼🕶🟥