Skip to content

Commit 3e5cb75

Browse files
committed
v0.9.2
1 parent ea44de4 commit 3e5cb75

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
# Upcoming Release
22

3+
4+
# v0.9.2
5+
36
- Increase test coverage
47
- Add ols(setting) and wls(setting, weights = w) type method call where setting is a regression setting
58
- Implement cooksoutliers() method for determining potential regression outliers using a cutoff value.
69
- Update documentation
7-
- Theil-Sen estimator for multiple regression
10+
- Implement Theil-Sen estimator for multiple regression
811

912

10-
# v0.9.1
13+
# v0.9.1
1114

1215
- Fix bchplot dependencies
1316
- Update README with new instructions

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.9.1"
4+
version = "0.9.2"
55

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

0 commit comments

Comments
 (0)