diff --git a/CHANGELOG.md b/CHANGELOG.md index 045d2f8..bffe851 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ -# v0.10.1 (Upcoming Release) +# v0.10.2 (Upcoming Release) + + +# v0.10.1 +- Update compatibility with Clustering and StatsModels # v0.10.0 diff --git a/Project.toml b/Project.toml index a0ec106..5ce84f9 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "LinRegOutliers" uuid = "6d4de0fb-32d9-4c65-aac1-cc9ed8b94b1a" authors = ["Mehmet Hakan Satman ", "Shreesh Adiga <16567adigashreesh@gmail.com>", "Guillermo Angeris ", "Emre Akadal "] -version = "0.10.0" +version = "0.10.1" [deps] Clustering = "aaaa29a8-35af-508c-8bc3-b662a17a0fe5" @@ -11,20 +11,20 @@ Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f" HiGHS = "87dc4568-4c63-4d18-b0c0-bb2238e4078b" JuMP = "4076af6c-e467-56ae-b986-b466b2749572" LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" -Requires = "ae029012-a4dd-5104-9daa-d747884805df" PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a" +Requires = "ae029012-a4dd-5104-9daa-d747884805df" StatsModels = "3eaba693-59b7-5ba5-a881-562e759f1c8d" [compat] -Clustering = "0.12.2, 0.13, 0.14" +Clustering = "0.12.2, 0.13, 0.14, 0.15" Combinatorics = "0.7, 1" DataFrames = "0.22, 1" Distributions = "0.17, 0.18, 0.19.1, 0.20, 0.21, 0.22, 0.23, 0.24, 0.25" HiGHS = "0.1, 0.2, 0.3, 1" JuMP = "0.19, 0.20, 0.21, 0.22, 0.23, 1" -Requires = "1" PrecompileTools = "1" -StatsModels = "0.4, 0.5, 0.6" +Requires = "1" +StatsModels = "0.4, 0.5, 0.6, 0.7" julia = "1.4" [extras]