utahplt / TrackedFloats.jl

Julia library providing tracking of floating point errors through a program resources
https://juliahub.com/ui/Packages/FloatTracker/dBXig/1.0.0
MIT License
27 stars 3 forks source link

Register on Package Hub #33

Closed ashton314 closed 1 year ago

ashton314 commented 1 year ago

@JuliaRegistrator register()

JuliaRegistrator commented 1 year ago

Registration pull request created: JuliaRegistries/General/87641

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 v0.6.0 -m "<description of version>" 425487e0541c8e7c19151380a47b51b855c42c63
git push origin v0.6.0

Also, note the warning: This looks like a new registration that registers version 0.6.0. Ideally, you should register an initial release with 0.0.1, 0.1.0 or 1.0.0 version numbers 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.

bennn commented 1 year ago

go for 1.0.0!

ashton314 commented 1 year ago

Updated :)

@JuliaRegistrator register()

JuliaRegistrator commented 1 year ago

Registration pull request created: JuliaRegistries/General/87643

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.0.0 -m "<description of version>" d58123c6f79d27cba1b381b1268aa58b2609284a
git push origin v1.0.0
ashton314 commented 1 year ago

Added compat version for Julia (1.7.0 looks good)

@JuliaRegistrator register()

JuliaRegistrator commented 1 year ago

Registration pull request updated: JuliaRegistries/General/87643

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.0.0 -m "<description of version>" b99d5aa886be7d560c9ae8f802d9641cf92db454
git push origin v1.0.0