diff --git a/CITATION.cff b/CITATION.cff index 4762d69e..67a3c465 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -1,8 +1,8 @@ cff-version: 1.1.0 title: "LFAToolkit.jl" message: "Please cite the following works when using this software." -version: 0.6.1 -date-released: 2023-01-02 +version: 0.7.0 +date-released: 2024-03-01 license: BSD-2-Clause authors: - family-names: Thompson diff --git a/Project.toml b/Project.toml index 884c4d1d..89428d2b 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "LFAToolkit" uuid = "3f92b583-c0aa-4596-8bdf-f02f6c0a52df" authors = ["Jed Brown ", "Adeleke Bankoe ", "Jeremy L Thompson "] -version = "0.6.1" +version = "0.7.0" [deps] FastGaussQuadrature = "442a2c76-b920-505d-bb47-c5924d526838" @@ -13,7 +13,7 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf" [compat] FastGaussQuadrature = "0.4.9, 0.5, 1" Polynomials = "2.0.25, 3, 4" -julia = "1.3.1" +julia = "1.4" [extras] Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4" diff --git a/docs/src/release_notes.md b/docs/src/release_notes.md index f8c70218..707363c4 100644 --- a/docs/src/release_notes.md +++ b/docs/src/release_notes.md @@ -4,6 +4,12 @@ Current development includes: +## v0.7.0 + +This release updates the minimum supported version of Julia and updates the Chebyshev preconditioner. + +Enhancements: + * Added Chebyshev polynomials of the 4th kind ## v0.6.1