Skip to content

SHARPy version 2.2

Compare
Choose a tag to compare
@kccwing kccwing released this 18 Oct 15:52
· 164 commits to main since this release
39c4a57

We are pleased to announce the release of SHARPy version 2.2!

✈️ Fuselage Model with source panel method, documentation in the UVLM, as well as a new tutorial for external controller with SHARPy as a hardware-in-the-loop system via UDP, with details below...

In SHARPy 2.2 we have unified the conda environment used - it's been tested across Windows, Linux and MacOS (including Apple Silicon), and also within the Docker distribution.

❓As always, please use the discussion board if you have any issues/questions using SHARPy.

What's Changed

2.2 (2023-10-18)

Full Changelog

Implemented enhancements:

  • Added environment for Apple Silicon (ARM64) #254 (ben-l-p)
  • New Fuselage Model plus Minor Improvements #249 (sduess)

Fixed bugs:

  • fix polars concatenation in assembly of aeroinformation - develop #253 (kccwing)
  • fix polars concatenation in assembly of aeroinformation - main #252 (kccwing)
  • Minor bug fixes in aero util functions and save data postprocessor #247 (sduess)

Closed issues:

  • Automated tests failed : UnicodeEncodeError: 'ascii' codec can't encode character '\xe9' in position 47: ordinal not in range(128) #245
  • Wrong key in settings for /cases/templates/flying_wings.py #205

Merged pull requests:

New Contributors