Skip to content

Commit 98db4f2

Browse files
committed
Prepare new release.
1 parent eb89ac7 commit 98db4f2

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# Note
22
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'.
33

4+
# Release 2023.08
5+
- Model is stored as HDF5 file, no more .pickle files in most workflows
6+
- Speed up preprocessing for structural models with many degrees of freedom
7+
- Import of system matrices (mass, stiffness) from Nastran via HDF5
8+
- Fixed handling of deformations in local grid point coordinate systems (CP and CD)
9+
- 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...)
10+
- Minor improvements to SU2 CFD solver interface
11+
412
# Release 2023.06
513
- Publication as Open Source under the BSD 3-Clause License
614
- Update of the documentation to Version 1.04

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
def my_setup():
1212
setup(name='Loads-Kernel',
13-
version='2023.06',
13+
version='2023.08',
1414
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.',
1515
url='https://wiki.dlr.de/display/AE/Loads+Kernel%3A+Lastenrechnung',
1616
author='Arne Voß',

0 commit comments

Comments
 (0)