Skip to content

Commit 4bb6a9e

Browse files
committed
release - prepare for v0.4.0
1 parent 4739fba commit 4bb6a9e

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "LFAToolkit"
22
uuid = "3f92b583-c0aa-4596-8bdf-f02f6c0a52df"
33
authors = ["Jeremy L Thompson <[email protected]>"]
4-
version = "0.3.0"
4+
version = "0.4.0"
55

66
[deps]
77
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"

docs/src/release_notes.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,15 @@
22

33
## Current Development
44

5-
Current development includes improved functionality and bugfixes.
5+
Current development includes:
6+
7+
Enhancements:
8+
9+
Bugfixes:
10+
11+
## v0.4.0
12+
13+
This release includes improved functionality and bugfixes.
614

715
Enhancements:
816

@@ -11,15 +19,10 @@ Enhancements:
1119
Bugfixes:
1220

1321
* Minor spelling and notation errors corrected
14-
1522
* Newton tolerance for quadrature point computation relaxed
16-
1723
* Identity preconditioner modified for compatibility with multigrid
18-
1924
* Fix computation of change of coordinates for gradient and quadrature weights
20-
2125
* Fix computation of eigenvalue estimates and error iteration for Chebyshev smoother
22-
2326
* Fix injection operator for Dirichlet BDDC
2427

2528
Examples:
@@ -28,7 +31,7 @@ Examples:
2831

2932
## v0.3.0
3033

31-
This release include updated functionality and an interface change.
34+
This release includes updated functionality and an interface change.
3235

3336
Breaking change:
3437

0 commit comments

Comments
 (0)