-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Register for Julia 1.0? #51
Comments
I think when the code here was updated for Julia 1.0 there's was no clear guidance on migrating to new package infrastructure (e.g. adding If you need it right now, you can always install the master branch using: ] add Boltzmann#master |
Yes, this code was updated, but at the time you could only tag packages through METADATA. Since METADATA is no longer synchronized with the main registry METADATA.jl isn't accepting PRs for 1.0 and we shouldn't need the REQUIRE anymore. The recommended method now is to use Registrator.jl and related tools. If you enable the recommended bot on this repo I can add a Project.toml. |
Thanks @rofinn for letting me know about Registrator.jl - I missed the point when we switched to it. I've enabled the bot for Boltzmann.jl, so feel free to add Project.toml. Otherwise, I'll take a look at it myself on the weekend. |
@JuliaRegistrator register() |
Registration pull request created: JuliaRegistries/General/511 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:
|
Version |
Why is the package not registered? Does it work on Julia 1.0?
Thanks.
The text was updated successfully, but these errors were encountered: