We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba517fe commit 404c1f0Copy full SHA for 404c1f0
2 files changed
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# CHANGES
2
3
+## v1.2.1 July 09, 2025
4
+ - some bugfixes related to new template parameter from 1.2.0
5
+ - @show of FEVectorBlock does not crash anymore
6
+
7
## v1.2.0 July 07, 2025
8
- major documentation and docstring overhaul
9
- improved show functions and constructors for FEMatrix, FEVector
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.0"
+version = "1.2.1"
[deps]
DiffResults = "163ba53b-c6d8-5494-b064-1a9d43ac40c5"
0 commit comments