Skip to content

Commit

Permalink
Prepare new release.
Browse files Browse the repository at this point in the history
  • Loading branch information
ArneVoss committed Aug 18, 2023
1 parent eb89ac7 commit 98db4f2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Note
New releases are marked in the repository using tags. Simply checkout the master branch for the lastest version or use git checkout if you require a specific release, for example 'git checkout 2022.10'.

# Release 2023.08
- Model is stored as HDF5 file, no more .pickle files in most workflows
- Speed up preprocessing for structural models with many degrees of freedom
- Import of system matrices (mass, stiffness) from Nastran via HDF5
- Fixed handling of deformations in local grid point coordinate systems (CP and CD)
- Improved / more robust comparisons with reference data during testing (signs of eigenvalues and vectors may change depending on outside temperature, humidity and the phase of the moon...)
- Minor improvements to SU2 CFD solver interface

# Release 2023.06
- Publication as Open Source under the BSD 3-Clause License
- Update of the documentation to Version 1.04
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

def my_setup():
setup(name='Loads-Kernel',
version='2023.06',
version='2023.08',
description='The Loads Kernel Software allows for the calculation of quasi-steady and dynamic maneuver loads, unsteady gust loads in the time and frequency domain as well as dynamic landing loads based on a generic landing gear module.',
url='https://wiki.dlr.de/display/AE/Loads+Kernel%3A+Lastenrechnung',
author='Arne Voß',
Expand Down

0 comments on commit 98db4f2

Please sign in to comment.