diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b8230909316fa97e001362f24d844b0d1c4bb01..373e4326ddee2d9d57978731e7fb208445edddd2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,11 +11,17 @@ to [Semantic Versioning][sem_ver]. ### Changed +- Tweaked range in polargeneration script with XFoil to improve chances of + convergence +- Set interpolation method to `trapz` by default instead of `sum` + ### Deprecated ### Removed ### Fixed + +- Minor bug in getclcd - Issue with zero lift angle calculation when polars provided for a single Reynolds - Issue with lift curve slope calculation when polars provided for a single @@ -24,27 +30,31 @@ to [Semantic Versioning][sem_ver]. ## [0.1.1] - 2023-02-13 ### Added + - Documentation now added to the release archive ### Fixed + - Proper extrapolation method ## [0.1.0] - 2023-02-02 ### Added + - Publish documentation (beta) - Roadmap - Logo - Clarification on beta status ### Changed + - Moved repo to its own group (thlamb -> rotare) - Update URLs in all doc - Make basic functions compliant with multi-rotor parameters ### Fixed -- Blade orientation on 3D view for propellers (#4) +- Blade orientation on 3D view for propellers (#4) ## [0.0.1] - 2022-11-27 diff --git a/RELEASE.md b/RELEASE.md index 37a8f9323460c4a93dc7037c1ba7a32c0c0a46b6..1bbccb9b1623132131c57ac4f85465509502ecb5 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -5,10 +5,10 @@ rotare-<version>` linked above, not the _source code_ ones. The latter are automatically generated and do not contain all dependencies. ## About this release + **This is a BETA version of Rotare**, which is still under heavy development. This release features: -- **FIX**: Issue with zero lift angle calculation when polars provided for a - single Reynolds -- **FIX**: Issue with lift curve slope calculation when polars provided for a - single Reynolds + +- Minor bug fixes for the calculation of polars +- Minor tweaks of default values