Skip to content

Commit 13f077e

Browse files
authored
Merge pull request #87 from jeremylt/jeremy/0.7
release - prepare for v0.7.0
2 parents 887e875 + 2e2fe4d commit 13f077e

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
cff-version: 1.1.0
22
title: "LFAToolkit.jl"
33
message: "Please cite the following works when using this software."
4-
version: 0.6.1
5-
date-released: 2023-01-02
4+
version: 0.7.0
5+
date-released: 2024-03-01
66
license: BSD-2-Clause
77
authors:
88
- family-names: Thompson

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "LFAToolkit"
22
uuid = "3f92b583-c0aa-4596-8bdf-f02f6c0a52df"
33
authors = ["Jed Brown <jed@jedbrown.org>", "Adeleke Bankoe <AdelekeBankole@colorado.edu>", "Jeremy L Thompson <jeremy@jeremylt.org>"]
4-
version = "0.6.1"
4+
version = "0.7.0"
55

66
[deps]
77
FastGaussQuadrature = "442a2c76-b920-505d-bb47-c5924d526838"
@@ -13,7 +13,7 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
1313
[compat]
1414
FastGaussQuadrature = "0.4.9, 0.5, 1"
1515
Polynomials = "2.0.25, 3, 4"
16-
julia = "1.3.1"
16+
julia = "1.4"
1717

1818
[extras]
1919
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"

docs/src/release_notes.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44

55
Current development includes:
66

7+
## v0.7.0
8+
9+
This release updates the minimum supported version of Julia and updates the Chebyshev preconditioner.
10+
11+
Enhancements:
12+
713
* Added Chebyshev polynomials of the 4th kind
814

915
## v0.6.1

0 commit comments

Comments
 (0)