Skip to content

Commit

Permalink
release - version v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremylt committed May 28, 2021
1 parent 18dbb8c commit 62b7f47
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
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.2.2"
version = "0.3.0"

[deps]
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Expand Down
14 changes: 14 additions & 0 deletions docs/src/release_notes.md
@@ -1,5 +1,19 @@
# Release Notes

## Current Development

## v0.3.0

This release include updated functionality and an interface change.

Breaking change:

* Refactor `GalleryOperator`; now `GalleryVectorOperator` and `GalleryMacroElementOperator` included

Functionalty improvement:

* Initial implementations of lumped and Dirichlet BDDC preconditioners added

## v0.2.2

Relax compatibility requirement to Julia 1.3 - 1.6.
Expand Down

0 comments on commit 62b7f47

Please sign in to comment.