Skip to content

Releases: LightForm-group/matflow-formable

v0.1.14

08 Aug 11:26

Choose a tag to compare

[0.1.14] - 2022.08.08

Changed

  • Use x-direction normal stress/strain in single crystal parameter optimisation instead of Von Mises to better align with experimental data
  • Use VonMises(VolumeAverage) in yield function fitting equivalent_plastic_strain measure instead of VolumeAverage(VonMises).

v0.1.13

18 Mar 10:53

Choose a tag to compare

[0.1.13] - 2022.03.18

Changed

  • In snippet optimise_SC_parameters_LM, use VonMises(volume-averaged stress/strain) instead of volume-averaged(VonMises stress/strain).

v0.1.12

20 Dec 16:14

Choose a tag to compare

[0.1.12] - 2021.12.20

Added

  • Add plastic_range parameter to get_tensile_test task, which allows specifying the range of stress-strain data that should be considered in, for example, parameter fitting.

v0.1.11

09 Nov 16:05

Choose a tag to compare

[0.1.11] - 2021.11.09

Added

  • Add cyclic_uniaxial load case method to task generate_load_case
  • Add mixed load case method to task generate_load_case

v0.1.10

07 Aug 12:40

Choose a tag to compare

[0.1.10] - 2021.08.07

Fixed

  • Fix extracting RVE data from volume_element_response created from recent DAMASK-v3a3 update.

v0.1.9

06 Aug 10:17

Choose a tag to compare

[0.1.9] - 2021.08.06

Added

  • Add option strain_rate_modes for task generate_load_case using method plane_strain.

v0.1.8

10 Apr 20:26

Choose a tag to compare

[0.1.8] - 2021.04.10

Changed

  • Support initial_parameters and opt_parameters (i.e. optimisation parameters, including specifying bounds on yield function fitting).

v0.1.7

16 Dec 22:53

Choose a tag to compare

[0.1.7] - 2020.12.16

Added

  • Add support for task: get_tensile_test using method from_CSV.
  • Add support for task: optimise_single_crystal_parameters using method levenberg_marquardt.

v0.1.6

17 Sep 14:32

Choose a tag to compare

[0.1.6] - 2020.09.17

Fixed

  • Add missing package data to distribution

v0.1.5

17 Sep 13:53

Choose a tag to compare

[0.1.5] - 2020.09.17

Added

  • Add fixed_parameters option for yield function fitting.