diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b8e8a2..4df2ff6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ -# v0.11.4 (Upcoming Release) +# v0.11.5 (Upcoming Release) + + +# v0.11.4 - More explicit return types, drop `Dict` with `Dict{String, Any}` or `Dict{String, Vector}` - Add `Julia v.1.10` to GitHub actions @@ -8,6 +11,7 @@ - `summary()` throws `ErrorException` rather than simply prompting with `@error` macro. - `robcov` doesn't use try and catch any more. - Replace `sortperm` with `sortperm!` in mve. +- Set number of iterations to minimum([5 * p, 3000]) of LTS as in the R implementation. This reduces the time required 3x. # v0.11.3 diff --git a/Project.toml b/Project.toml index c60e15e..3501746 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.11.3" +version = "0.11.4" [deps] Clustering = "aaaa29a8-35af-508c-8bc3-b662a17a0fe5"