Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove deprecations #3051

Merged
merged 6 commits into from
Oct 11, 2024
Merged

Remove deprecations #3051

merged 6 commits into from
Oct 11, 2024

Conversation

fonsp
Copy link
Owner

@fonsp fonsp commented Oct 10, 2024

We are going to release 0.20.0 soon. That means we can remove some deprecations

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

Try this Pull Request!

Open Julia and type:

julia> import Pkg
julia> Pkg.activate(temp=true)
julia> Pkg.add(url="https://github.com/fonsp/Pluto.jl", rev="remove-deprecations")
julia> using Pluto

@fonsp fonsp merged commit c5589cc into main Oct 11, 2024
11 checks passed
@fonsp fonsp deleted the remove-deprecations branch October 11, 2024 11:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant