ThatcherC / TinyEKFGen.jl

Using Julia to auto generate C code for Extended Kalman Filters!
MIT License
2 stars 0 forks source link

Register in Julia General #1

Open ThatcherC opened 11 months ago

ThatcherC commented 11 months ago

@JuliaRegistrator register()

JuliaRegistrator commented 11 months ago

Registration pull request created: JuliaRegistries/General/88109

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.4.1 -m "<description of version>" 66b46556167cf7f9fb7585377caede7cb7dc72c1
git push origin v0.4.1

Also, note the warning: This looks like a new registration that registers version 0.4.1. 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.

ThatcherC commented 11 months ago

@JuliaRegistrator register()

JuliaRegistrator commented 11 months ago

Registration pull request created: JuliaRegistries/General/88194

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.4.2 -m "<description of version>" 02fc1a9ba4e5e2dbf1f49af770fff53574916449
git push origin v0.4.2

Also, note the warning: This looks like a new registration that registers version 0.4.2. 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.