JuliaML / LearnBase.jl

Abstractions for Julia Machine Learning Packages
Other
17 stars 10 forks source link

Upgrade to Project.toml #34

Closed juliohm closed 4 years ago

juliohm commented 4 years ago

This PR replaces the old REQUIRE by the new Project.toml.

Should the version number increase to v0.2.3 or directly to v0.3.0?

juliohm commented 4 years ago

Thank you @joshday for merging. Should we trigger a new release as well?

We have TagBot already set as a GitHub action, and I wonder if we have JuliaRegistrator already configured for the organization? If yes, we could trigger it right away on master.

joshday commented 4 years ago

Yeah, that'd be great!

juliohm commented 4 years ago

First we need to double check the current version specified in the Project.toml. It seems like some packages are referring to LearnBase 0.3.0? What is the latest version before Project.toml?

joshday commented 4 years ago

Which ones? Latest is 0.2.2 (https://github.com/JuliaML/LearnBase.jl/releases)

juliohm commented 4 years ago

For instance, LossFunctions.jl REQUIRE file is pointing to LearnBase 0.3.0: https://github.com/JuliaML/LossFunctions.jl/blob/master/REQUIRE

juliohm commented 4 years ago

Any idea @joshday of the latest tagged version? Can we just trigger JuliaRegistrator and see?