v0.19.21
Pluto v0.19.21
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
- CompilerOptions: add compiled_modules, sysimage_native_code, depwarn, min_optlevel, inline, check_bounds (#2455) (@fonsp)
- CompilerOptions: add pkgimages (Julia 1.9) (#2456) (@fonsp)
Performance improvements
- MsgPack: buffer write to network io (#2460)
Fixes
- fix:
pluto_showable
for objects without implementation oflength(rows(::Tablelike))
(#2438) (@pankgeorg) - Don't cleanup variables not defined in Pluto workspaces. (#2459) (@Pangoraw)
- DataFrames display truncates string columns, column much narrower than space provided (#2190)
- Tables.jl object not triggering Pluto table viewer (#2309)
- word function (of CombinedParsers) becomes nothing after rerun "import CombinedParsers: word, words" cell (#2443)