File tree Expand file tree Collapse file tree 3 files changed +23
-4
lines changed
Expand file tree Collapse file tree 3 files changed +23
-4
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,27 @@ SPDX-License-Identifier: BSD-3-Clause
88
99All notable changes to this project will be documented in this file.
1010
11+ ## [ 2.0.0] - 2025-03-27
12+
13+ ### Added
14+
15+ - Correspondence Stiffness matrix #322
16+ - Gyan reduction #323
17+ - Rigid body material #253
18+ - Bond Force calculation in matrix linear static #339
19+ - Aniso damage for 3D #337
20+
21+ ### Fixed
22+
23+ - Numerical Damping in Verlet
24+
25+ ### Changed
26+
27+ - Optimized matrix assembly #336
28+ - MPI Optimization
29+ - Tests optimized
30+ - Stability and Perfomance improvements
31+
1132## [ 1.5.2] - 2025-12-08
1233
1334### Added
@@ -20,7 +41,6 @@ All notable changes to this project will be documented in this file.
2041
2142- Zero bond length input handling
2243
23-
2444## [ 1.5.1] - 2025-11-27
2545
2646### Added
@@ -45,7 +65,6 @@ All notable changes to this project will be documented in this file.
4565- Module names streamlined
4666- TimerOutputs is now using the default timer
4767
48-
4968## [ 1.4.10] - 2025-10-06
5069
5170### Added
Original file line number Diff line number Diff line change 11name = " PeriLab"
22uuid = " 2ecefcea-59f0-46dd-9cfd-1d2b8cc5f112"
3- version = " 1.5.3 "
3+ version = " 2.0.0 "
44authors = [" Christian Willberg <christian.willberg@dlr.de>" , " Jan-Timo Hesse <jan-timo.hesse@dlr.de>" ]
55
66[deps ]
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ import .Logging_Module
5959import . IO
6060using . Solver_Manager
6161
62- PERILAB_VERSION = " 1.5.3 "
62+ PERILAB_VERSION = " 2.0.0 "
6363
6464export main
6565
You can’t perform that action at this time.
0 commit comments