Skip to content

Commit

Permalink
pump v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jbytecode committed Apr 26, 2023
1 parent 1d644ff commit 0d28c70
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# v0.10.0 (Upcoming Release)
# v0.10.1 (Upcoming Release)

- LMS returns betas rather than coefs

# v0.10.0

- LMS returns betas rather than coefs
- PrecompileTools integration for faster loading of package

# v0.9.5

Expand Down
4 changes: 2 additions & 2 deletions 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.5"
version = "0.10.0"

[deps]
Clustering = "aaaa29a8-35af-508c-8bc3-b662a17a0fe5"
Expand Down Expand Up @@ -32,4 +32,4 @@ Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Plots", "Test"]
test = ["Plots", "Test"]

0 comments on commit 0d28c70

Please sign in to comment.