Releases: ImperialCollegeLondon/sharpy
SHARPy Version 2.3
We are pleased to announce the release of SHARPy version 2.3!
- Included
pip install
functionality, no longer requiring a conda environment. See here for updated installation instructions. - Improvements to the
newark_ss
function, credit to @bbahiam.
As ever, plenty of bug fixes are included. Please use the discussion board if you have any issues/questions using SHARPy.
What's Changed
2.3 (2024-05-10)
Implemented enhancements:
- Version 2.3 update #289 (ben-l-p)
- Update develop branch with main #284 (ben-l-p)
- Added pip install (with docs) #280 (ben-l-p)
- Update beamplot.py to have stride option, consistent with aerogridplot.py #279 (kccwing)
Fixed bugs:
- Fix Github Runner Docker build failing #285 (ben-l-p)
- Add scipy version info to env yml #277 (SJ-Innovation)
Closed issues:
- Scipy 1.12.0 Incompatible #276
- BeamLoader postprocessor squishing answers #270
- Solving Environment gets killed. #268
- Error when running sharpy unittest: module scipy.sparse._sputils not found #227
- Potential bug in /sharpy/structure/utils/modalutils.py #208
Merged pull requests:
- Added ability to turn aligned grid off #288 (ben-l-p)
- Update with main for mamba fixes #286 (ben-l-p)
- Correct typos caught by Divya Sanghi #283 (bbahiam)
- Develop: Update environment.yml to fix scipy version issue #282 (kccwing)
- Update noaero.py for consistency in function input #275 (kccwing)
- A few minor bug fixes #273 (sduess)
- Update XBeam version to include compiler optimisation #272 (ben-l-p)
- Update XBeam version to include compiler optimisation #271 (ben-l-p)
- Improve docs and code of newmark_ss #267 (bbahiam)
- Changed Github runner from Conda to Mamba #266 (ben-l-p)
- Changed Github runner from Conda to Mamba #265 (ben-l-p)
- Hotfix for documentation search #264 (kccwing)
- Hotfix for documentation - develop #263 (kccwing)
- Hotfix for documentation - main #262 (kccwing)
- Merging v2.2 into develop #261 (kccwing)
SHARPy version 2.2
We are pleased to announce the release of SHARPy version 2.2!
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)
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:
- merging develop into main for v2.2 #259 (kccwing)
- fix [docker] use correct environment name in docker bashrc #257 (sduess)
- Update docker environment #255 (sduess)
- Update README.md #246 (rafapalacios)
- bringing commits to main into develop #244 (rafapalacios)
- Updates to plotutils.py and the cantilever_wing demo #242 (boltyboi)
- Small additions to the installation guide. #241 (boltyboi)
- Tutorial for closed-Loop Simulation with SHARPy as a hardware-in-the-loop system #240 (sduess)
New Contributors
SHARPy version 2.1
We are pleased to announce the release of SHARPy version 2.1!
In SHARPy 2.1 we have upgraded Python version to 3.10 - with that comes a new simplified set of required packages in environment_new.yml which will be the recommended environment file from now on.
❓As always, please use the discussion board if you have any issues/questions using SHARPy.
What's Changed
2.1 (2023-05-31)
Implemented enhancements:
- SHARPy Docker now releases to GitHub Packages #218 (ngoiz)
- Some Enhancements and Fixes for the Polar Correction, Wake Discretisation, and Gust Velocity Field Generator #217 (sduess)
- Collective blade pitch PID control of wind turbines #176 (ArturoMS13)
Fixed bugs:
- Handle absolute tolerance for structural convergence tests as input settings and increase default value #221 (sduess)
- Fix horseshoe wake handling in UVLM #204 (sduess)
Closed issues:
Merged pull requests:
- Version number updates for 2.1 from develop #237 (kccwing)
- Merge to main for version 2.0.1 release #236 (kccwing)
- Updates to Goland wing example #234 (rafapalacios)
- A bit of clean-up of the readme file of the repo #231 (rafapalacios)
- Dev internals #223 (ACea15)
- updating from python 3.7 to 3.10 #222 (kccwing)
- Fix typo in setting #206 (sduess)
SHARPy version 2.0
We are pleased to announce the release of SHARPy version 2.0!
In SHARPy 2.0 the installation process has been modified to use pip
(#175 thanks @DavidAnderegg!) with full details on how to install the new version in the installation docs.
Aside from this major change to the installation process, enhancements to the linear solver have been introduced. Now, you'll see what each input/output/state of the linear system corresponds to and how are the channels ordered.
🐞We have squashed a few bugs, an important one relating to flap inputs and sign convention in the linear vs nonlinear implementations (see #192 and #193)
❓As always, please use the discussion board if you have any issues/questions using SHARPy.
What's Changed
2.0 (2022-07-04)
Implemented enhancements:
- Plot the aeroelastic mode shape to Paraview #202 (ngoiz)
- Enhanced linear solver #196 (ngoiz)
- Add pip support #175 (DavidAnderegg)
Fixed bugs:
- Flap inputs in state-space model not working in certain wing configurations #192
- Fix mass matrix generation for lumped masses in case of several masses per node #194 (sduess)
- Fix the sparse matrix in balancing ROM #186 (AntonioWR)
Closed issues:
- scipy used for direct balancing method #184
- Potential Issue in the balancing direct method #183
- Why no pip support? #171
Merged pull requests:
- Contain write operations within with statements #195 (ngoiz)
- Support loading/saving state-spaces and gains to h5 files #188 (ngoiz)
- Update installation docs #187 (nacho-carnicero)
- Unittest for nonlinear dynamic solver #185 (sduess)
- Change in the io-Settings to add thrust. #164 (Eriklyy)
- UDP-Inout change for multiply cs_surface_deflections and loads/strain #162 (Eriklyy)
- Update AsymptoticStability and FrequencyResponse post-processors #103 (ngoiz)
SHARPy v1.3
We are please to announce the release of SHARPy version 1.3! This version brings new features to the code that are all listed below.
❓If you have any questions about this new release, please don't hesitate to visit the Discussion Board.
🗒️ Note: this release had been withheld since before Summer 2021 because of an issue with our previous CI test provider. Now that CI tests are working, we can release 1.3 that had been an RC for long. However, expect a new SHARPy version likely soon with many new features that have been implemented since 1.3RC was born!
sharpy_env
1.3 (2021-11-11)
Implemented enhancements:
- Include gravity direction as input for structural solvers #112
- Simulation settings check - Unrecognised settings raise Error #148 (ngoiz)
- Aerodynamic forces correction enhancements #140 (ngoiz)
- New feature: apply external forces to the system at runtime #125 (ArturoMS13)
- Lift distribution post-processor #121 (sduess)
Fixed bugs:
Closed issues:
- Unrecognised model in goland test case #143
Merged pull requests:
- Implement GitHub Actions as testing suite provider #179 (ngoiz)
- Update submodules and conda environments #161 (sduess)
- Support element variables in UDP output #160 (ngoiz)
- Output directory in the location specified in settings[SHARPy][log_folder] #130 (ngoiz)
- Update and include features in multibody #126 (ArturoMS13)
- Update linear UVLM to account for CFL not equal to one in the wake convection #124 (ArturoMS13)
- Minor changes #123 (ArturoMS13)
Full Changelog: v1.2.1...1.3
SHARPy v1.2.1
A minor release to consolidate v1.2. Includes a new rigid solver and some minor fixes.
As always, if you find something that does not work or have any questions, open an Issue or start a Discussion.
1.2.1 (2021-02-09)
Fixed bugs:
- Bug in beamstructure.py #117
Closed issues:
- examples refer to non-existent solver SHWUvlm #119
- Potential bug in xbeam and cbeam interfaces #89
- Update packages producing deprecation warnings and tackle other warnings #80
Merged pull requests:
- Rigid coupled solver #120 (ArturoMS13)
- Support to save ROM projector matrices #118 (ngoiz)
SHARPy Version 1.2
It has been a while! However, in this convoluted 2020 development on SHARPy hasn't ceased! This release is packed with new features and changes, in particular to how the wake is handled and assembled in the UVLM. More on that below.
We'd also like to welcome @sduess to the SHARPy development team!
These are the major enhancements to SHARPy 1.2 (check the changelog for a full list):
- Major new aerodynamic features #101 (ArturoMS13)
- SHARPy support for external inputs via UDP network #90 (ngoiz)
- Vortex radius as input parameter #86 (ArturoMS13)
- Quasi-steady solver in stepuvlm #114 (ArturoMS13)
- Generator to modify structural mass at runtime #107 (ngoiz)
- Simple post-processor to save simulation parameters for batch runs #91 (ngoiz)
Full Changelog
The major enhancement is to the UVLM thanks to @ArturoMS13's work #101. You can now use different sized panels for the wake and bound panels, which will result in much more efficient simulations (nonlinear only for the moment). This introduces a change in the settings to the AerogridLoader
as now the wake is assembled within SHARPy (previously it was built in UVLM). For the current version, the new wake definition settings are optional (i.e., by default the wake will be constructed with the same panel size as the bound panels) but for future releases this will be a required setting. The settings should be fairly easy to implement as there are only two new wake generators StraightWake and HelicoidalWake; these settings are parsed into AerogridLoader.
We hope you find these new features useful for your work! If you have any questions with the new developments or find any bugs please open an issue!
SHARPy Version 1.1.1
SHARPy v1.1.1 is the latest release, consolidating v1.1 with some minor bug fixes and features.
Changelog
1.1.1 (2020-02-03)
Implemented enhancements:
Closed issues:
- Broken link on SHARPy Installation Guide #67
- Update citation instructions #62
- Incorrect version tag displayed when running SHARPy #61
- Clean up SHARPy linear interface with UVLM #48
Merged pull requests:
- Documentation Improvements #66 (ngoiz)
- Minor fixes and general code clean up of linear modules #65 (ngoiz)
- Error log file created when program encounters exceptions #64 (ngoiz)
- Update README.md #63 (rafapalacios)
- Clean up linear SHARPy's interface with UVLM #60 (ngoiz)
* This Changelog was automatically generated by github_changelog_generator
SHARPy Version 1.1
SHARPy 1.1 introduces mainly changes in the software installation process and code structuring.
Most relevant changes:
- SHARPy is now installed with CMake rather than individual compilation of libraries
- xbeam and UVLM are now included as git-submodules, providing better tracking of the relevant versions of each library.
- Incorporates fixes and suggestions from the JOSS review
Full Changelog for v1.1:
1.1 (2019-12-12)
Implemented enhancements:
- Improvements to Model Reduction #56 (ngoiz)
- Submodules and cmake build tools instead of Makefiles #52 (fonsocarre)
- New settings check against valid options #39 (ngoiz)
- Default settings get type specified for the setting rather than their own type #34 (ngoiz)
Fixed bugs:
- Default value not correct in documentation when it is a numpy type. #32
- Documentation for Postprocessors being skipped by Sphinx in RTD #30
Closed issues:
- Minor documentation issues #53
- WindTurbine case generation script does not produce sharpy file #50
- Considerations for building SHARPy #47
- Installation fails on macOS with Intel compiler #46
- run_theo_freq.py fails in Docker container #37
- Compare to other competing software in JOSS paper #36
Merged pull requests:
- Example wind turbine #58 (ArturoMS13)
- Small typo in README.md and updates to it #57 (fonsocarre)
- Restructuring of A Short Guide to SHARPy #55 (ngoiz)
- JOSS Paper Minor typos fixed #54 (ngoiz)
- Update .solver.txt extension to .sharpy #51 (ArturoMS13)
- Fix typo in unittests using tearDowns instead of tearDown #49 (ngoiz)
- Bug fixes in installation docs #45 (rafmudaf)
- Updated installation instructions #44 (ngoiz)
- Travis CI now uses the minimal environment, the same as the Docker build #42 (fonsocarre)
- Remove calls to matplotlib (or wrap in try except) #41 (ngoiz)
- Added information about competing software in JOSS paper #40 (fonsocarre)
- Removes deprecated case files from cases folder #38 (ngoiz)
- Change position of --name argument in docs #35 (petebachant)
- Improvements in documentation #31 (ngoiz)
* This Changelog was automatically generated by github_changelog_generator
v1.0.1
A consolidated version of v1.0.0
The main change here is the ability of obtaining a Docker image with everything ready to go. Check the documentation
Make sure you update your environment! We fixed deprecation warnings from older versions, which means that depending on your environment you might have trouble!
- New example of linearised flying wing #28 (ngoiz)
- SHARPy can now be obtained from a Docker Hub container #27 (fonsocarre)
- Improved modal solver #26 (fonsocarre)
- Updated function calls for latest numpy 1.17 #25 (ngoiz)
- Examples added to documentation #24 (fonsocarre)
- Improved linear solver documentation and minor Krylov ROM fixes #23 (ngoiz)
- change log generator incorporated #22 (ngoiz)