Skip to content
Merged
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: 2 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
# CHANGES

## v1.3.0
- type of `entries` of `FEVectorBlock` and `FEVector` is now a template parameter

## v1.2.0 June 25, 2025
## v1.2.0 July 07, 2025
- major documentation and docstring overhaul
- improved show functions and constructors for FEMatrix, FEVector
- added range check in getindex functions for FEVector
- added slice views for FEVectorBlocks
- added Array conversions for FEVector and FEVectorBlock
- type of `entries` of `FEVectorBlock` and `FEVector` is now a template parameter

## v1.1.1 June 16, 2025
- docstring improvements
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -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.3.0"
version = "1.2.0"

[deps]
DiffResults = "163ba53b-c6d8-5494-b064-1a9d43ac40c5"
Expand Down
Loading