byuflowlab / VortexLattice.jl

A Comprehensive Julia implementation of the Vortex Lattice Method
MIT License
48 stars 11 forks source link

Register v0.1.4 #33

Closed cibinjoseph closed 5 months ago

cibinjoseph commented 5 months ago

@JuliaRegistrator register

Release notes:

This patch version fixes the issue with wing coordinates shifting in the spanwise direction on interpolation. This enables VortexLattice.jl to be used in a wing/chord distribution optimization problem.

JuliaRegistrator commented 5 months ago

Error while trying to register: Register Failed @cibinjoseph, it looks like you are not a publicly listed member/owner in the parent organization (byuflowlab). If you are a member/owner, you will need to change your membership to public. See GitHub Help

cibinjoseph commented 5 months ago

@JuliaRegistrator register

Release notes:

This patch version fixes the issue with wing coordinates shifting in the spanwise direction on interpolation. This enables VortexLattice.jl to be used in a wing/chord distribution optimization problem.

JuliaRegistrator commented 5 months ago

Error while trying to register: Version 0.1.3 already exists

cibinjoseph commented 5 months ago

@JuliaRegistrator register

Release notes:

This patch version fixes the issue with wing coordinates shifting in the spanwise direction on interpolation. This enables VortexLattice.jl to be used in a wing/chord distribution optimization problem.

JuliaRegistrator commented 5 months ago

Registration pull request created: JuliaRegistries/General/104509

Tagging

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.1.4 -m "<description of version>" c2a447272f88fe8b1acded4fe8b3ac9c518f3868
git push origin v0.1.4