JuliaStats / MLBase.jl

A set of functions to support the development of machine learning algorithms
MIT License
186 stars 63 forks source link

Switch to Project.toml and workflows #51

Closed AsafManela closed 3 years ago

AsafManela commented 3 years ago

This package's code actually seems to run fine in julia 1.6, but needs some TLC. This PR switches its REQUIRE file to Project.toml and replaces travis-ci with github workflows for CI and for TagBot.

After this is tagged, it should allow https://github.com/JuliaStats/Lasso.jl/pull/62 to proceed

AsafManela commented 3 years ago

Can someone from @JuliaStats merge this PR? The changes are all generic upgrading to Project.toml stuff.

bkamins commented 3 years ago

@ararslan - you probably better understand this kind of changes than me. Can you please have a look? Thank you!

ararslan commented 3 years ago

Looks good, but the [deps] in Project.toml will need [compat] entries

AsafManela commented 3 years ago

You got it! Thanks for reviewing.

ararslan commented 3 years ago

Thanks!

AsafManela commented 3 years ago

Thank you! Can you register it?

ararslan commented 3 years ago

https://github.com/JuliaRegistries/General/pull/45100