You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* make UnicodePlots the default plotter in all Examples, use GridVisualize recipes
* remove test/Project.toml, now handled by extras/targets in main Project.toml
* pre-commit update, missing compats
* added Term to docs/Project.toml
* improved plotting in examples
* scalarplot, vectorplots, broken_scalarplot moved from ExtendableFEM to ExtendableFEMBase, Base.depwarns for unicode_gridplot and unicode_scalarplot
* removed stale imports, added streamplot, version bump, changelog
* documentation
* remove debug code
* bump to GridVisualize 1.20
---------
Co-authored-by: chmerdon <christian.merdon@wias-berlin.de>
Co-authored-by: Patrick Jaap <patrick.jaap@wias-berlin.de>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,9 @@
1
1
# CHANGES
2
2
3
-
## v1.6.0
3
+
## v1.6.0 April 28, 2026
4
+
- unicode plotting extension marked as deprecated (will be removed in next major version), they can be realized now with GridVisualize 1.9 and backend Plotter = UnicdePlots
5
+
- added scalarplot, vectorplot and broken_scalarplot defined for FEVectorBlocks (moved from ExtendableFEM)
0 commit comments