Skip to content

Releases: PeriHub/PeriLab.jl

v2.0.1

31 Mar 11:17

Choose a tag to compare

PeriLab v2.0.1

Diff since v2.0.0

Changed

  • Block summary only shows relevant models

Fixed

  • MPI Synchronization for low RAM #348
  • Docker build

v2.0.0

27 Mar 16:06

Choose a tag to compare

PeriLab v2.0.0

Diff since v1.5.2

Added

  • Correspondence Stiffness matrix #322
  • Gyan reduction #323
  • Rigid body material #253
  • Bond Force calculation in matrix linear static #339
  • Aniso damage for 3D #337

Fixed

  • Numerical Damping in Verlet

Changed

  • Optimized matrix assembly #336
  • MPI Optimization
  • Tests optimized
  • Stability and Perfomance improvements

Breaking changes

  • There are no breaking changes

Merged pull requests:

  • Bump codecov/codecov-action from 5.5.1 to 5.5.2 (#330) (@dependabot[bot])
  • Bump actions/upload-artifact from 5 to 6 (#331) (@dependabot[bot])
  • Optimizations (#340) (@CWillberg)
  • Bump actions/upload-artifact from 6 to 7 (#342) (@dependabot[bot])
  • CompatHelper: bump compat for TestSetExtensions in [extras] to 4, (keep existing compat) (#346) (@github-actions[bot])

Closed issues:

  • control factory (#62)
  • [Feature]: Adding FlyAwayNodes (#194)
  • [Feature]: Rigid body material (#253)
  • [Testing]: Add 3D Correspondence fullscale test with angles (#312)
  • [Feature]: Optimizing matrix assembly (#336)
  • [Feature]: Extend aniso damage to 3D (#337)
  • [Bug]: Rotation is wrong (#338)
  • [Feature]: Bond Force calculation missing in matrix linear static (#339)

v1.1.0

27 Mar 16:05

Choose a tag to compare

PeriLab v1.1.0

Diff since v1.0.3

This release has been identified as a backport.
Automated changelogs for backports tend to be wildly incorrect.
Therefore, the list of issues and pull requests is hidden.

v1.0.7

27 Mar 16:05

Choose a tag to compare

PeriLab v1.0.7

Diff since v1.0.3

This release has been identified as a backport.
Automated changelogs for backports tend to be wildly incorrect.
Therefore, the list of issues and pull requests is hidden.

v1.0.6

27 Mar 16:05

Choose a tag to compare

PeriLab v1.0.6

Diff since v1.0.3

This release has been identified as a backport.
Automated changelogs for backports tend to be wildly incorrect.
Therefore, the list of issues and pull requests is hidden.

v1.0.5

27 Mar 16:05

Choose a tag to compare

PeriLab v1.0.5

Diff since v1.0.3

This release has been identified as a backport.
Automated changelogs for backports tend to be wildly incorrect.
Therefore, the list of issues and pull requests is hidden.

v1.0.4

27 Mar 16:05

Choose a tag to compare

PeriLab v1.0.4

Diff since v1.0.3

This release has been identified as a backport.
Automated changelogs for backports tend to be wildly incorrect.
Therefore, the list of issues and pull requests is hidden.

v1.5.2

08 Dec 10:57

Choose a tag to compare

PeriLab v1.5.2

Diff since v1.5.1

Added

  • Matrix based prototype
  • Gyan reduction prototype
  • Improved dt assumption and warnings

Fixed

  • Zero bond length input handling

Merged pull requests:

Closed issues:

  • [Doc]: Add Plasticity Model description (#319)
  • [Feature]: Include Correspondence Stiffness matrix (#322)
  • [Feature]: Model Reduction (#323)
  • [Feature]: Static linear solver (#324)
  • [Doc]: Document stiffness matrix approach (#325)
  • [Feature]: Linear matrix based verlet solver (#326)

v1.5.1

27 Nov 14:28

Choose a tag to compare

PeriLab v1.5.1

Diff since v1.5.0

Added

  • Exodus SPHERE element input type

Fixed

  • Cancellation for max. damage

Merged pull requests:

v1.5.0

30 Oct 17:28

Choose a tag to compare

PeriLab v1.5.0

Diff since v1.4.10

Added

  • PeriLabError, to handle known exceptions
  • FieldTypes added and field creation streamlined

Changed

  • Data_Manager removed as an argument
  • Removed module includes, reducing compilation time
  • Module names streamlined
  • TimerOutputs is now using the default timer

Merged pull requests:

  • CompatHelper: bump compat for DataStructures to 0.19, (keep existing compat) (#302) (@github-actions[bot])
  • Bump codecov/codecov-action from 5.5.0 to 5.5.1 (#309) (@dependabot[bot])
  • Performance/opt include strat (#313) (@JTHesse)

Closed issues:

  • Simulation stalls when Material Models option is enabled in Solver (#305)
  • Simulation stalls when Thermal Expansion is selected as Thermal type (#306)
  • [Bug]: von Mises stresses are not written (#310)