Skip to content
Snippets Groups Projects
Verified Commit 3aac93ab authored by Thomas Lambert's avatar Thomas Lambert :helicopter:
Browse files

refactor: remove deps in airofil_toolbox

parent c013a61a
No related branches found
No related tags found
No related merge requests found
......@@ -11,15 +11,21 @@ to [Semantic Versioning][sem_ver].
### Changed
- Add `octave-atmosisa` in libs so we can use it if _Aerospace Toolbox_ is not
installed
### Deprecated
### Removed
### Fixed
## [0.1.5] - 2023-12-14
### Changed
- Add `octave-atmosisa` in libs so we can use it if _Aerospace Toolbox_ is not
installed
- Update `matlab_airfoil_toolbox` lib to remove dependency to the _Signal
Processing Toolbox_ in `findstall`.
## [0.1.4] - 2023-12-14
### Added
......
......@@ -66,13 +66,6 @@ Rotare implements 4 different solvers. Each one solves a different form of the
BEMT equations. Note that some of these solvers use additional hypotheses and
may not provide valid results in all situations.
## Dependencies
Rotare currently requires the _Signal Processing Toolbox_ in order to use the
`findpeaks` function to find the stall point from the airfoil polars. A
workaround is being developed to so Rotare can work without additional
toolboxes.
## Installation and utilization
### Download and install
......@@ -99,6 +92,8 @@ name `COMPLETE CODE`. This archive contains all the dependencies needed for the
proper use of Rotare. Always download this one and not the automatically
generated _source code_ archives.
In theory, no additional toolboxes should be required to work with Rotare.
## Documentation
Rotare comes with a [detailed documentation][rotare-doc]. This documentation is
......
......@@ -10,4 +10,5 @@ automatically generated and do not contain all dependencies.
This release features:
- Bugfixes and preliminary work on coaxial rotors
- Remove dependency to _Aerospace Toolbox_
- Remove dependency to _Signal Processing Toolbox_
Subproject commit 0fd62e40449b0d06c8211d8a7c4ff62373c753c7
Subproject commit 9f0fdf8c525b7f1489f89088706830f36c973fbc
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment