We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 574581b commit a3e68dfCopy full SHA for a3e68df
2 files changed
CHANGELOG.md
@@ -1,8 +1,9 @@
1
# CHANGES
2
3
-## v1.2.1 July 09, 2025
+## v1.3.0 July 09, 2025
4
- some bugfixes related to new template parameter from 1.2.0
5
- @show of FEVectorBlock does not crash anymore
6
+ - added show functions for FEBasisEvaluator, PointEvaluator, SegmentEvaluator
7
8
## v1.2.0 July 07, 2025
9
- major documentation and docstring overhaul
Project.toml
@@ -1,7 +1,7 @@
name = "ExtendableFEMBase"
uuid = "12fb9182-3d4c-4424-8fd1-727a0899810c"
authors = ["Christian Merdon <merdon@wias-berlin.de>", "Patrick Jaap <patrick.jaap@wias-berlin.de>"]
-version = "1.2.1"
+version = "1.3.0"
[deps]
DiffResults = "163ba53b-c6d8-5494-b064-1a9d43ac40c5"
0 commit comments