mojaie / MolecularGraph.jl

Graph-based molecule modeling toolkit for cheminformatics
MIT License
197 stars 29 forks source link

New release? #51

Closed timholy closed 3 years ago

timholy commented 3 years ago

Would it be possible to get a new release of this package?

mojaie commented 3 years ago

Sure. I will submit v0.8.0 release. Thank you again for your great contributions.

mojaie commented 3 years ago

Merged https://github.com/JuliaRegistries/General/pull/28977

timholy commented 3 years ago

Thanks so much!

For the TagBot issue https://github.com/mojaie/MolecularGraph.jl/issues/52#issuecomment-770175141, I can't help directly due to permissions (well, if it needs a key, which I'm not sure it does), but https://github.com/julia-actions/MassInstallAction.jl/blob/dec8ce995d707b0008c0b1e47f93f7bcbad2d877/demos/MaintenanceDec2020/maintenance.jl#L24-L52 may make it easier. You can add MassInstallAction, then navigate to the demo direction, activate the Project.toml (either Pkg.activate(".") or on linux start Julia with julia --project from that directory), do lines like at the top of that script

using GitHub, MassInstallAction
import HTTP
# authenticate
auth = authenticate(#= your-github-personal-access-token =#)   # don't ever post this publicly!
rs = [repo(Repo("mojaie/MolecularGraph.jl"); auth=auth)]

and the you should be able to copy/paste any section of that script you want and have it make changes here.

mojaie commented 3 years ago

Thank you very much! MassInstallAction pull requests were merged. I hope it works well.