File tree Expand file tree Collapse file tree 3 files changed +12
-4
lines changed Expand file tree Collapse file tree 3 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 1
1
name = " LFAToolkit"
2
2
uuid = " 3f92b583-c0aa-4596-8bdf-f02f6c0a52df"
3
3
authors = [" Jeremy L Thompson <thompson.jeremy.luke@gmail.com>" ]
4
- version = " 0.2.0 "
4
+ version = " 0.2.1 "
5
5
6
6
[deps ]
7
7
LinearAlgebra = " 37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
8
8
Printf = " de0858da-6303-5e67-8744-51eddeeeb8d7"
9
9
SparseArrays = " 2f01184e-e22b-5df5-ae63-d93ebab69eaf"
10
10
11
11
[compat ]
12
- julia = " 1.5"
12
+ julia = " 1.5, 1.6 "
13
13
14
14
[extras ]
15
15
Documenter = " e30172f5-a6a5-5a46-863b-614d45cd2de4"
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ This package provides a toolkit for analyzing the performance of preconditioners
18
18
19
19
## Installing
20
20
21
- To install, run
21
+ To install a development version , run
22
22
23
23
```
24
24
julia --project -e 'using Pkg; Pkg.build(); Pkg.add("./")'
Original file line number Diff line number Diff line change 1
1
# Release Notes
2
2
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
+
3
11
## v0.2
4
12
5
13
This release includes updated functionality and an improved interface.
@@ -22,7 +30,7 @@ Additonal changes include:
22
30
23
31
## v0.1.1
24
32
25
- Minor bugfixes
33
+ Minor bugfixes.
26
34
27
35
## v0.1
28
36
You can’t perform that action at this time.
0 commit comments