Skip to content

Commit

Permalink
update to v0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
computron committed Apr 21, 2017
1 parent 8ba44bf commit cced3bf
Show file tree
Hide file tree
Showing 8 changed files with 104 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ Some other descriptors that can be obtained from matminer include:
#. Packing fraction
#. Volume per site
#. Radial and electronic radial distribution functions
#. Structural order parameters

#. Band-structure descriptors

Expand Down
30 changes: 30 additions & 0 deletions docs/matminer.figrecipes.matplotlib.examples.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
matminer.figrecipes.matplotlib.examples package
===============================================

Submodules
----------

matminer.figrecipes.matplotlib.examples.heatmap_examples module
---------------------------------------------------------------

.. automodule:: matminer.figrecipes.matplotlib.examples.heatmap_examples
:members:
:undoc-members:
:show-inheritance:

matminer.figrecipes.matplotlib.examples.xyscatter_examples module
-----------------------------------------------------------------

.. automodule:: matminer.figrecipes.matplotlib.examples.xyscatter_examples
:members:
:undoc-members:
:show-inheritance:


Module contents
---------------

.. automodule:: matminer.figrecipes.matplotlib.examples
:members:
:undoc-members:
:show-inheritance:
29 changes: 29 additions & 0 deletions docs/matminer.figrecipes.matplotlib.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
matminer.figrecipes.matplotlib package
======================================

Subpackages
-----------

.. toctree::

matminer.figrecipes.matplotlib.examples

Submodules
----------

matminer.figrecipes.matplotlib.plots module
-------------------------------------------

.. automodule:: matminer.figrecipes.matplotlib.plots
:members:
:undoc-members:
:show-inheritance:


Module contents
---------------

.. automodule:: matminer.figrecipes.matplotlib
:members:
:undoc-members:
:show-inheritance:
22 changes: 22 additions & 0 deletions docs/matminer.figrecipes.plotly.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
matminer.figrecipes.plotly package
==================================

Submodules
----------

matminer.figrecipes.plotly.make_plots module
--------------------------------------------

.. automodule:: matminer.figrecipes.plotly.make_plots
:members:
:undoc-members:
:show-inheritance:


Module contents
---------------

.. automodule:: matminer.figrecipes.plotly
:members:
:undoc-members:
:show-inheritance:
18 changes: 18 additions & 0 deletions docs/matminer.figrecipes.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
matminer.figrecipes package
===========================

Subpackages
-----------

.. toctree::

matminer.figrecipes.matplotlib
matminer.figrecipes.plotly

Module contents
---------------

.. automodule:: matminer.figrecipes
:members:
:undoc-members:
:show-inheritance:
2 changes: 2 additions & 0 deletions docs/matminer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@ Subpackages

matminer.data_retrieval
matminer.descriptors
matminer.figrecipes
matminer.learners
matminer.models
matminer.reference_data

Submodules
----------
Expand Down
2 changes: 1 addition & 1 deletion matminer/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.0.8'
__version__ = '0.0.9'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
if __name__ == "__main__":
setup(
name='matminer',
version='0.0.8',
version='0.0.9',
description='matminer is a library that contains tools for data mining in Materials Science',
long_description=open(os.path.join(module_dir, 'README.rst')).read(),
url='https://github.com/hackingmaterials/matminer',
Expand Down

0 comments on commit cced3bf

Please sign in to comment.