Skip to content

Commit

Permalink
Add ElementDG to wildcard import (#806)
Browse files Browse the repository at this point in the history
  • Loading branch information
kinnala authored Nov 23, 2021
1 parent 8748336 commit 68bc2aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,8 @@ with respect to documented and/or tested features.

### Unreleased

- Fixed: `ElementDG` was not included in the wildcard import

### [5.0.0] - 2021-11-21

- Changed: `meshio` is now an optional dependency
Expand Down
1 change: 1 addition & 0 deletions skfem/element/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
"ElementVectorH1",
"ElementHdiv",
"ElementHcurl",
"ElementDG",
"ElementComposite",
"ElementTriP1",
"ElementTriP2",
Expand Down

0 comments on commit 68bc2aa

Please sign in to comment.