Versions#
Information about DAMASK release and development versions is provided here. We urge you to use, whenever possible, the most recent release version.
Versioning Scheme#
Semantic Versioning is used for DAMASK releases.
damask-MM.mm.ff.pppp
^^^^^^------------------ Name
^^--------------- Major (backward incompatible file formats)
^^------------ Minor (new features)
^^--------- Bugfix
^^^^---- Patch
Current Release#
The current release version is 3.0.0-alpha8.
Release date: November 15, 2023
Download: damask-3.0.0-alpha8.tar.xz
SHA-256 hash: damask-3.0.0-alpha8.tar.xz.sha256
Release notes:
orientation relationship definitions now correct for both directions
corrected erroneous non-Schmid implementation
tI (bct) slip systems now depend correctly on c/a
corrected mistake in forest projection calculations (dislotungsten, dislotwin)
corrected setting of initial temperature in the grid solver
damage restart works properly
corrected thermal dissipation
correct damage driving force in isobrittle model
asymptotic hardening of phenopowerlaw respects own (not other) saturation
formerly universal parameters of kinehardening and phenopowerlaw are now specified per family
restructured numerical configuration
mandatory argument for grid and mesh solver: path to material configuration (was material.yaml)
optional arguments for grid and mesh solver: path to numerics configuration (was numerics.yaml) and jobname
dropped possibility to specify concurrent damage models
corrected dataset names for damage
post-processing in damask.Result is always sequential
dropped support for optional debug output via debug.yaml
support for newer MSC.Marc versions: 2022.2, 2022.3, 2022.4, 2023.1, 2023.2, 2023.3 (new default)
support for newer PETSc versions: 3.19 and 3.20
added flexibility for ANG file importing
convenient shape handling when applying damask.Rotation/damask.Orientation objects
new and improved material.yaml examples
Development Version#
The current development version is available on GitHub:
git clone git@github.com:eisenforschung/DAMASK.git
Registered users can also clone from the DAMASK GitLab instance:
git clone git@git.damask.mpie.de:damask/DAMASK.git
Previous Releases#
3.0.0-alpha7#
Release date: October 10, 2022
Download: damask-3.0.0-alpha7.tar.xz
SHA-256 hash: damask-3.0.0-alpha7.tar.xz.sha256
Release notes:
point-wise initialization of thermal field for grid solver
point-wise initialization of damage field for grid solver
improved performance of parsing material.yaml
option to use libfyaml for parsing YAML configuration files
setup.cfg replaces setup.py for Python installation
new and improved material.yaml examples
support for MSC.Marc 2022.1
simplified integration into MSC.Marc
define initial eigenstrain via V_e
3.0.0-alpha6#
Release date: February 18, 2022
Download: damask-3.0.0-alpha6.tar.xz
SHA-256 hash: damask-3.0.0-alpha6.tar.xz.sha256
Release notes:
new license: AGPLv3 instead of GPLv3
typehints for most Python functions
fixed dislotwin (TWIP/TRIP)
new and improved material.yaml examples
support for PETSc with 64bit indices
support for MSC.Marc 2021.3.1
MSC.Marc integration works again
MPI parallelization of mesh solver works again
new functionality: define initial eigenstrain
using physics-based interaction matrix for hP
homogenization honors given volume fraction v
corrected calculation of thermal expansion
3.0.0-alpha5#
Release date: October 7, 2021
Download: damask-3.0.0-alpha5.tar.xz
SHA-256 hash: damask-3.0.0-alpha5.tar.xz.sha256
Release notes:
support for HDF5 without compression filter
support for vti files from VTK 8
improved YAML parser
improved Python installation
3.0.0-alpha4#
Release date: June 30, 2021
Download: damask-3.0.0-alpha4.tar.xz
SHA-256 hash: damask-3.0.0-alpha4.tar.xz.sha256
Release notes:
examples included
grid solver uses vti instead of vtr
broken ductile damage removed
3.0.0-alpha3#
Release date: April 15, 2021
Download: damask-3.0.0-alpha3.tar.xz
SHA-256 hash: damask-3.0.0-alpha3.tar.xz.sha256
Release notes:
improvements to the Python library
changes to input (yaml) and output (hdf5) file format
restructuring Fortran code
3.0.0-alpha2#
Release date: December 9, 2020
Download: damask-3.0.0-alpha2.tar.xz
SHA-256 hash: damask-3.0.0-alpha2.tar.xz.sha256
Release notes:
improvements to the Python library
changes to input (yaml) and output (hdf5) file format
3.0.0-alpha#
Release date: August 8, 2020
Download: damask-3.0.0-alpha.tar.xz
SHA-256 hash: damask-3.0.0-alpha.tar.xz.sha256
Release notes:
new input (yaml) and output (hdf5) file format specifications
2.0 series#
See damask2.mpie.de.