Skip to content

Releases: buckaroo-data/buckaroo

0.13.2

20 Mar 21:49
13e3c70

Choose a tag to compare

Other

  • build: use hatch-vcs for dynamic versioning from git tags (#639)
  • docs: clean up README, extract CONTRIBUTING.md (#637)

Install

pip install buckaroo==0.13.2

0.13.1

19 Mar 20:47

Choose a tag to compare

Bug Fixes

  • fix: display Duration and weird-type columns (#622) (#635)

CI/CD

  • ci: fix flaky link checker on same-repo GitHub URLs (#633)

Other

  • test: assert histogram rendering in Playwright integration tests (#631)

Install

pip install buckaroo==0.13.1

0.13.0

16 Mar 00:30

Choose a tag to compare

Features

  • feat: static embedding for serverless buckaroo rendering (#626)

Performance

  • perf: upgrade AG Grid v32 → v33 (unified packages) (#625)
  • perf: minify widget.js + migrate lodash to lodash-es (#624)

Install

pip install buckaroo==0.13.0

0.12.15

03 Mar 20:13

Choose a tag to compare

Features

  • feat: content-aware column widths, width estimation tests, and screenshot comparison infra (#606)
  • feat: add opt-in compact_number displayer (#597) (#601)
  • Add CLAUDE.md for Claude Code development guidance (#598)
  • feat: add color_static color rule; use it to highlight join-key columns in compare (#594)
  • feat: add /load_compare endpoint for col_join_dfs diff styling (#593)

Bug Fixes

  • fix: set defaultMinWidth to prevent narrow columns (#599) (#600)

Install

pip install buckaroo==0.12.15

0.12.14

25 Feb 22:14

Choose a tag to compare

Bug Fixes

  • fix: Playwright row count off-by-one with pinned columns (#590)
  • Fix BuckarooCompare for arbitrary join keys (#589)
  • Fix left-pinned index column for summary stats (#587)
  • fix: harden release workflow — tag-based versioning, no push to main (#581)

Install

pip install buckaroo==0.12.14

0.12.13

25 Feb 21:57

Choose a tag to compare

Bug Fixes

  • Fix left-pinned index column for summary stats (#587)
  • fix: harden release workflow — tag-based versioning, no push to main (#581)
  • fix: handle zero PRs in release notes; extract CHANGELOG updater to script (#580)
  • fix: plain release notes fallback + sync version to 0.12.11 (#579)
  • fix: MCP + server reliability, observability, and hardening (#578)

Other

Install

pip install buckaroo==0.12.13

0.12.4

20 Dec 22:06
1e7b01f

Choose a tag to compare

Fixes #422 which makes buckaroo pandera function again.

Lazy Infinite Polars Buckaroo

07 Dec 22:17
f44df43

Choose a tag to compare

This release adds Lazy Infinite Buckaroo

  • when reading Polars LazyFrames for LazyInfinitePolarsBuckaroo, the entire dataframe is no longer loaded into memory
  • Adds the execution framework that reliably executes code in separate processes with timeouts. This gives much better reliability when running on large dataframes in an interactive environment
  • Uses the Execution Framework for summary stats for the LazyInfinitePolarsBuckaroo Widget.
  • adds read() that works on csvs, parquet, and many files to give a LazyInfinitePolarsBuckaroo widget that won't blow out your memory.

Polars Bug Fixes for 0.11.2

29 Jul 19:14
5414796

Choose a tag to compare

0.11.1 Bug fixes

29 Jul 14:55
e5369df

Choose a tag to compare

  • Release 0.11.1
  • Fixes sort for pandas with new column naming
  • Fixes lowcode UI with new column naming
  • More reliable default analysis for pandas
  • Start of the ddd gallery for showing tricky dataframes
  • Start of Patrick big file blog post