Metadata-Version: 1.1
Name: mechmat
Version: 0.2.4
Summary: Python package for the definition of materials used during mechanical engineering calculations
Home-page: https://github.com/mecheng/mechmat
Author: Jelle Spijker
Author-email: spijker.jelle@gmail.com
License: MIT license
Description: =======
        mechmat
        =======
        
        
        .. image:: https://img.shields.io/pypi/v/mechmat.svg
                :target: https://pypi.python.org/pypi/mechmat
        
        .. image:: https://img.shields.io/travis/jellespijker/mechmat.svg
                :target: https://travis-ci.org/jellespijker/mechmat
        
        .. image:: https://readthedocs.org/projects/mechmat/badge/?version=latest
                :target: https://mechmat.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        
        .. image:: https://pyup.io/repos/github/jellespijker/mechmat/shield.svg
             :target: https://pyup.io/repos/github/jellespijker/mechmat/
             :alt: Updates
        
        
        
        Python package for the definition of materials used during mechanical engineering calculations
        
        
        * Free software: MIT license
        * Documentation: https://mechmat.readthedocs.io.
        
        
        Features
        --------
        
        * TODO
        
        Credits
        -------
        This package makes use of `pint`_ for unit safe calculations.
        
        This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
        .. _pint: https://github.com/hgrecco/pint
        
        
        =======
        History
        =======
        
        0.1.0 (2019-03-29)
        ------------------
        
        * First release on PyPI.
        
        0.1.4 (2019-05-11)
        ------------------
        
        * Multiple bug fixes
        * Accepts Numpy arrays
        * State factor for easy creation of material states
        * State can now be set when initializing
        * Expanded the base material properties
        * Added support for Jupyter Markdown, LaTeX and HTML representation
        
        0.2.0 (2019-05-25)
        ------------------
        
        * Removed the need for a metaclass
        * Observer pattern implemented as Chainable class
        * Guarded descriptor added
        * Modular materials, allows for mix and match of different models
        * Two-domain-Tait-pvt added
        * Cross-Arrhenius model added
        
        0.2.1 (2019-05-25)
        ------------------
        
        * property models, functions and values are cited by source
        
        0.2.2 (2019-05-31)
        ------------------
        
        * Couple of bug-fixes
        * dir shows only user variables
        * Interpolated function added (measurement data, can now be used)
        * Serialization using dill is now possible
        * repr string simplified
        * Cross-WLF model added
        * Some example materials added: PLA, PLA-TPU, PLA-TPS
        
        0.2.3 (2019-05-31)
        ------------------
        
        * Added multiple thermal properties
        
        0.2.4 (2019-07-09)
        ------------------
        
        * Bug fix citations
        
Keywords: mechmat
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
