Commit 40ed36f 1 parent 41876d8 commit 40ed36f Copy full SHA for 40ed36f
File tree 2 files changed +4
-1
lines changed
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -211,6 +211,8 @@ with respect to documented and/or tested features.
211
211
212
212
### Unreleased
213
213
214
+ ## [ 8.0.0] - 2022-12-16
215
+
214
216
- Removed: The deprecated ` Basis.find_dofs ` method, see ` Basis.get_dofs ` for a
215
217
replacement
216
218
- Added: Renamed ` ElementTetN0 ` to ` ElementTriN1 ` and added alias for backwards
Original file line number Diff line number Diff line change 1
1
[metadata]
2
2
name = scikit-fem
3
- version = 7 .0.1
3
+ version = 8 .0.0
4
4
author = Tom Gustafsson
5
5
description = Simple finite element assemblers
6
6
url = https://github.com/kinnala/scikit-fem
@@ -21,6 +21,7 @@ classifiers =
21
21
Programming Language :: Python :: 3.8
22
22
Programming Language :: Python :: 3.9
23
23
Programming Language :: Python :: 3.10
24
+ Programming Language :: Python :: 3.11
24
25
Topic :: Scientific/Engineering
25
26
Topic :: Utilities
26
27
You can’t perform that action at this time.
0 commit comments