- Add
TensileTest.show
method for visualising aTensileTest
.
- Add
check_import
boolean toLMFitter.__init__
.
- Perform LM fit up to upper plastic range of experimental data only.
- Added property
fitting_params
toLMFitterOptimisation
to show the values of the fitting parameters at a given iteration.
- Sims are hidden by default in
LMFitter
visualisation. - Allow skipping directory validation with
ignore_missing_dirs
argument toLMFitter.from_json_file
, which allows loading the JSON file on another computer.
- Support saving and loading a
TensileTest
from a JSON file. - Added a class
LMFitter
for fitting experimental tensile tests using a Levenberg-Marquardt optimisation process.
- Initial release.