Skip to content

Commit 0d28c70

Browse files
committed
pump v0.10.0
1 parent 1d644ff commit 0d28c70

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1-
# v0.10.0 (Upcoming Release)
1+
# v0.10.1 (Upcoming Release)
22

3-
- LMS returns betas rather than coefs
43

4+
# v0.10.0
5+
6+
- LMS returns betas rather than coefs
7+
- PrecompileTools integration for faster loading of package
58

69
# v0.9.5
710

Project.toml

Lines changed: 2 additions & 2 deletions
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.5"
4+
version = "0.10.0"
55

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

3434
[targets]
35-
test = ["Plots", "Test"]
35+
test = ["Plots", "Test"]

0 commit comments

Comments
 (0)