Skip to content

Commit 957c166

Browse files
committed
Merge branch 'master' into docs
2 parents 1fe8771 + d0795aa commit 957c166

39 files changed

+16409
-687
lines changed

.travis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@ os:
44
- linux
55
julia:
66
- 1.0
7-
- 1.1
8-
- 1.2
9-
- 1.3
7+
- 1.4
108
- nightly
9+
matrix:
10+
allow_failures:
11+
- julia: nightly
1112
notifications:
1213
email: false
1314
after_success:

Project.toml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "MLJLinearModels"
22
uuid = "6ee0df7b-362f-4a72-a706-9e79364fb692"
33
authors = ["Thibaut Lienart <[email protected]>"]
4-
version = "0.3.0"
4+
version = "0.3.3"
55

66
[deps]
77
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
@@ -11,16 +11,14 @@ LinearMaps = "7a12625a-238d-50fd-b39a-03d52299707e"
1111
MLJModelInterface = "e80e1ace-859a-464e-9ed9-23947d8ae3ea"
1212
Optim = "429524aa-4258-5aef-a3af-852621145aeb"
1313
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
14-
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
1514

1615
[compat]
1716
DocStringExtensions = "^0.8"
1817
IterativeSolvers = "^0.8"
1918
LinearMaps = "^2.6"
20-
MLJModelInterface = "^0.1"
21-
Optim = "^0.20"
19+
MLJModelInterface = "^0.1,^0.2"
20+
Optim = "^0.20,^0.21"
2221
Parameters = "^0.12"
23-
Tables = "^0.2"
2422
julia = "^1"
2523

2624
[extras]
@@ -30,7 +28,8 @@ PyCall = "438e738f-606a-5dbb-bf0a-cddfbfd45ab0"
3028
RCall = "6f49c342-dc21-5d91-9882-a32aef131414"
3129
RDatasets = "ce6b1742-4840-55fa-b093-852dadbb1d8b"
3230
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
31+
StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3"
3332
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
3433

3534
[targets]
36-
test = ["DelimitedFiles", "PyCall", "Test", "Random", "RDatasets", "RCall", "MLJBase"]
35+
test = ["DelimitedFiles", "PyCall", "Test", "Random", "RDatasets", "RCall", "MLJBase", "StableRNGs"]

docs/build/assets/documenter.js

Lines changed: 260 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)