Skip to content

Releases: LightForm-group/damask-parse

v0.1.11

18 Aug 14:13
Compare
Choose a tag to compare

[0.1.11] - 2020.08.18

Added

  • Multiple phases and multiple homogenization schemes are now supported.

Changed

  • Function parse_geom_microstructure renamed to parse_microstructure and now returns a dict of arrays instead of a list of dicts for each grain.
  • Function parse_geom_texture renamed to parse_texture_gauss and now returns a dict of arrays instead of a list of dicts for each texture component.
  • Function get_header renamed to get_header_lines.
  • Function get_num_header_lines now uses a regular expression.
  • Function write_material_config now has the option to write microstructure and texture parts into separate files.

v0.1.10

28 Jul 20:19
Compare
Choose a tag to compare

[0.1.10] - 2020.07.28

Changed

  • Add image_axes argument to utils.volume_element_from_2D_microstructure function.

v0.1.9

26 Jun 20:08
Compare
Choose a tag to compare

[0.1.9] - 2020.06.26

Added

  • Add function utils.volume_element_from_2D_microstructure.

v0.1.8

09 Jun 09:52
Compare
Choose a tag to compare

[0.1.8] - 2020.06.09

Added

  • Add function utils.parse_damask_spectral_version_info to get DAMASK version.

Fixed

  • Fix incorrect indentation in write_load_case.

v0.1.7

03 Apr 20:06
Compare
Choose a tag to compare

[0.1.7] - 2020.04.03

Fixed

  • Write numbers to sufficient precision in write_load_case.

v0.1.6

03 Apr 18:08
Compare
Choose a tag to compare

[0.1.6] - 2020.04.03

Changed

  • Enable adding a rotation to a load case in function write_load_case.

v0.1.5

21 Feb 21:11
Compare
Choose a tag to compare

[0.1.5] - 2020.02.21

Added

  • Add read_spectral_stdout and read_spectral_stderr to read standard output and error streams from a DAMASK_spectral simulation.

v0.1.4

12 Feb 17:57
Compare
Choose a tag to compare

[0.1.4] - 2020.02.12

Fixed

  • Add orientations key back to output from read_geom.

v0.1.3

12 Feb 14:11
Compare
Choose a tag to compare

[0.1.3] - 2020.02.12

Added

  • Function write_load_case.

Changed

  • Function read_geom has been re-written using regular expression searches to be more robust.
  • Function write_geom now writes the origin and microstructures lines
  • Function write_material_config supports boolean flags.

Fixed

  • Fixed bug in write_geom; geometry was not written correctly (only the first grain ID was written).

v0.1.2

08 Sep 21:25
Compare
Choose a tag to compare

[0.1.2] - 2019.09.08

  • Added functions: read_geom, write_geom, write_material_config.