Skip to content

Commit

Permalink
Update to v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
computron committed Aug 7, 2017
1 parent c27c31a commit 2e2d419
Show file tree
Hide file tree
Showing 23 changed files with 138 additions and 73 deletions.
21 changes: 21 additions & 0 deletions docs/_sources/index.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,13 @@ A few examples demonstrating usage can be found in the notebook hosted on `Jupyt
Changelog
---------

**v0.1.1**

* refactor and redesign of codebase to be more OOP (J. Chen, L. Ward)
* Py3 compatibility (K. Mathew)
* Element fraction feature (A. Aggarwal)
* misc fixes / improvements (A. Jain, J. Chen, L. Ward, K. Mathew, J. Frost)

**v0.1.0**

* Add MPDS data retrieval (E. Blokhin)
Expand All @@ -201,3 +208,17 @@ Changelog

For changelog before v0.1.0, consult the git history of matminer.

Contributors
------------

Matminer is led by Anubhav Jain and the Hackingmaterials Research group at Lawrence Berkeley National Lab. Major contributions were provided by:

* Jiming Chen and Logan Ward (U. Chicago)
* Saurabh Bajaj (LBNL - HackingMaterials)

Additional contributions from:

* Shyue Ping Ong (UC San Diego)
* Sayan Rowchowdhury, Alex Dunn, Jason Frost, Alireza Faghaninia (LBNL - HackingMaterials)
* Matt Horton, Donny Winston, Joseph Montoya (LBNL - Persson research group)
* Ashwin Aggarwal (U. Chicago)
8 changes: 4 additions & 4 deletions docs/genindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title>Index &#8212; matminer 0.1.0 documentation</title>
<title>Index &#8212; matminer 0.1.1 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.1.0',
VERSION: '0.1.1',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true,
Expand All @@ -38,7 +38,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.1.0 documentation</a> &#187;</li>
<li class="nav-item nav-item-0"><a href="index.html">matminer 0.1.1 documentation</a> &#187;</li>
</ul>
</div>

Expand Down Expand Up @@ -840,7 +840,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.1.0 documentation</a> &#187;</li>
<li class="nav-item nav-item-0"><a href="index.html">matminer 0.1.1 documentation</a> &#187;</li>
</ul>
</div>
<div class="footer" role="contentinfo">
Expand Down
31 changes: 27 additions & 4 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title>matminer (Materials Data Mining) &#8212; matminer 0.1.0 documentation</title>
<title>matminer (Materials Data Mining) &#8212; matminer 0.1.1 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.1.0',
VERSION: '0.1.1',
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="#">matminer 0.1.0 documentation</a> &#187;</li>
<li class="nav-item nav-item-0"><a href="#">matminer 0.1.1 documentation</a> &#187;</li>
</ul>
</div>

Expand Down Expand Up @@ -201,6 +201,13 @@ <h3>Plotting tools<a class="headerlink" href="#plotting-tools" title="Permalink
</div>
<div class="section" id="changelog">
<h3>Changelog<a class="headerlink" href="#changelog" title="Permalink to this headline"></a></h3>
<p><strong>v0.1.1</strong></p>
<ul class="simple">
<li>refactor and redesign of codebase to be more OOP (J. Chen, L. Ward)</li>
<li>Py3 compatibility (K. Mathew)</li>
<li>Element fraction feature (A. Aggarwal)</li>
<li>misc fixes / improvements (A. Jain, J. Chen, L. Ward, K. Mathew, J. Frost)</li>
</ul>
<p><strong>v0.1.0</strong></p>
<ul class="simple">
<li>Add MPDS data retrieval (E. Blokhin)</li>
Expand All @@ -210,6 +217,21 @@ <h3>Changelog<a class="headerlink" href="#changelog" title="Permalink to this he
</ul>
<p>For changelog before v0.1.0, consult the git history of matminer.</p>
</div>
<div class="section" id="contributors">
<h3>Contributors<a class="headerlink" href="#contributors" title="Permalink to this headline"></a></h3>
<p>Matminer is led by Anubhav Jain and the Hackingmaterials Research group at Lawrence Berkeley National Lab. Major contributions were provided by:</p>
<ul class="simple">
<li>Jiming Chen and Logan Ward (U. Chicago)</li>
<li>Saurabh Bajaj (LBNL - HackingMaterials)</li>
</ul>
<p>Additional contributions from:</p>
<ul class="simple">
<li>Shyue Ping Ong (UC San Diego)</li>
<li>Sayan Rowchowdhury, Alex Dunn, Jason Frost, Alireza Faghaninia (LBNL - HackingMaterials)</li>
<li>Matt Horton, Donny Winston, Joseph Montoya (LBNL - Persson research group)</li>
<li>Ashwin Aggarwal (U. Chicago)</li>
</ul>
</div>
</div>
</div>

Expand All @@ -230,6 +252,7 @@ <h3><a href="#">Table Of Contents</a></h3>
<li><a class="reference internal" href="#data-descriptor-tools">Data descriptor tools</a></li>
<li><a class="reference internal" href="#plotting-tools">Plotting tools</a></li>
<li><a class="reference internal" href="#changelog">Changelog</a></li>
<li><a class="reference internal" href="#contributors">Contributors</a></li>
</ul>
</li>
</ul>
Expand Down Expand Up @@ -266,7 +289,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="#">matminer 0.1.0 documentation</a> &#187;</li>
<li class="nav-item nav-item-0"><a href="#">matminer 0.1.1 documentation</a> &#187;</li>
</ul>
</div>
<div class="footer" role="contentinfo">
Expand Down
8 changes: 4 additions & 4 deletions docs/matminer.data_retrieval.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title>matminer.data_retrieval package &#8212; matminer 0.1.0 documentation</title>
<title>matminer.data_retrieval package &#8212; matminer 0.1.1 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.1.0',
VERSION: '0.1.1',
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.1.0 documentation</a> &#187;</li>
<li class="nav-item nav-item-0"><a href="index.html">matminer 0.1.1 documentation</a> &#187;</li>
</ul>
</div>

Expand Down Expand Up @@ -313,7 +313,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.1.0 documentation</a> &#187;</li>
<li class="nav-item nav-item-0"><a href="index.html">matminer 0.1.1 documentation</a> &#187;</li>
</ul>
</div>
<div class="footer" role="contentinfo">
Expand Down
8 changes: 4 additions & 4 deletions docs/matminer.descriptors.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title>matminer.descriptors package &#8212; matminer 0.1.0 documentation</title>
<title>matminer.descriptors package &#8212; matminer 0.1.1 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.1.0',
VERSION: '0.1.1',
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.1.0 documentation</a> &#187;</li>
<li class="nav-item nav-item-0"><a href="index.html">matminer 0.1.1 documentation</a> &#187;</li>
</ul>
</div>

Expand Down Expand Up @@ -447,7 +447,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.1.0 documentation</a> &#187;</li>
<li class="nav-item nav-item-0"><a href="index.html">matminer 0.1.1 documentation</a> &#187;</li>
</ul>
</div>
<div class="footer" role="contentinfo">
Expand Down
8 changes: 4 additions & 4 deletions docs/matminer.featurizers.data_files.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title>matminer.featurizers.data_files package &#8212; matminer 0.1.0 documentation</title>
<title>matminer.featurizers.data_files package &#8212; matminer 0.1.1 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.1.0',
VERSION: '0.1.1',
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.1.0 documentation</a> &#187;</li>
<li class="nav-item nav-item-0"><a href="index.html">matminer 0.1.1 documentation</a> &#187;</li>
</ul>
</div>

Expand Down Expand Up @@ -105,7 +105,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.1.0 documentation</a> &#187;</li>
<li class="nav-item nav-item-0"><a href="index.html">matminer 0.1.1 documentation</a> &#187;</li>
</ul>
</div>
<div class="footer" role="contentinfo">
Expand Down
8 changes: 4 additions & 4 deletions docs/matminer.featurizers.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title>matminer.featurizers package &#8212; matminer 0.1.0 documentation</title>
<title>matminer.featurizers package &#8212; matminer 0.1.1 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.1.0',
VERSION: '0.1.1',
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.1.0 documentation</a> &#187;</li>
<li class="nav-item nav-item-0"><a href="index.html">matminer 0.1.1 documentation</a> &#187;</li>
</ul>
</div>

Expand Down Expand Up @@ -1233,7 +1233,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.1.0 documentation</a> &#187;</li>
<li class="nav-item nav-item-0"><a href="index.html">matminer 0.1.1 documentation</a> &#187;</li>
</ul>
</div>
<div class="footer" role="contentinfo">
Expand Down
8 changes: 4 additions & 4 deletions docs/matminer.figrecipes.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title>matminer.figrecipes package &#8212; matminer 0.1.0 documentation</title>
<title>matminer.figrecipes package &#8212; matminer 0.1.1 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.1.0',
VERSION: '0.1.1',
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.1.0 documentation</a> &#187;</li>
<li class="nav-item nav-item-0"><a href="index.html">matminer 0.1.1 documentation</a> &#187;</li>
</ul>
</div>

Expand Down Expand Up @@ -127,7 +127,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.1.0 documentation</a> &#187;</li>
<li class="nav-item nav-item-0"><a href="index.html">matminer 0.1.1 documentation</a> &#187;</li>
</ul>
</div>
<div class="footer" role="contentinfo">
Expand Down
8 changes: 4 additions & 4 deletions docs/matminer.figrecipes.matplotlib.examples.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title>matminer.figrecipes.matplotlib.examples package &#8212; matminer 0.1.0 documentation</title>
<title>matminer.figrecipes.matplotlib.examples package &#8212; matminer 0.1.1 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.1.0',
VERSION: '0.1.1',
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.1.0 documentation</a> &#187;</li>
<li class="nav-item nav-item-0"><a href="index.html">matminer 0.1.1 documentation</a> &#187;</li>
</ul>
</div>

Expand Down Expand Up @@ -119,7 +119,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.1.0 documentation</a> &#187;</li>
<li class="nav-item nav-item-0"><a href="index.html">matminer 0.1.1 documentation</a> &#187;</li>
</ul>
</div>
<div class="footer" role="contentinfo">
Expand Down
8 changes: 4 additions & 4 deletions docs/matminer.figrecipes.matplotlib.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title>matminer.figrecipes.matplotlib package &#8212; matminer 0.1.0 documentation</title>
<title>matminer.figrecipes.matplotlib package &#8212; matminer 0.1.1 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.1.0',
VERSION: '0.1.1',
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.1.0 documentation</a> &#187;</li>
<li class="nav-item nav-item-0"><a href="index.html">matminer 0.1.1 documentation</a> &#187;</li>
</ul>
</div>

Expand Down Expand Up @@ -193,7 +193,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.1.0 documentation</a> &#187;</li>
<li class="nav-item nav-item-0"><a href="index.html">matminer 0.1.1 documentation</a> &#187;</li>
</ul>
</div>
<div class="footer" role="contentinfo">
Expand Down
Loading

0 comments on commit 2e2d419

Please sign in to comment.