Skip to content

Commit 2be82eb

Browse files
New version: BiGSTARS v3.0.0
UUID: 55e6fa54-20b2-4a8e-ba84-e72db1c430e6 Repo: https://github.com/subhk/BiGSTARS.jl.git Tree: cd42a9a71129b99a3a9fffefa49f379d0f3d0799 Registrator tree SHA: 3e66fa3f5110ad24f2ce227d4bf2d86af116b963
1 parent 96d126c commit 2be82eb

File tree

3 files changed

+24
-17
lines changed

3 files changed

+24
-17
lines changed

B/BiGSTARS/Compat.toml

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,10 @@
11
[2]
2-
ArnoldiMethod = "0.4"
3-
Arpack = "0.5.3-0.5"
42
Dierckx = "0.5.1-0.5"
5-
FFTW = "1"
6-
LinearAlgebra = "1.6.0-1"
7-
LinearMaps = "3.11.3-3"
83
Parameters = "0.12.1-0.12"
94
SparseMatrixDicts = "0.3"
105
StaticArrays = ["0.12", "1"]
116
Statistics = "1.6.0-1"
127
ToeplitzMatrices = "0.8.4-0.8"
13-
VectorInterface = "0.5"
14-
julia = "1.10.0-1"
158

169
["2-2.0.5"]
1710
BenchmarkTools = "1.5.0-1"
@@ -30,9 +23,18 @@ Tullio = "0.3.6-0.3"
3023
["2-2.0.8"]
3124
KrylovKit = "0.9.5-0.9"
3225

26+
[2-3]
27+
ArnoldiMethod = "0.4"
28+
Arpack = "0.5.3-0.5"
29+
FFTW = "1"
30+
LinearAlgebra = "1.6.0-1"
31+
LinearMaps = "3.11.3-3"
32+
VectorInterface = "0.5"
33+
julia = "1.10.0-1"
34+
3335
["2.0.4-2.0.5"]
3436
Bibliography = "0.3"
3537
Trapz = "2.0.3-2"
3638

37-
["2.0.9-2"]
39+
["2.0.9-3"]
3840
KrylovKit = "0.9.5-0.10"

B/BiGSTARS/Deps.toml

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,10 @@
11
[2]
2-
ArnoldiMethod = "ec485272-7323-5ecc-a04f-4719b315124d"
3-
Arpack = "7d9fca2a-8960-54d3-9f78-7d1dccf2cb97"
42
Dierckx = "39dd38d3-220a-591b-8e3c-4c3a8c710a94"
5-
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
6-
KrylovKit = "0b1a1467-8014-51b9-945f-bf0ae24f4b77"
7-
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
8-
LinearMaps = "7a12625a-238d-50fd-b39a-03d52299707e"
93
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
10-
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
11-
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
124
SparseMatrixDicts = "5cb6c4b0-9b79-11e8-24c9-f9621d252589"
135
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
146
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
157
ToeplitzMatrices = "c751599d-da0a-543b-9d20-d0a503d91d24"
16-
VectorInterface = "409d34a3-91d5-4945-b6ec-7529ddf182d8"
178

189
["2-2.0.5"]
1910
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
@@ -29,6 +20,17 @@ Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
2920
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
3021
Tullio = "bc48ee85-29a4-5162-ae0b-a64e1601d4bc"
3122

23+
[2-3]
24+
ArnoldiMethod = "ec485272-7323-5ecc-a04f-4719b315124d"
25+
Arpack = "7d9fca2a-8960-54d3-9f78-7d1dccf2cb97"
26+
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
27+
KrylovKit = "0b1a1467-8014-51b9-945f-bf0ae24f4b77"
28+
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
29+
LinearMaps = "7a12625a-238d-50fd-b39a-03d52299707e"
30+
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
31+
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
32+
VectorInterface = "409d34a3-91d5-4945-b6ec-7529ddf182d8"
33+
3234
["2.0.4-2.0.5"]
3335
Bibliography = "f1be7e48-bf82-45af-a471-ae754a193061"
3436
Trapz = "592b5752-818d-11e9-1e9a-2b8ca4a44cd1"

B/BiGSTARS/Versions.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,6 @@ git-tree-sha1 = "3349b022c6228bb396dd5af6b88a784377578450"
1515

1616
["2.0.9"]
1717
git-tree-sha1 = "35b86953e8ee3cfffaa272837ad95718e932c5c6"
18+
19+
["3.0.0"]
20+
git-tree-sha1 = "cd42a9a71129b99a3a9fffefa49f379d0f3d0799"

0 commit comments

Comments
 (0)