Skip to content

Commit

Permalink
release - prepare for v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremylt committed Jul 3, 2021
1 parent 4739fba commit 4bb6a9e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Project.toml
@@ -1,7 +1,7 @@
name = "LFAToolkit"
uuid = "3f92b583-c0aa-4596-8bdf-f02f6c0a52df"
authors = ["Jeremy L Thompson <thompson.jeremy.luke@gmail.com>"]
version = "0.3.0"
version = "0.4.0"

[deps]
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Expand Down
17 changes: 10 additions & 7 deletions docs/src/release_notes.md
Expand Up @@ -2,7 +2,15 @@

## Current Development

Current development includes improved functionality and bugfixes.
Current development includes:

Enhancements:

Bugfixes:

## v0.4.0

This release includes improved functionality and bugfixes.

Enhancements:

Expand All @@ -11,15 +19,10 @@ Enhancements:
Bugfixes:

* Minor spelling and notation errors corrected

* Newton tolerance for quadrature point computation relaxed

* Identity preconditioner modified for compatibility with multigrid

* Fix computation of change of coordinates for gradient and quadrature weights

* Fix computation of eigenvalue estimates and error iteration for Chebyshev smoother

* Fix injection operator for Dirichlet BDDC

Examples:
Expand All @@ -28,7 +31,7 @@ Examples:

## v0.3.0

This release include updated functionality and an interface change.
This release includes updated functionality and an interface change.

Breaking change:

Expand Down

0 comments on commit 4bb6a9e

Please sign in to comment.