Skip to content

Commit 818757d

Browse files
committed
update compatibility
1 parent a9fb4d1 commit 818757d

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
# v0.10.1 (Upcoming Release)
1+
# v0.10.2 (Upcoming Release)
2+
3+
4+
# v0.10.1
5+
- Update compatibility with Clustering and StatsModels
26

37

48
# v0.10.0

Project.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "LinRegOutliers"
22
uuid = "6d4de0fb-32d9-4c65-aac1-cc9ed8b94b1a"
33
authors = ["Mehmet Hakan Satman <mhsatman@gmail.com>", "Shreesh Adiga <16567adigashreesh@gmail.com>", "Guillermo Angeris <angeris@stanford.edu>", "Emre Akadal <emre.akadal@istanbul.edu.tr>"]
4-
version = "0.10.0"
4+
version = "0.10.1"
55

66
[deps]
77
Clustering = "aaaa29a8-35af-508c-8bc3-b662a17a0fe5"
@@ -11,20 +11,20 @@ Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
1111
HiGHS = "87dc4568-4c63-4d18-b0c0-bb2238e4078b"
1212
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
1313
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
14-
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
1514
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
15+
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
1616
StatsModels = "3eaba693-59b7-5ba5-a881-562e759f1c8d"
1717

1818
[compat]
19-
Clustering = "0.12.2, 0.13, 0.14"
19+
Clustering = "0.12.2, 0.13, 0.14, 0.15"
2020
Combinatorics = "0.7, 1"
2121
DataFrames = "0.22, 1"
2222
Distributions = "0.17, 0.18, 0.19.1, 0.20, 0.21, 0.22, 0.23, 0.24, 0.25"
2323
HiGHS = "0.1, 0.2, 0.3, 1"
2424
JuMP = "0.19, 0.20, 0.21, 0.22, 0.23, 1"
25-
Requires = "1"
2625
PrecompileTools = "1"
27-
StatsModels = "0.4, 0.5, 0.6"
26+
Requires = "1"
27+
StatsModels = "0.4, 0.5, 0.6, 0.7"
2828
julia = "1.4"
2929

3030
[extras]

0 commit comments

Comments
 (0)