diff --git a/Project.toml b/Project.toml index db9f9f6c3..38ada9422 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "LFAToolkit" uuid = "3f92b583-c0aa-4596-8bdf-f02f6c0a52df" authors = ["Jeremy L Thompson "] -version = "0.2.2" +version = "0.3.0" [deps] LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" diff --git a/docs/src/release_notes.md b/docs/src/release_notes.md index 97d33eab5..a0730bf99 100644 --- a/docs/src/release_notes.md +++ b/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.