Skip to content

Commit

Permalink
Update to v0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
computron committed Feb 23, 2018
1 parent 3e98fe2 commit 2f53dfa
Show file tree
Hide file tree
Showing 33 changed files with 682 additions and 174 deletions.
9 changes: 9 additions & 0 deletions docs/_sources/changelog.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@
matminer Changelog
==================

**v0.2.5**

* Major rework of BaseFeaturizer to subclass BaseEstimator/TransformerMixin of sklearn. Allows for support of fit() function needed by many featurizers (L. Ward)
* BaseFeaturizer can return errors as a new column (A. Dunn)
* Clean up data getter signatures (J. Montoya)
* Re-implement PRDF (L. Ward)
* GaussianSymmFunc featurizer (Q. Wang)
* misc code clean up (L. Ward, A. Jain)

**v0.2.4**

* updates to PlotlyFig (A. Dunn, A. Faghaninia)
Expand Down
17 changes: 13 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.4 documentation</title>
<title>MatMiner Changlog &#8212; matminer 0.2.5 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.4',
VERSION: '0.2.5',
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.4 documentation</a> &#187;</li>
<li class="nav-item nav-item-0"><a href="index.html">matminer 0.2.5 documentation</a> &#187;</li>
</ul>
</div>

Expand All @@ -48,6 +48,15 @@ <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.5</strong></p>
<ul class="simple">
<li>Major rework of BaseFeaturizer to subclass BaseEstimator/TransformerMixin of sklearn. Allows for support of fit() function needed by many featurizers (L. Ward)</li>
<li>BaseFeaturizer can return errors as a new column (A. Dunn)</li>
<li>Clean up data getter signatures (J. Montoya)</li>
<li>Re-implement PRDF (L. Ward)</li>
<li>GaussianSymmFunc featurizer (Q. Wang)</li>
<li>misc code clean up (L. Ward, A. Jain)</li>
</ul>
<p><strong>v0.2.4</strong></p>
<ul class="simple">
<li>updates to PlotlyFig (A. Dunn, A. Faghaninia)</li>
Expand Down Expand Up @@ -225,7 +234,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.4 documentation</a> &#187;</li>
<li class="nav-item nav-item-0"><a href="index.html">matminer 0.2.5 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.4 documentation</title>
<title>MatMiner Contributors &#8212; matminer 0.2.5 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.4',
VERSION: '0.2.5',
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.4 documentation</a> &#187;</li>
<li class="nav-item nav-item-0"><a href="index.html">matminer 0.2.5 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.4 documentation</a> &#187;</li>
<li class="nav-item nav-item-0"><a href="index.html">matminer 0.2.5 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.4 documentation</title>
<title>Predicting bulk moduli with matminer &#8212; matminer 0.2.5 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.4',
VERSION: '0.2.5',
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.4 documentation</a> &#187;</li>
<li class="nav-item nav-item-0"><a href="index.html">matminer 0.2.5 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.4 documentation</a> &#187;</li>
<li class="nav-item nav-item-0"><a href="index.html">matminer 0.2.5 documentation</a> &#187;</li>
</ul>
</div>

Expand Down
Loading

0 comments on commit 2f53dfa

Please sign in to comment.