We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 530b21e commit 451472cCopy full SHA for 451472c
Project.toml
@@ -1,15 +1,15 @@
1
name = "LFAToolkit"
2
uuid = "3f92b583-c0aa-4596-8bdf-f02f6c0a52df"
3
authors = ["Jeremy L Thompson <thompson.jeremy.luke@gmail.com>"]
4
-version = "0.2.1"
+version = "0.2.2"
5
6
[deps]
7
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
8
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
9
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
10
11
[compat]
12
-julia = "1.5, 1.6"
+julia = "1.3"
13
14
[extras]
15
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
docs/src/release_notes.md
@@ -1,5 +1,9 @@
# Release Notes
+## v0.2.2
+
+Relax compatibility requirement to Julia 1.3 - 1.6.
## v0.2.1
Minor bugfixes:
0 commit comments