Skip to content

Commit 6ca9c51

Browse files
authored
Merge latest change into last version (#44)
1 parent 5ea170e commit 6ca9c51

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
# CHANGES
22

3-
## v1.3.0
4-
- type of `entries` of `FEVectorBlock` and `FEVector` is now a template parameter
5-
6-
## v1.2.0 June 25, 2025
3+
## v1.2.0 July 07, 2025
74
- major documentation and docstring overhaul
85
- improved show functions and constructors for FEMatrix, FEVector
96
- added range check in getindex functions for FEVector
107
- added slice views for FEVectorBlocks
118
- added Array conversions for FEVector and FEVectorBlock
9+
- type of `entries` of `FEVectorBlock` and `FEVector` is now a template parameter
1210

1311
## v1.1.1 June 16, 2025
1412
- docstring improvements

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "ExtendableFEMBase"
22
uuid = "12fb9182-3d4c-4424-8fd1-727a0899810c"
33
authors = ["Christian Merdon <[email protected]>", "Patrick Jaap <[email protected]>"]
4-
version = "1.3.0"
4+
version = "1.2.0"
55

66
[deps]
77
DiffResults = "163ba53b-c6d8-5494-b064-1a9d43ac40c5"

0 commit comments

Comments
 (0)