Skip to content

v0.20.0

Compare
Choose a tag to compare
@fonsp fonsp released this 14 Oct 15:10

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!

Breaking changes in 0.20

  • Julia 1.10 is now the minimum compatible version (#3050). And after a lot of work, Pluto is compatible with Julia 1.11 (#2928).

The following deprecated methods have been removed from Pluto's API (#3051):

  • init_with_file_viewer
  • downstream_cells_map
  • upstream_cells_map(cell::Cell, notebook::Notebook)
  • delete_vars
  • where_referenced(notebook::Notebook, topology::NotebookTopology, something) (drop the notebook arg)
  • where_assigned(notebook::Notebook, topology::NotebookTopology, something) (drop the notebook arg)

New features

Fixes

Diff since v0.19.47