Skip to content

Commit

Permalink
Bump up version number
Browse files Browse the repository at this point in the history
  • Loading branch information
kinnala committed Jun 16, 2023
1 parent ae17779 commit 6159aa3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,10 +211,13 @@ with respect to documented and/or tested features.

### Unreleased

- Added: `ElementHexSkeleton0`, piecewise constant element on the skeleton
of a hexahedral mesh
## [8.1.0] - 2023-06-16

- Added: `ElementTriHHJ0` and `ElementTriHHJ1` matrix finite elements
for implementing the Hellan-Hermann-Johnson mixed method (see [`ex48.py`](https://github.com/kinnala/scikit-fem/blob/master/docs/examples/ex48.py))
- Added: `ElementHexSkeleton0`, piecewise constant element on the skeleton
of a hexahedral mesh
- Added: `ElementHexC1`, C1-continuous hexahedral element
- Added: `Mesh.restrict` now preserves subdomains and boundaries
- Added: `skfem.utils.mpc` for setting multipoint constraints
- Added: `Basis.get_dofs` now supports fetching DOFs at specific nodes
Expand All @@ -223,6 +226,7 @@ with respect to documented and/or tested features.
`Basis.get_dofs`
- Added: `CellBasis.with_elements` as a shortcut for initiating a new Basis with subset of elements
- Added: `Mesh.refined` now preserves subdomains in adaptive mesh refinement
- Fixed: `Mesh.refined` used to modify the element connectivity of the original mesh

## [8.0.0] - 2022-12-16

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = scikit-fem
version = 8.0.0
version = 8.1.0
author = Tom Gustafsson
description = Simple finite element assemblers
url = https://github.com/kinnala/scikit-fem
Expand Down

0 comments on commit 6159aa3

Please sign in to comment.