-
Notifications
You must be signed in to change notification settings - Fork 156
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Minor release with the light interface (#439)
- Loading branch information
Showing
56 changed files
with
462 additions
and
514 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,39 +1,34 @@ | ||
name = "MLJ" | ||
uuid = "add582a8-e3ab-11e8-2d5e-e98b27df1bc7" | ||
authors = ["Anthony D. Blaom <[email protected]>"] | ||
version = "0.8.0" | ||
version = "0.9.0" | ||
This comment has been minimized.
Sorry, something went wrong. |
||
|
||
[deps] | ||
CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597" | ||
ComputationalResources = "ed09eef8-17a6-5b46-8889-db040fac31e3" | ||
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a" | ||
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab" | ||
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b" | ||
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f" | ||
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae" | ||
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240" | ||
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" | ||
MLJBase = "a7f614a8-145f-11e9-1d2a-a57a1082229d" | ||
MLJModels = "d491faf4-2d78-11e9-2867-c94bc002c0b7" | ||
MLJScientificTypes = "2e2323e0-db8b-457b-ae0d-bdfb3bc63afd" | ||
MLJTuning = "03970b2e-30c4-11ea-3135-d1576263f10f" | ||
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f" | ||
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca" | ||
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" | ||
ScientificTypes = "321657f4-b219-11e9-178b-2701a2544e81" | ||
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" | ||
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91" | ||
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c" | ||
|
||
[compat] | ||
CategoricalArrays = "^0.7" | ||
ComputationalResources = "^0.3" | ||
Distributions = "^0.21" | ||
DocStringExtensions = "^0.8" | ||
MLJBase = "^0.10" | ||
MLJTuning = "^0.1.1" | ||
MLJModels = "^0.7" | ||
Distributions = "^0.21,^0.22" | ||
MLJBase = "^0.11" | ||
MLJModels = "^0.8" | ||
MLJScientificTypes = "^0.1" | ||
MLJTuning = "^0.1" | ||
ProgressMeter = "^1.1" | ||
ScientificTypes = "^0.5.1" | ||
StatsBase = "^0.32" | ||
Tables = "^0.2" | ||
julia = "1" | ||
|
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
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
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.
2 comments
on commit 3573d8a
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/9360
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.9.0 -m "<description of version>" 3573d8a7eee9c32095f35823aa9776c5f6757e98
git push origin v0.9.0
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.
Error while trying to register: Version 0.9.0 already exists
@JuliaRegistrator register