Skip to content

Commit

Permalink
release changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdsharpe committed Sep 14, 2023
1 parent b07bf54 commit af9a60b
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,17 @@ Also, for at least one version before a breaking change, AeroSandbox development

# In-progress (develop) version

-----

# Latest (master / release), and previous versions

#### 4.1.2

- Added cost modeling capabilities for electric aircraft, in `aerosandbox.library.costs`.
- Rework of fuselage aerodynamics calculation to be much more accurate in moment prediction (and stability derivative prediction). This involves a much more precise moment integration based on slender body theory (potential flow around a line-source-doublet), and removing various unnecessary coordinate system conversions.
- Added deprecation warning on `/aerosandbox/geometry/airfoil/default_airfoil_aerodynamics.py`, which is superseded by `asb.Airfoil.get_aero_from_neuralfoil()`.
- BREAKING: In aircraft cost model (the DAPCA IV model in `/aerosandbox/library/costs.py`, adjusted key names on the dictionary output to be consistent with each other. This is a breaking change, but because this is a relatively new feature and buried very deep into the cost library, it's expected that this will affect very few users.

-----

# Latest (master / release), and previous versions

#### 4.1.1

Expand Down

0 comments on commit af9a60b

Please sign in to comment.