Closed juliohm closed 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.
Yeah, that'd be great!
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?
Which ones? Latest is 0.2.2 (https://github.com/JuliaML/LearnBase.jl/releases)
For instance, LossFunctions.jl REQUIRE file is pointing to LearnBase 0.3.0: https://github.com/JuliaML/LossFunctions.jl/blob/master/REQUIRE
Any idea @joshday of the latest tagged version? Can we just trigger JuliaRegistrator and see?
This PR replaces the old REQUIRE by the new Project.toml.
Should the version number increase to
v0.2.3
or directly tov0.3.0
?