Skip to content

Commit

Permalink
Update to v0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
computron committed Feb 9, 2018
1 parent 89f3728 commit 78bbd97
Show file tree
Hide file tree
Showing 39 changed files with 498 additions and 341 deletions.
8 changes: 8 additions & 0 deletions docs/_sources/changelog.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@
matminer Changelog
==================

**v0.2.3**

* MDF data retrieval (J. Montoya)
* new VoronoiFingerprint descriptors (Q. Wang)
* new ChemicalSRO descriptors (Q. Wang)
* bugfixes to featurize_many (A. Dunn)
* minor bug fixes, cleanups, slighly improved docs, etc.

**v0.2.2**

.. warning:: Py2 compatibility is officially dropped in this version. Please upgrade to Python 3.x.
Expand Down
8 changes: 8 additions & 0 deletions docs/_sources/matminer.data_retrieval.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@ matminer\.data\_retrieval\.retrieve\_Citrine module
:undoc-members:
:show-inheritance:

matminer\.data\_retrieval\.retrieve\_MDF module
-----------------------------------------------

.. automodule:: matminer.data_retrieval.retrieve_MDF
:members:
:undoc-members:
:show-inheritance:

matminer\.data\_retrieval\.retrieve\_MP module
----------------------------------------------

Expand Down
6 changes: 3 additions & 3 deletions docs/_sources/matminer.utils.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ matminer\.utils\.data module
:undoc-members:
:show-inheritance:

matminer\.utils\.flattendict module
-----------------------------------
matminer\.utils\.flatten\_dict module
-------------------------------------

.. automodule:: matminer.utils.flattendict
.. automodule:: matminer.utils.flatten_dict
:members:
:undoc-members:
:show-inheritance:
Expand Down
8 changes: 8 additions & 0 deletions docs/_sources/matminer.utils.tests.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,14 @@ matminer\.utils\.tests\.test\_data module
:undoc-members:
:show-inheritance:

matminer\.utils\.tests\.test\_flatten\_dict module
--------------------------------------------------

.. automodule:: matminer.utils.tests.test_flatten_dict
:members:
:undoc-members:
:show-inheritance:


Module contents
---------------
Expand Down
16 changes: 12 additions & 4 deletions docs/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>MatMiner Changlog &#8212; matminer 0.2.2 documentation</title>
<title>MatMiner Changlog &#8212; matminer 0.2.3 documentation</title>
<link rel="stylesheet" href="_static/nature.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: './',
VERSION: '0.2.2',
VERSION: '0.2.3',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true,
Expand All @@ -37,7 +37,7 @@ <h3>Navigation</h3>
<li class="right" >
<a href="py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="nav-item nav-item-0"><a href="index.html">matminer 0.2.2 documentation</a> &#187;</li>
<li class="nav-item nav-item-0"><a href="index.html">matminer 0.2.3 documentation</a> &#187;</li>
</ul>
</div>

Expand All @@ -48,6 +48,14 @@ <h3>Navigation</h3>

<div class="section" id="matminer-changelog">
<h1>matminer Changelog<a class="headerlink" href="#matminer-changelog" title="Permalink to this headline"></a></h1>
<p><strong>v0.2.3</strong></p>
<ul class="simple">
<li>MDF data retrieval (J. Montoya)</li>
<li>new VoronoiFingerprint descriptors (Q. Wang)</li>
<li>new ChemicalSRO descriptors (Q. Wang)</li>
<li>bugfixes to featurize_many (A. Dunn)</li>
<li>minor bug fixes, cleanups, slighly improved docs, etc.</li>
</ul>
<p><strong>v0.2.2</strong></p>
<div class="admonition warning">
<p class="first admonition-title">Warning</p>
Expand Down Expand Up @@ -211,7 +219,7 @@ <h3>Navigation</h3>
<li class="right" >
<a href="py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="nav-item nav-item-0"><a href="index.html">matminer 0.2.2 documentation</a> &#187;</li>
<li class="nav-item nav-item-0"><a href="index.html">matminer 0.2.3 documentation</a> &#187;</li>
</ul>
</div>

Expand Down
8 changes: 4 additions & 4 deletions docs/contributors.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>MatMiner Contributors &#8212; matminer 0.2.2 documentation</title>
<title>MatMiner Contributors &#8212; matminer 0.2.3 documentation</title>
<link rel="stylesheet" href="_static/nature.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: './',
VERSION: '0.2.2',
VERSION: '0.2.3',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true,
Expand All @@ -37,7 +37,7 @@ <h3>Navigation</h3>
<li class="right" >
<a href="py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="nav-item nav-item-0"><a href="index.html">matminer 0.2.2 documentation</a> &#187;</li>
<li class="nav-item nav-item-0"><a href="index.html">matminer 0.2.3 documentation</a> &#187;</li>
</ul>
</div>

Expand Down Expand Up @@ -137,7 +137,7 @@ <h3>Navigation</h3>
<li class="right" >
<a href="py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="nav-item nav-item-0"><a href="index.html">matminer 0.2.2 documentation</a> &#187;</li>
<li class="nav-item nav-item-0"><a href="index.html">matminer 0.2.3 documentation</a> &#187;</li>
</ul>
</div>

Expand Down
8 changes: 4 additions & 4 deletions docs/example_bulkmod.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Predicting bulk moduli with matminer &#8212; matminer 0.2.2 documentation</title>
<title>Predicting bulk moduli with matminer &#8212; matminer 0.2.3 documentation</title>
<link rel="stylesheet" href="_static/nature.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: './',
VERSION: '0.2.2',
VERSION: '0.2.3',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true,
Expand All @@ -37,7 +37,7 @@ <h3>Navigation</h3>
<li class="right" >
<a href="py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="nav-item nav-item-0"><a href="index.html">matminer 0.2.2 documentation</a> &#187;</li>
<li class="nav-item nav-item-0"><a href="index.html">matminer 0.2.3 documentation</a> &#187;</li>
</ul>
</div>

Expand Down Expand Up @@ -368,7 +368,7 @@ <h3>Navigation</h3>
<li class="right" >
<a href="py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="nav-item nav-item-0"><a href="index.html">matminer 0.2.2 documentation</a> &#187;</li>
<li class="nav-item nav-item-0"><a href="index.html">matminer 0.2.3 documentation</a> &#187;</li>
</ul>
</div>

Expand Down
Loading

0 comments on commit 78bbd97

Please sign in to comment.