Metadata-Version: 2.1
Name: heat1d
Version: 0.3.1
Summary: Thermal model for planetary science applications
Home-page: https://github.com/phayne/heat1d
Author: Paul O. Hayne
Author-email: paul.hayne@lasp.colorado.edu
Maintainer-email: kmichael.aye@gmail.com
License: MIT license
Keywords: heat1d
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Requires-Dist: Click (>=6.0)
Requires-Dist: numpy
Requires-Dist: matplotlib
Requires-Dist: planets (>=0.4.6)

======
heat1d
======


.. image:: https://img.shields.io/pypi/v/heat1d.svg
        :target: https://pypi.python.org/pypi/heat1d

.. image:: https://img.shields.io/travis/phayne/heat1d.svg
        :target: https://travis-ci.org/phayne/heat1d

.. image:: https://readthedocs.org/projects/heat1d/badge/?version=latest
        :target: https://heat1d.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status


Thermal model for planetary science applications (Python version)


* Free software: MIT license
* Documentation: https://heat1d.readthedocs.io.

See the notebook_ for an example.

.. _notebook: https://nbviewer.jupyter.org/github/phayne/heat1d/blob/master/python/notebooks/heat1d_example.ipynb


Features
--------

* Modeling 1D heat transfer in planetary surfaces
* Provides library of required planetary surface parameters
* Plotting helpers (see notebook_)

Installation
------------

.. code-block:: bash

   pip install heat1d


Credits
---------

Author: P. Hayne

Package maintainer: K.-Michael Aye

This package was created with Cookiecutter_ and the forked `michaelaye/cookiecutter-pypackage-conda`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`michaelaye/cookiecutter-pypackage-conda`: https://github.com/michaelaye/cookiecutter-pypackage-conda


=======
History
=======

0.1.0 (2019-05-21)
------------------

* First release on PyPI.

0.1.4 (2019-07-19)
------------------

* release planets as its own library

  * This means it's now a dependency of this project

* First documenation pages are now live at heat1d.readthedocs.org

0.3.1 (2020-09-04)
------------------

* rename classes to capital letters following best practices
* add Configurator object to be able to run `Model` with different chi values

  * This also allows change of gridding parameters and other settings
  * display a Configurator object like shown in the example to see its content

* depend on planets >= 0.4.6 due to bug in 0.4.5
* add plotting module and mpl stylesheet use

