v0.19.1
Pluto v0.19.1
Try this release in your browser! (Available 30 minutes after the release)
Generate your own binder links using pluto-on-binder.glitch.me!
New features
- Option to hide logs per cell persistently (#2023) (@Pangoraw)
- Option
capture_stdout
to enable/disable stdout capture (#2022) (@fonsp)
Performance improvements
- Reduce time to first
from_flat_kwargs
(#2005) (@rikhuijzer) - Add a precompile statement to
PlutoRunner
and some minor refactorings (#2039) (@rikhuijzer)
Fixes
- PlutoPkg install race condition (#1919) (@fonsp)
- Disable "Open" button on main menu when nothing is typed (#2020) (@HirumalPriyashan)
- Can't use PlutoSliderServer inside a Pluto notebook (#2001)
- Add yield()s around logger redirect (#2026) (@fonsp)
- π Fix sliderserver-binder combination (#2043) (@fonsp)
- π§Ή Remove code and handle type assertion assignees (#2041) (@Pangoraw)