Highlights ⭐
- 🔍 Column filtering - You can now filter columns by their top most common values for improved data exploration and faster insights (#4531)
- ⚡ PySpark formatters - Seamlessly visualize PySpark DataFrames with our rich DataFrame viewer (#4615)
- 🔧 SQL formatting button - One-click SQL beautification right in your notebook cells, enhancing code readability and maintaining consistent query styling (#4640)
What's Changed
- docs: changelog by @akshayka in #4592
- chore: add setup_cell to released experiments by @akshayka in #4593
- docs: Update README_Chinese.md by @metaboulie in #4595
- improve: add --compile and --compile-bytecode flags to uv by @Light2Dark in #4578
- fix: improve graceful shutdown when running under uv by @akshayka in #4596
- Fix: typo in authentication.md by @AH-Merii in #4597
- fix: add warning about vegafusion not working with chart selection by @mscolnick in #4609
- fix: json parse nan/inf for altair charts by @Light2Dark in #4582
- feat: add col filtering by @Light2Dark in #4531
- fix: add mathjax ignore so code does not get malformed by @mscolnick in #4610
- fix: Filter by values styling and selection by @mscolnick in #4611
- docs(guides)📚: Add section on specifying alternative package indexes by @ericmjl in #4612
- fix: tuples in dataclasses were not picked up for json encoding by @dmadisetti in #4613
- feat: pyspark formatters by @mscolnick in #4615
- nit: account for empty slots by @dmadisetti in #4618
- example: pyiceberg connection by @mscolnick in #4617
- fix: block should ad marimo last if there is a setup cell by @dmadisetti in #4621
- fix: prevent double trigger for column filtering by @Light2Dark in #4625
- feat: extend support to tqdm update() by @brenoca in #4623
- fix: add more markdown css rules to clamp at desired max-width by @mscolnick in #4626
- improvement: support mark_text for altair selection by @mscolnick in #4630
- fix: cell actions and notebook settings scroll by @mscolnick in #4634
- chore(deps): update build tools by @renovate in #4633
- improvement: let single table expand to full contents by @mscolnick in #4628
- typechecking: fix ci by @dmadisetti in #4639
- feat: charts addition by @Light2Dark in #4608
- feat: add sql formatting button to sql cells by @mscolnick in #4640
- fix: show start to end for datetimes in col summary by @Light2Dark in #4637
- fix: sandbox alerts to stderr by @dmadisetti in #4635
New Contributors
- @AH-Merii made their first contribution in #4597
- @ericmjl made their first contribution in #4612
- @brenoca made their first contribution in #4623
Full Changelog: 0.13.0...0.13.1