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
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,15 @@

## next version

## v0.9.0 March 22, 2025

### Added

- tests for explicit imports and undocumented names
- Runic.jl code formatting
- new operators `symgrad_Voigt` and `εV` for symmetric gradients in Voigt notation
- new periodic boundary matrix assembler `get_periodic_coupling_matrix`
- new `CombineDofs` operator accepting a periodic`coupling_matrix`
- new `CombineDofs` operator accepting a periodic `coupling_matrix`

## v0.8 November 1, 2024
- started changelog
Expand Down
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "ExtendableFEM"
uuid = "a722555e-65e0-4074-a036-ca7ce79a4aed"
authors = ["Christian Merdon <merdon@wias-berlin.de>"]
version = "0.8.1"
authors = ["Christian Merdon <merdon@wias-berlin.de>", "Patrick Jaap <patrick.jaap@wias-berlin.de>"]
version = "0.9.0"

[deps]
CommonSolve = "38540f10-b2f7-11e9-35d8-d573e4eb0ff2"
Expand Down
Loading