Metadata-Version: 2.1
Name: matflow-formable
Version: 0.1.5
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
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
Requires-Dist: matflow
Requires-Dist: hickle (>=4.0.1)

# 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.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.


