We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 679ebdc commit 6db7920Copy full SHA for 6db7920
Project.toml
@@ -1,10 +1,15 @@
1
name = "Loess"
2
uuid = "4345ca2d-374a-55d4-8d30-97f9976e7612"
3
+version = "0.5.1"
4
5
[deps]
6
Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7"
7
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
8
9
+[compat]
10
+julia = "0.7, 1"
11
+Distances = "0.7, 0.8"
12
+
13
[extras]
14
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
15
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
REQUIRE
0 commit comments