Metadata-Version: 2.1
Name: matflow-formable
Version: 0.1.9
Summary: Matflow extension for the Formable Python package.
Home-page: UNKNOWN
Author: Adam J. Plowman
Author-email: adam.plowman@manchester.ac.uk
License: MIT license
Project-URL: GitHub, https://github.com/LightForm-group/matflow-formable
Description: # matflow-formable
        
        [![PyPI version](https://img.shields.io/pypi/v/matflow_formable.svg)](https://pypi.python.org/pypi/matflow_formable)
        [![Documentation Status](https://readthedocs.org/projects/matflow-formable/badge/?version=latest)](https://matflow-formable.readthedocs.io/en/latest/?badge=latest)
        
        Matflow extension for the [Formable](https://github.com/LightForm-group/formable) Python package, which provides tools for formability analysis in materials science.
        
        This extension generates Python scripts that require the following Python packages to be installed:
        
        - [formable](https://github.com/LightForm-group/formable)
        - [hickle](https://github.com/telegraphic/hickle) (version >=4.0.1)
        
        
        
        # Change Log
        
        ## [0.1.9] - 2021.08.06
        
        ### Added
        
        - Add option `strain_rate_modes` for task `generate_load_case` using method `plane_strain`.
        
        ## [0.1.8] - 2021.04.10
        
        ### Changed
        
        - Support `initial_parameters` and `opt_parameters` (i.e. optimisation parameters, including specifying bounds on yield function fitting).
        
        ## [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`.
        
        ## [0.1.6] - 2020.09.17
        
        ### Fixed
        
        - Add missing package data to distribution
        
        ## [0.1.5] - 2020.09.17
        
        ### Added
        
        - Add `fixed_parameters` option for yield function fitting.
        
        ## [0.1.4] - 2020.08.22
        
        ### Fixed
        
        - Allow different dump frequencies for each load case.
        
        ## [0.1.3] - 2020.08.22
        
        ### Changed
        
        - Add `dump_frequency` to load case generators.
        
        ## [0.1.2] - 2020.06.09
        
        ### Added
        
        - Add `fit_yield_function`
        
        ### Changed
        
        - Compatibility changes for the next version of Matflow.
        
        ## [0.1.1] - 2020.05.11
        
        ### Fixed
        
        - Ensure function mapper functions return `dict`s
        
        ## [0.1.0] - 2020.05.09
        
        - Initial version.
        
Keywords: matflow,materials-science,computational-workflow
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
Description-Content-Type: text/markdown
