Releases: OpenSourceAWE/VortexStepMethod.jl
Releases · OpenSourceAWE/VortexStepMethod.jl
v1.0.1
VortexStepMethod v1.0.1
Changes
- memory allocations where significantly reduced
- a menu (examples/menu.jl) for running the examples was added
- plotting was moved to an extension
- added improved online documentation
v1.0.0
VortexStepMethod v1.0.0
Initial release
Merged pull requests:
- add CI.yml (#4) (@ufechner7)
- Add types MVec3, PosVector, VelVector (#9) (@ufechner7)
- replace Plots with ControlPlots (#11) (@ufechner7)
- Read .obj file to create Wing object (#12) (@1-Bart-1)
- CompatHelper: add new compat entry for Colors at version 0.13, (keep existing compat) (#21) (@github-actions[bot])
- CompatHelper: add new compat entry for LaTeXStrings at version 1, (keep existing compat) (#22) (@github-actions[bot])
- CompatHelper: add new compat entry for BenchmarkTools at version 1, (keep existing compat) (#23) (@github-actions[bot])
- CompatHelper: add new compat entry for DelimitedFiles at version 1, (keep existing compat) (#24) (@github-actions[bot])
- CompatHelper: add new compat entry for Statistics at version 1, (keep existing compat) (#25) (@github-actions[bot])
- CompatHelper: add new compat entry for Plots at version 1, (keep existing compat) (#26) (@github-actions[bot])
- CompatHelper: add new compat entry for StaticArrays at version 1, (keep existing compat) (#27) (@github-actions[bot])
- CompatHelper: add new compat entry for Measures at version 0.3, (keep existing compat) (#28) (@github-actions[bot])
- fix zero fx fy fz (#31) (@1-Bart-1)
- CompatHelper: add new compat entry for NonlinearSolve at version 4, (keep existing compat) (#32) (@github-actions[bot])
- CompatHelper: add new compat entry for Interpolations at version 0.15, (keep existing compat) (#33) (@github-actions[bot])
- remove dead code (#37) (@ufechner7)
- add NEWS.md (#38) (@ufechner7)
- add Uwe and Bart to CITATIONS.cff (#39) (@ufechner7)
- Add test for second plot (#40) (@ufechner7)
- Fix example stall_model (#41) (@ufechner7)
- Feat/xfoil (#43) (@1-Bart-1)
- reduce allocations more (#44) (@1-Bart-1)
- Add Documenter docu (#46) (@ufechner7)
- Start documenting the structs and types (#50) (@ufechner7)
- CompatHelper: add new compat entry for Timers at version 0.1, (keep existing compat) (#57) (@github-actions[bot])
- Replace all Int with Int64 in structs (#58) (@ufechner7)
- Use MVec3 in structs as much as possilbe (#59) (@ufechner7)
- Add moment coefficients and moments (#64) (@1-Bart-1)
- Add the turnrate vector omega (#65) (@1-Bart-1)
- Remove interpolation allocation (#67) (@1-Bart-1)
- use enum for parameter "model" (#70) (@ufechner7)
- add enum PanelDistribution (#71) (@ufechner7)
Closed issues:
- Implement CI workflow for the tests (#1)
- Replace Plots.jl with ControlPlots.jl (#3)
- Refactor code (#5)
- Cut down on allocations (#6)
- Add description and keywords to project (#8)
- kite.obj as input (#10)
- The aggregate forces Fx, Fy and Fz are not calculated (#14)
- CI: enable code coverage (#15)
- Add Bart and Uwe to .CFF file (#16)
- Add moment coefficient calculations around specified point (#17)
- Improve test coverage (#18)
- CI: Make CompatHelpers work (#20)
- Automatically generate polar_data from 2d_foil_profile.dat using XFoil.jl (#30)
- Remove dead code (#35)
- Delete the experimental functions calculate_artificial_damping() (#45)
- Add rotational velocities (#49)
- Document the reference frame(s) that are used (#52)
- Make more packages a test dependency (#54)