-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
18 changed files
with
210 additions
and
154 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,36 @@ | ||
name = "MLJLinearModels" | ||
uuid = "6ee0df7b-362f-4a72-a706-9e79364fb692" | ||
authors = ["Thibaut Lienart <[email protected]>"] | ||
version = "0.2.4" | ||
version = "0.3.0" | ||
This comment has been minimized.
Sorry, something went wrong. |
||
|
||
[deps] | ||
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae" | ||
IterativeSolvers = "42fd0dbc-a981-5370-80f2-aaf504508153" | ||
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" | ||
LinearMaps = "7a12625a-238d-50fd-b39a-03d52299707e" | ||
MLJBase = "a7f614a8-145f-11e9-1d2a-a57a1082229d" | ||
MLJModelInterface = "e80e1ace-859a-464e-9ed9-23947d8ae3ea" | ||
Optim = "429524aa-4258-5aef-a3af-852621145aeb" | ||
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a" | ||
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c" | ||
|
||
[compat] | ||
DocStringExtensions = "^0.8" | ||
IterativeSolvers = "^0.8" | ||
LinearMaps = "^2.5" | ||
MLJBase = "^0.9" | ||
Optim = "^0.19" | ||
LinearMaps = "^2.6" | ||
MLJModelInterface = "^0.1" | ||
Optim = "^0.20" | ||
Parameters = "^0.12" | ||
Tables = "^0.2" | ||
julia = "^1.0.0" | ||
julia = "^1" | ||
|
||
[extras] | ||
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab" | ||
MLJBase = "a7f614a8-145f-11e9-1d2a-a57a1082229d" | ||
PyCall = "438e738f-606a-5dbb-bf0a-cddfbfd45ab0" | ||
RCall = "6f49c342-dc21-5d91-9882-a32aef131414" | ||
RDatasets = "ce6b1742-4840-55fa-b093-852dadbb1d8b" | ||
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" | ||
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" | ||
|
||
[targets] | ||
test = ["DelimitedFiles", "PyCall", "Test", "Random", "RDatasets", "RCall"] | ||
test = ["DelimitedFiles", "PyCall", "Test", "Random", "RDatasets", "RCall", "MLJBase"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
1 comment
on commit 4b5a703
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Registration pull request created: JuliaRegistries/General/9014
After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.
This will be done automatically if Julia TagBot is installed, or can be done manually through the github interface, or via:
git tag -a v0.3.0 -m "<description of version>" 4b5a70308aeee649a32da25e4a5262676497d185
git push origin v0.3.0
@JuliaRegistrator register