Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## [1.18.0] - 2026-04-15
- new UnicodePlots.jl extension that at the moment supports gridplot and scalarplot in 1D and 2D

## [1.17.1] - 2026-03-25
- `PyPlot/PythonPlot`: assign increasing `fignumber`s to each new context (user can see multiple plotting windows)

Expand Down
5 changes: 4 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "GridVisualize"
uuid = "5eed8a63-0fb0-45eb-886d-8d5a387d12b8"
authors = ["Juergen Fuhrmann <juergen.fuhrmann@wias-berlin.de>", "Patrick Jaap <patrick.jaap@wias-berlin.de>"]
version = "1.17.1"
version = "1.18.0"

[deps]
ColorSchemes = "35d6a980-a343-548e-a6ea-1d62b119f2f4"
Expand All @@ -28,6 +28,7 @@ PlutoVista = "646e1f28-b900-46d7-9d87-d554eb38a413"
PyPlot = "d330b81b-6aea-500a-939a-2ce795aea3ee"
PythonPlot = "274fc56d-3b97-40fa-a1cd-1b4a50311bf9"
Triangulate = "f7e6ffb2-c36d-4f8f-a77e-16e897189344"
UnicodePlots = "b8865327-cd53-5732-bb35-84acbb429228"
VTKView = "955f2c64-5fd0-11e9-0ad0-3332e913311a"

[extensions]
Expand All @@ -37,6 +38,7 @@ GridVisualizePlotsExt = "Plots"
GridVisualizePlutoVistaExt = "PlutoVista"
GridVisualizePyPlotExt = "PyPlot"
GridVisualizePythonPlotExt = "PythonPlot"
GridVisualizeUnicodePlotsExt = "UnicodePlots"
GridVisualizeVTKViewExt = "VTKView"

[compat]
Expand All @@ -63,6 +65,7 @@ PyPlot = "2"
PythonPlot = "1"
StaticArrays = "1"
Triangulate = "2, 3"
UnicodePlots = "3"
VTKView = "0.1,0.2"
julia = "1.9"

Expand Down
Loading
Loading