Skip to content

Commit 8f94af0

Browse files
New version: LsqFit v0.16.0 (#152490)
UUID: 2fda8390-95c7-5789-9bda-21331edee243 Repo: https://github.com/JuliaNLSolvers/LsqFit.jl.git Tree: 938aaa27db65e619e19aadd58fbae44fbb0d83e7 Registrator tree SHA: 50f504d641745716a5b3eabaf681d3a4937d2ae3
1 parent fad36b8 commit 8f94af0

File tree

3 files changed

+35
-23
lines changed

3 files changed

+35
-23
lines changed

L/LsqFit/Compat.toml

Lines changed: 21 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,56 +1,62 @@
1-
["0-0.6"]
1+
["0 - 0.6"]
22
Calculus = "0.0.0-0.5"
33

4-
["0-0.8"]
4+
["0 - 0.8"]
55
Distributions = "0.0.0-0.21"
66
OptimBase = "0-2"
77

8-
["0-0.9"]
8+
["0 - 0.9"]
99
julia = ["0.7", "1"]
1010

1111
["0.10"]
1212
Distributions = "0.18-0.22"
1313
StatsBase = "0.32"
1414
julia = "1"
1515

16-
["0.10-0"]
17-
NLSolversBase = "7.5.0-7"
18-
19-
["0.10-0.13"]
16+
["0.10 - 0.13"]
2017
OptimBase = "2"
2118

22-
["0.10-0.15.0"]
19+
["0.10 - 0.15"]
20+
NLSolversBase = "7.5.0-7"
21+
22+
["0.10 - 0.15.0"]
2323
ForwardDiff = "0.10"
2424

2525
["0.11"]
2626
Distributions = "0.18-0.23"
2727

28-
["0.11-0.13"]
28+
["0.11 - 0.13"]
2929
StatsBase = "0.32-0.33"
3030
julia = "1.1.0-1"
3131

3232
["0.12.0"]
3333
Distributions = "0.18-0.24"
3434

35-
["0.12.1-0"]
35+
["0.12.1 - 0.15"]
3636
Distributions = "0.18-0.25"
3737

3838
["0.14"]
3939
StatsBase = "0.32-0.34"
4040

41-
["0.14-0"]
41+
["0.14 - 0.15"]
4242
julia = "1.6.0-1"
4343

44-
["0.15-0"]
44+
["0.15 - 0"]
4545
StatsAPI = "1"
4646

47-
["0.15.1-0"]
47+
["0.15.1 - 0"]
4848
ForwardDiff = ["0.10", "1"]
4949

50-
["0.7-0.8"]
50+
["0.16 - 0"]
51+
ADTypes = "1"
52+
Distributions = "0.18 - 0.25"
53+
NLSolversBase = "8"
54+
julia = "1.10.0 - 1"
55+
56+
["0.7 - 0.8"]
5157
NLSolversBase = "0-7"
5258

53-
["0.7-0.9"]
59+
["0.7 - 0.9"]
5460
StatsBase = "0.0.0-0.32"
5561

5662
["0.9"]

L/LsqFit/Deps.toml

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,27 +2,30 @@
22
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
33
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
44

5-
["0-0.13"]
5+
["0 - 0.13"]
66
OptimBase = "87e2bd06-a317-5318-96d9-3ecbac512eee"
77
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
88

9-
["0-0.6"]
9+
["0 - 0.6"]
1010
Calculus = "49dc2e85-a5d0-5ad3-a950-438e2897f1b9"
1111

12-
["0-0.8"]
12+
["0 - 0.8"]
1313
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
1414

15-
["0.14-0"]
15+
["0.14 - 0"]
1616
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
1717

18-
["0.15-0"]
18+
["0.15 - 0"]
1919
StatsAPI = "82ae8749-77ed-4fe6-ae5f-f523153014b0"
2020

21-
["0.7-0"]
21+
["0.16 - 0"]
22+
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
23+
24+
["0.7 - 0"]
2225
NLSolversBase = "d41bc354-129a-5804-8e4c-c37616107c6c"
2326

24-
["0.7-0.14"]
27+
["0.7 - 0.14"]
2528
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
2629

27-
["0.9-0"]
30+
["0.9 - 0"]
2831
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"

L/LsqFit/Versions.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,6 @@ git-tree-sha1 = "40acc20cfb253cf061c1a2a2ea28de85235eeee1"
4848

4949
["0.15.1"]
5050
git-tree-sha1 = "f386224fa41af0c27f45e2f9a8f323e538143b43"
51+
52+
["0.16.0"]
53+
git-tree-sha1 = "938aaa27db65e619e19aadd58fbae44fbb0d83e7"

0 commit comments

Comments
 (0)