Skip to content

Commit 1d8399f

Browse files
committed
pump new release of v0.11.4
1 parent bab3d81 commit 1d8399f

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
# v0.11.4 (Upcoming Release)
1+
# v0.11.5 (Upcoming Release)
2+
3+
4+
# v0.11.4
25

36
- More explicit return types, drop `Dict` with `Dict{String, Any}` or `Dict{String, Vector}`
47
- Add `Julia v.1.10` to GitHub actions
@@ -8,6 +11,7 @@
811
- `summary()` throws `ErrorException` rather than simply prompting with `@error` macro.
912
- `robcov` doesn't use try and catch any more.
1013
- Replace `sortperm` with `sortperm!` in mve.
14+
- Set number of iterations to minimum([5 * p, 3000]) of LTS as in the R implementation. This reduces the time required 3x.
1115

1216
# v0.11.3
1317

Project.toml

Lines changed: 1 addition & 1 deletion
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.11.3"
4+
version = "0.11.4"
55

66
[deps]
77
Clustering = "aaaa29a8-35af-508c-8bc3-b662a17a0fe5"

0 commit comments

Comments
 (0)