Skip to content

Commit 123deb8

Browse files
committed
Bump up version number and update changelog
1 parent 3304d51 commit 123deb8

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

README.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
210210
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html)
211211
with respect to documented and/or tested features.
212212

213-
### Unreleased
213+
### [7.0.1] - 2022-08-03
214+
215+
- Fixed: Updated changelog was missing.
216+
217+
### [7.0.0] - 2022-08-03
214218

215219
- Changed: Removed the optimization of using `DiscreteField.is_zero` in the
216220
helpers to skip the evaluation of zero components in `ElementComposite` to
@@ -228,7 +232,7 @@ with respect to documented and/or tested features.
228232
backwards compatibility
229233
- Added: `ElementTriRT2`, the second order Raviart-Thomas element
230234
- Added: `ElementHexRT1`, the first order Raviart-Thomas element for hexahedral meshes
231-
- Added: `Basis.project` now better supports `ElementComposite`
235+
- Added: `Basis.project` now better supports `ElementComposite`[6.0.0] - 2022-03-15
232236
- Added: `solver_iter_cg`, a simple pure Python conjugate gradient solver for
233237
environments that do not have sparse solver libraries (e.g., Pyodide)
234238
- Added: `ElementTriP2B` and `ElementTriP1B`, new aliases for `ElementTriMini`

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = scikit-fem
3-
version = 7.0.0
3+
version = 7.0.1
44
author = Tom Gustafsson
55
description = Simple finite element assemblers
66
url = https://github.com/kinnala/scikit-fem

0 commit comments

Comments
 (0)