Skip to content
Open
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
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog

## [1.19.0] - 2026-XX-XX
## [1.19.1] - 2026-04-23
- several small fixes in `UnicodePlots` extension.
- fix in slice plotting: use `simplexgrid` constructor for the resulting grid to ensure a consistent grid.

## [1.19.0] - 2026-04-23
- `UnicodePlots` does support multiplots if the package `Term` is loaded.
- Add colorbar for cell regions in 2D `gridplot!` with `Py[thon]Plot`

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

[deps]
Expand Down
Loading
Loading