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.
2 parents 3eb9c2d + 9bef99a commit b489161Copy full SHA for b489161
Project.toml
@@ -1,16 +1,16 @@
1
name = "RecursiveFactorization"
2
uuid = "f2c3362d-daeb-58d1-803e-2bc74f2840b4"
3
authors = ["Yingbo Ma <[email protected]>"]
4
-version = "0.1.9"
+version = "0.1.10"
5
6
[deps]
7
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
8
LoopVectorization = "bdcacae8-1622-11e9-2a5c-532679323890"
9
VectorizationBase = "3d5dd08c-fd9d-11e8-17fa-ed2836048c2f"
10
11
[compat]
12
-LoopVectorization = "0.10"
13
-VectorizationBase = "0.16"
+LoopVectorization = "0.10,0.11"
+VectorizationBase = "0.16,0.17,0.18"
14
julia = "1.5"
15
16
[extras]
0 commit comments