Skip to content

Commit

Permalink
Bump up version number and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
kinnala committed Aug 3, 2022
1 parent 3304d51 commit 123deb8
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 @@ -210,7 +210,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html)
with respect to documented and/or tested features.

### Unreleased
### [7.0.1] - 2022-08-03

- Fixed: Updated changelog was missing.

### [7.0.0] - 2022-08-03

- Changed: Removed the optimization of using `DiscreteField.is_zero` in the
helpers to skip the evaluation of zero components in `ElementComposite` to
Expand All @@ -228,7 +232,7 @@ with respect to documented and/or tested features.
backwards compatibility
- Added: `ElementTriRT2`, the second order Raviart-Thomas element
- Added: `ElementHexRT1`, the first order Raviart-Thomas element for hexahedral meshes
- Added: `Basis.project` now better supports `ElementComposite`
- Added: `Basis.project` now better supports `ElementComposite`[6.0.0] - 2022-03-15
- Added: `solver_iter_cg`, a simple pure Python conjugate gradient solver for
environments that do not have sparse solver libraries (e.g., Pyodide)
- Added: `ElementTriP2B` and `ElementTriP1B`, new aliases for `ElementTriMini`
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 = 7.0.0
version = 7.0.1
author = Tom Gustafsson
description = Simple finite element assemblers
url = https://github.com/kinnala/scikit-fem
Expand Down

0 comments on commit 123deb8

Please sign in to comment.