Skip to content

Commit 221339a

Browse files
committed
release - prepare for v0.2.1
1 parent 5e9ee3a commit 221339a

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
name = "LFAToolkit"
22
uuid = "3f92b583-c0aa-4596-8bdf-f02f6c0a52df"
33
authors = ["Jeremy L Thompson <thompson.jeremy.luke@gmail.com>"]
4-
version = "0.2.0"
4+
version = "0.2.1"
55

66
[deps]
77
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
88
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
99
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
1010

1111
[compat]
12-
julia = "1.5"
12+
julia = "1.5, 1.6"
1313

1414
[extras]
1515
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This package provides a toolkit for analyzing the performance of preconditioners
1818

1919
## Installing
2020

21-
To install, run
21+
To install a development version, run
2222

2323
```
2424
julia --project -e 'using Pkg; Pkg.build(); Pkg.add("./")'

docs/src/release_notes.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Release Notes
22

3+
## v0.2.1
4+
5+
Minor bugfixes:
6+
7+
* Gauss and Gauss-Lobatto node computation tolerances relaxed
8+
* Typo fixes
9+
* `src` directory reorganized to better support future development
10+
311
## v0.2
412

513
This release includes updated functionality and an improved interface.
@@ -22,7 +30,7 @@ Additonal changes include:
2230

2331
## v0.1.1
2432

25-
Minor bugfixes
33+
Minor bugfixes.
2634

2735
## v0.1
2836

0 commit comments

Comments
 (0)