Skip to content

Commit bf9f711

Browse files
authored
Remove tables compat (#53)
1 parent 4b5a703 commit bf9f711

17 files changed

+15962
-15
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
*DS_Store
22
Manifest.toml
3+
docs/build

.travis.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ after_success:
1414
# push coverage results to Codecov
1515
- julia -e 'using Pkg; pkg"add Coverage"; using Coverage; Codecov.submit(Codecov.process_folder())'
1616

17-
# jobs:
18-
# include:
19-
# - stage: "Documentation"
20-
# julia: 1.0
21-
# os: linux
22-
# script:
23-
# - julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd()));
24-
# Pkg.instantiate()'
25-
# - julia --project=docs/ docs/make.jl
26-
# after_success: skip
17+
jobs:
18+
include:
19+
- stage: "Documentation"
20+
julia: 1.2
21+
os: linux
22+
script:
23+
- julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd()));
24+
Pkg.instantiate()'
25+
- julia --project=docs/ docs/make.jl
26+
after_success: skip

Project.toml

Lines changed: 1 addition & 3 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.1"
55

66
[deps]
77
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
@@ -11,7 +11,6 @@ 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"
@@ -20,7 +19,6 @@ LinearMaps = "^2.6"
2019
MLJModelInterface = "^0.1"
2120
Optim = "^0.20"
2221
Parameters = "^0.12"
23-
Tables = "^0.2"
2422
julia = "^1"
2523

2624
[extras]

docs/Project.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[deps]
2+
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
3+
4+
[compat]
5+
Documenter = "^0.24"

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)