Skip to content

Commit

Permalink
Use published_to_js from AbstractPlutoDingetjes (#12)
Browse files Browse the repository at this point in the history
* Use published_to_js from AbstractPlutoDingetjes
* Pluto 0.19.28
* bump to 1.0.

* documenter update
  • Loading branch information
j-fu authored Sep 26, 2023
1 parent 0ad46f4 commit f82559c
Show file tree
Hide file tree
Showing 12 changed files with 73 additions and 1,456 deletions.
8 changes: 5 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name = "PlutoVista"
uuid = "646e1f28-b900-46d7-9d87-d554eb38a413"
authors = ["Juergen Fuhrmann <[email protected]>"]
version = "0.8.24"
version = "1.0.0"

[deps]
AbstractPlutoDingetjes = "6e696c72-6542-2067-7265-42206c756150"
ColorSchemes = "35d6a980-a343-548e-a6ea-1d62b119f2f4"
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
Expand All @@ -13,10 +14,11 @@ Pluto = "c3e4b0f8-55cb-11ea-2926-15256bba5781"
UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"

[compat]
AbstractPlutoDingetjes = "1.2"
ColorSchemes = "3"
Colors = "0.12,1"
DocStringExtensions = "0.8,0.9"
GridVisualizeTools = "0.3"
GridVisualizeTools = "0.3,1"
HypertextLiteral = "0.9"
Pluto = "0.19"
Pluto = "0.19.28"
julia = "1.6"
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,10 @@ Plot library for Pluto notebooks based on [plotly.js](https://plotly.com/javascr
and [vtk.js](https://kitware.github.io/vtk-js/index.html) (thus using WebGL) for 2/3D data.

It uses the Pluto [💁 API to make objects available inside JS](https://github.com/fonsp/Pluto.jl/pull/1124)
to pass plot data from Julia to HTML5.
to pass plot data from Julia to HTML5. This functionality is now available via [AbstractPlutoDingetjes.jl](https://github.com/JuliaPluto/AbstractPlutoDingetjes.jl).

It can serve as a backend for [GridVisualize.jl](https://github.com/j-fu/GridVisualize.jl).

Example notebook: [pluto](https://raw.githubusercontent.com/j-fu/PlutoVista.jl/main/examples/plutovista.jl),
[html](https://j-fu.github.io/PlutoVista.jl/dev/plutovista.html)


1 change: 1 addition & 0 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ function mkdocs()
modules = [PlutoVista],
doctest = false,
clean = false,
warnonly = true,
authors = "J. Fuhrmann",
repo="https://github.com/j-fu/PlutoVista.jl",
pages=[
Expand Down
Loading

2 comments on commit f82559c

@j-fu
Copy link
Owner Author

@j-fu j-fu commented on f82559c Sep 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/92281

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v1.0.0 -m "<description of version>" f82559ccd4049936f8989cbac1a25d35081f3e9c
git push origin v1.0.0

Please sign in to comment.