seung-lab / BigArrays.jl

Storing and accessing large Julia array locally or in cloud storage without server.
Apache License 2.0
13 stars 3 forks source link

register #51

Open xiuliren opened 5 years ago

xiuliren commented 5 years ago

@JuliaRegistrator register()

JuliaRegistrator commented 5 years ago

Registration pull request created: JuliaRegistries/General/2943

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:

git tag -a v1.3.0 -m "<description of version>" 2b20ff44d8fd9839a05656268dcf0680f909e489
git push origin v1.3.0

Also, note the warning: Version 1.3.0 skips over 1.0.0 This can be safely ignored. However, if you want to fix this you can do so. Call register() again after making the fix. This will update the Pull request.

xiuliren commented 2 years ago

@JuliaRegistrator register()

JuliaRegistrator commented 2 years ago

Registration pull request created: JuliaRegistries/General/53441

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 the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v1.3.2 -m "<description of version>" f1b1a8c079a4056e479e2a7691bc6812bbd725bc
git push origin v1.3.2

Also, note the warning: Version 1.3.2 skips over 1.3.1 This can be safely ignored. However, if you want to fix this you can do so. Call register() again after making the fix. This will update the Pull request.