Skip to content

Commit

Permalink
release - prepare for v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremylt committed Mar 1, 2024
1 parent 887e875 commit 2e2fe4d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "LFAToolkit"
uuid = "3f92b583-c0aa-4596-8bdf-f02f6c0a52df"
authors = ["Jed Brown <[email protected]>", "Adeleke Bankoe <[email protected]>", "Jeremy L Thompson <[email protected]>"]
version = "0.6.1"
version = "0.7.0"

[deps]
FastGaussQuadrature = "442a2c76-b920-505d-bb47-c5924d526838"
Expand All @@ -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"
Expand Down
6 changes: 6 additions & 0 deletions docs/src/release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2e2fe4d

Please sign in to comment.