Skip to content

Commit

Permalink
v0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jbytecode committed Jan 17, 2023
1 parent ea44de4 commit 3e5cb75
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
# Upcoming Release


# v0.9.2

- Increase test coverage
- Add ols(setting) and wls(setting, weights = w) type method call where setting is a regression setting
- Implement cooksoutliers() method for determining potential regression outliers using a cutoff value.
- Update documentation
- Theil-Sen estimator for multiple regression
- Implement Theil-Sen estimator for multiple regression


# v0.9.1
# v0.9.1

- Fix bchplot dependencies
- Update README with new instructions
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "LinRegOutliers"
uuid = "6d4de0fb-32d9-4c65-aac1-cc9ed8b94b1a"
authors = ["Mehmet Hakan Satman <[email protected]>", "Shreesh Adiga <[email protected]>", "Guillermo Angeris <[email protected]>", "Emre Akadal <[email protected]>"]
version = "0.9.1"
version = "0.9.2"

[deps]
Clustering = "aaaa29a8-35af-508c-8bc3-b662a17a0fe5"
Expand Down

2 comments on commit 3e5cb75

@jbytecode
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/75871

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.9.2 -m "<description of version>" 3e5cb75554ee1ead5c0d489dadae359267c7da65
git push origin v0.9.2

Please sign in to comment.