skilkis / numfoil

Parallel-Processed 2D Airfoil Aerodynamic Analysis using Numba JIT Compilation
Other
1 stars 1 forks source link

Rename package from GammaPy to NumFoil #15

Closed skilkis closed 3 years ago

skilkis commented 3 years ago

This commit Closes #9 by renaming GammaPy to NumFoil which places emphasis on the usage of Numpy and Numba to vectorize the calculations. It also has a nice property that it can be interpreted as "Numerical" Foil which has more significance to more people compared to "Gamma" which was an arbitrary name.

Summary of Changes:

codecov[bot] commented 3 years ago

Codecov Report

Merging #15 (bffe09e) into master (6709732) will not change coverage. The diff coverage is 90.90%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #15   +/-   ##
=======================================
  Coverage   76.95%   76.95%           
=======================================
  Files          13       13           
  Lines         677      677           
=======================================
  Hits          521      521           
  Misses        156      156           
Flag Coverage Δ
unittests 76.95% <90.90%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/numfoil/__init__.py 100.00% <ø> (ø)
src/numfoil/geometry/__init__.py 100.00% <ø> (ø)
src/numfoil/geometry/airfoil.py 90.62% <ø> (ø)
src/numfoil/geometry/geom2d.py 100.00% <ø> (ø)
src/numfoil/geometry/panel.py 100.00% <ø> (ø)
src/numfoil/geometry/spline.py 100.00% <ø> (ø)
src/numfoil/geometry/vector2d.py 100.00% <ø> (ø)
src/numfoil/solver/__init__.py 100.00% <ø> (ø)
src/numfoil/util.py 0.00% <ø> (ø)
src/numfoil/solver/m_lumped_vortex.py 74.50% <66.66%> (ø)
... and 3 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 6709732...bffe09e. Read the comment docs.

skilkis commented 3 years ago

@kswannet let me know if you agree with these changes