Skip to content

v0.19.21

Compare
Choose a tag to compare
@fonsp fonsp released this 27 Jan 11:18

Pluto v0.19.21

Try this release in your browser! (Available 30 minutes after the release)

Binder logo

Generate your own binder links using pluto-on-binder.glitch.me!

Diff since v0.19.20

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 of length(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)