Skip to content

Commit 7da0d3d

Browse files
committed
Update to v0.2.2
1 parent 992f096 commit 7da0d3d

35 files changed

+155
-114
lines changed

docs/_sources/changelog.rst.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@
55
matminer Changelog
66
==================
77

8+
**v0.2.2**
9+
10+
.. warning:: Py2 compatibility is officially dropped in this version. Please upgrade to Python 3.x.
11+
12+
* multiprocessing for pandas dataframes (A. Dunn, L. Ward)
13+
* new CoordinationNumber site featurizer based on NearNeighbor algos (N. Zimmermann)
14+
* update OP fingerprints for latest pymatgen (N. Zimmermann)
15+
* OPStructureFingerprint -> SiteStatsFingerprint that takes in any site fingerprint function (A. Jain)
16+
* Add BondFractions featurizer (A. Dunn)
17+
* multi-index for pandas dataframes (A. Dunn)
18+
* cleanup of formatting for citations, implementors, feature_labels to always be list (N. Zimmermann)
19+
* minor bug fixes, cleanups, slighly improved docs, etc.
20+
821
**v0.2.1**
922

1023
* further improvements to test data sets (K. Bystrom)

docs/_sources/installation.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
Installing matminer
88
===================
99

10-
Matminer requires Python 3.x (Python 2.x might work for some time, but the underlying pymatgen library is discontinuing Python 2 support in 2018).
10+
Matminer requires Python 3.x (Python 2.x might work sporadically, but you may get errors for certain features and is **unsupported**. We really recommend you upgrade to Py3.x).
1111

1212
There are a couple of quick and easy ways to install matminer:
1313

docs/changelog.html

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
<html xmlns="http://www.w3.org/1999/xhtml">
66
<head>
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
8-
<title>MatMiner Changlog &#8212; matminer 0.2.1 documentation</title>
8+
<title>MatMiner Changlog &#8212; matminer 0.2.2 documentation</title>
99
<link rel="stylesheet" href="_static/nature.css" type="text/css" />
1010
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
1111
<script type="text/javascript">
1212
var DOCUMENTATION_OPTIONS = {
1313
URL_ROOT: './',
14-
VERSION: '0.2.1',
14+
VERSION: '0.2.2',
1515
COLLAPSE_INDEX: false,
1616
FILE_SUFFIX: '.html',
1717
HAS_SOURCE: true,
@@ -37,7 +37,7 @@ <h3>Navigation</h3>
3737
<li class="right" >
3838
<a href="py-modindex.html" title="Python Module Index"
3939
>modules</a> |</li>
40-
<li class="nav-item nav-item-0"><a href="index.html">matminer 0.2.1 documentation</a> &#187;</li>
40+
<li class="nav-item nav-item-0"><a href="index.html">matminer 0.2.2 documentation</a> &#187;</li>
4141
</ul>
4242
</div>
4343

@@ -48,6 +48,21 @@ <h3>Navigation</h3>
4848

4949
<div class="section" id="matminer-changelog">
5050
<h1>matminer Changelog<a class="headerlink" href="#matminer-changelog" title="Permalink to this headline"></a></h1>
51+
<p><strong>v0.2.2</strong></p>
52+
<div class="admonition warning">
53+
<p class="first admonition-title">Warning</p>
54+
<p class="last">Py2 compatibility is officially dropped in this version. Please upgrade to Python 3.x.</p>
55+
</div>
56+
<ul class="simple">
57+
<li>multiprocessing for pandas dataframes (A. Dunn, L. Ward)</li>
58+
<li>new CoordinationNumber site featurizer based on NearNeighbor algos (N. Zimmermann)</li>
59+
<li>update OP fingerprints for latest pymatgen (N. Zimmermann)</li>
60+
<li>OPStructureFingerprint -&gt; SiteStatsFingerprint that takes in any site fingerprint function (A. Jain)</li>
61+
<li>Add BondFractions featurizer (A. Dunn)</li>
62+
<li>multi-index for pandas dataframes (A. Dunn)</li>
63+
<li>cleanup of formatting for citations, implementors, feature_labels to always be list (N. Zimmermann)</li>
64+
<li>minor bug fixes, cleanups, slighly improved docs, etc.</li>
65+
</ul>
5166
<p><strong>v0.2.1</strong></p>
5267
<ul class="simple">
5368
<li>further improvements to test data sets (K. Bystrom)</li>
@@ -196,7 +211,7 @@ <h3>Navigation</h3>
196211
<li class="right" >
197212
<a href="py-modindex.html" title="Python Module Index"
198213
>modules</a> |</li>
199-
<li class="nav-item nav-item-0"><a href="index.html">matminer 0.2.1 documentation</a> &#187;</li>
214+
<li class="nav-item nav-item-0"><a href="index.html">matminer 0.2.2 documentation</a> &#187;</li>
200215
</ul>
201216
</div>
202217

docs/contributors.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
<html xmlns="http://www.w3.org/1999/xhtml">
66
<head>
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
8-
<title>MatMiner Contributors &#8212; matminer 0.2.1 documentation</title>
8+
<title>MatMiner Contributors &#8212; matminer 0.2.2 documentation</title>
99
<link rel="stylesheet" href="_static/nature.css" type="text/css" />
1010
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
1111
<script type="text/javascript">
1212
var DOCUMENTATION_OPTIONS = {
1313
URL_ROOT: './',
14-
VERSION: '0.2.1',
14+
VERSION: '0.2.2',
1515
COLLAPSE_INDEX: false,
1616
FILE_SUFFIX: '.html',
1717
HAS_SOURCE: true,
@@ -37,7 +37,7 @@ <h3>Navigation</h3>
3737
<li class="right" >
3838
<a href="py-modindex.html" title="Python Module Index"
3939
>modules</a> |</li>
40-
<li class="nav-item nav-item-0"><a href="index.html">matminer 0.2.1 documentation</a> &#187;</li>
40+
<li class="nav-item nav-item-0"><a href="index.html">matminer 0.2.2 documentation</a> &#187;</li>
4141
</ul>
4242
</div>
4343

@@ -137,7 +137,7 @@ <h3>Navigation</h3>
137137
<li class="right" >
138138
<a href="py-modindex.html" title="Python Module Index"
139139
>modules</a> |</li>
140-
<li class="nav-item nav-item-0"><a href="index.html">matminer 0.2.1 documentation</a> &#187;</li>
140+
<li class="nav-item nav-item-0"><a href="index.html">matminer 0.2.2 documentation</a> &#187;</li>
141141
</ul>
142142
</div>
143143

docs/example_bulkmod.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
<html xmlns="http://www.w3.org/1999/xhtml">
66
<head>
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
8-
<title>Predicting bulk moduli with matminer &#8212; matminer 0.2.1 documentation</title>
8+
<title>Predicting bulk moduli with matminer &#8212; matminer 0.2.2 documentation</title>
99
<link rel="stylesheet" href="_static/nature.css" type="text/css" />
1010
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
1111
<script type="text/javascript">
1212
var DOCUMENTATION_OPTIONS = {
1313
URL_ROOT: './',
14-
VERSION: '0.2.1',
14+
VERSION: '0.2.2',
1515
COLLAPSE_INDEX: false,
1616
FILE_SUFFIX: '.html',
1717
HAS_SOURCE: true,
@@ -37,7 +37,7 @@ <h3>Navigation</h3>
3737
<li class="right" >
3838
<a href="py-modindex.html" title="Python Module Index"
3939
>modules</a> |</li>
40-
<li class="nav-item nav-item-0"><a href="index.html">matminer 0.2.1 documentation</a> &#187;</li>
40+
<li class="nav-item nav-item-0"><a href="index.html">matminer 0.2.2 documentation</a> &#187;</li>
4141
</ul>
4242
</div>
4343

@@ -368,7 +368,7 @@ <h3>Navigation</h3>
368368
<li class="right" >
369369
<a href="py-modindex.html" title="Python Module Index"
370370
>modules</a> |</li>
371-
<li class="nav-item nav-item-0"><a href="index.html">matminer 0.2.1 documentation</a> &#187;</li>
371+
<li class="nav-item nav-item-0"><a href="index.html">matminer 0.2.2 documentation</a> &#187;</li>
372372
</ul>
373373
</div>
374374

docs/genindex.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
<html xmlns="http://www.w3.org/1999/xhtml">
77
<head>
88
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
9-
<title>Index &#8212; matminer 0.2.1 documentation</title>
9+
<title>Index &#8212; matminer 0.2.2 documentation</title>
1010
<link rel="stylesheet" href="_static/nature.css" type="text/css" />
1111
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
1212
<script type="text/javascript">
1313
var DOCUMENTATION_OPTIONS = {
1414
URL_ROOT: './',
15-
VERSION: '0.2.1',
15+
VERSION: '0.2.2',
1616
COLLAPSE_INDEX: false,
1717
FILE_SUFFIX: '.html',
1818
HAS_SOURCE: true,
@@ -38,7 +38,7 @@ <h3>Navigation</h3>
3838
<li class="right" >
3939
<a href="py-modindex.html" title="Python Module Index"
4040
>modules</a> |</li>
41-
<li class="nav-item nav-item-0"><a href="index.html">matminer 0.2.1 documentation</a> &#187;</li>
41+
<li class="nav-item nav-item-0"><a href="index.html">matminer 0.2.2 documentation</a> &#187;</li>
4242
</ul>
4343
</div>
4444

@@ -1099,7 +1099,7 @@ <h3>Navigation</h3>
10991099
<li class="right" >
11001100
<a href="py-modindex.html" title="Python Module Index"
11011101
>modules</a> |</li>
1102-
<li class="nav-item nav-item-0"><a href="index.html">matminer 0.2.1 documentation</a> &#187;</li>
1102+
<li class="nav-item nav-item-0"><a href="index.html">matminer 0.2.2 documentation</a> &#187;</li>
11031103
</ul>
11041104
</div>
11051105

docs/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
<html xmlns="http://www.w3.org/1999/xhtml">
66
<head>
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
8-
<title>matminer (Materials Data Mining) &#8212; matminer 0.2.1 documentation</title>
8+
<title>matminer (Materials Data Mining) &#8212; matminer 0.2.2 documentation</title>
99
<link rel="stylesheet" href="_static/nature.css" type="text/css" />
1010
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
1111
<script type="text/javascript">
1212
var DOCUMENTATION_OPTIONS = {
1313
URL_ROOT: './',
14-
VERSION: '0.2.1',
14+
VERSION: '0.2.2',
1515
COLLAPSE_INDEX: false,
1616
FILE_SUFFIX: '.html',
1717
HAS_SOURCE: true,
@@ -37,7 +37,7 @@ <h3>Navigation</h3>
3737
<li class="right" >
3838
<a href="py-modindex.html" title="Python Module Index"
3939
>modules</a> |</li>
40-
<li class="nav-item nav-item-0"><a href="#">matminer 0.2.1 documentation</a> &#187;</li>
40+
<li class="nav-item nav-item-0"><a href="#">matminer 0.2.2 documentation</a> &#187;</li>
4141
</ul>
4242
</div>
4343

@@ -211,7 +211,7 @@ <h3>Navigation</h3>
211211
<li class="right" >
212212
<a href="py-modindex.html" title="Python Module Index"
213213
>modules</a> |</li>
214-
<li class="nav-item nav-item-0"><a href="#">matminer 0.2.1 documentation</a> &#187;</li>
214+
<li class="nav-item nav-item-0"><a href="#">matminer 0.2.2 documentation</a> &#187;</li>
215215
</ul>
216216
</div>
217217

docs/installation.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
<html xmlns="http://www.w3.org/1999/xhtml">
66
<head>
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
8-
<title>Installing matminer &#8212; matminer 0.2.1 documentation</title>
8+
<title>Installing matminer &#8212; matminer 0.2.2 documentation</title>
99
<link rel="stylesheet" href="_static/nature.css" type="text/css" />
1010
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
1111
<script type="text/javascript">
1212
var DOCUMENTATION_OPTIONS = {
1313
URL_ROOT: './',
14-
VERSION: '0.2.1',
14+
VERSION: '0.2.2',
1515
COLLAPSE_INDEX: false,
1616
FILE_SUFFIX: '.html',
1717
HAS_SOURCE: true,
@@ -37,7 +37,7 @@ <h3>Navigation</h3>
3737
<li class="right" >
3838
<a href="py-modindex.html" title="Python Module Index"
3939
>modules</a> |</li>
40-
<li class="nav-item nav-item-0"><a href="index.html">matminer 0.2.1 documentation</a> &#187;</li>
40+
<li class="nav-item nav-item-0"><a href="index.html">matminer 0.2.2 documentation</a> &#187;</li>
4141
</ul>
4242
</div>
4343

@@ -48,7 +48,7 @@ <h3>Navigation</h3>
4848

4949
<div class="section" id="installing-matminer">
5050
<span id="installation-tutorial"></span><h1>Installing matminer<a class="headerlink" href="#installing-matminer" title="Permalink to this headline"></a></h1>
51-
<p>Matminer requires Python 3.x (Python 2.x might work for some time, but the underlying pymatgen library is discontinuing Python 2 support in 2018).</p>
51+
<p>Matminer requires Python 3.x (Python 2.x might work sporadically, but you may get errors for certain features and is <strong>unsupported</strong>. We really recommend you upgrade to Py3.x).</p>
5252
<p>There are a couple of quick and easy ways to install matminer:</p>
5353
<div class="section" id="install-and-update-via-pip">
5454
<h2>Install and update via pip<a class="headerlink" href="#install-and-update-via-pip" title="Permalink to this headline"></a></h2>
@@ -127,7 +127,7 @@ <h3>Navigation</h3>
127127
<li class="right" >
128128
<a href="py-modindex.html" title="Python Module Index"
129129
>modules</a> |</li>
130-
<li class="nav-item nav-item-0"><a href="index.html">matminer 0.2.1 documentation</a> &#187;</li>
130+
<li class="nav-item nav-item-0"><a href="index.html">matminer 0.2.2 documentation</a> &#187;</li>
131131
</ul>
132132
</div>
133133

docs/matminer.data_retrieval.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
<html xmlns="http://www.w3.org/1999/xhtml">
66
<head>
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
8-
<title>matminer.data_retrieval package &#8212; matminer 0.2.1 documentation</title>
8+
<title>matminer.data_retrieval package &#8212; matminer 0.2.2 documentation</title>
99
<link rel="stylesheet" href="_static/nature.css" type="text/css" />
1010
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
1111
<script type="text/javascript">
1212
var DOCUMENTATION_OPTIONS = {
1313
URL_ROOT: './',
14-
VERSION: '0.2.1',
14+
VERSION: '0.2.2',
1515
COLLAPSE_INDEX: false,
1616
FILE_SUFFIX: '.html',
1717
HAS_SOURCE: true,
@@ -37,7 +37,7 @@ <h3>Navigation</h3>
3737
<li class="right" >
3838
<a href="py-modindex.html" title="Python Module Index"
3939
>modules</a> |</li>
40-
<li class="nav-item nav-item-0"><a href="index.html">matminer 0.2.1 documentation</a> &#187;</li>
40+
<li class="nav-item nav-item-0"><a href="index.html">matminer 0.2.2 documentation</a> &#187;</li>
4141
</ul>
4242
</div>
4343

@@ -294,7 +294,7 @@ <h3>Navigation</h3>
294294
<li class="right" >
295295
<a href="py-modindex.html" title="Python Module Index"
296296
>modules</a> |</li>
297-
<li class="nav-item nav-item-0"><a href="index.html">matminer 0.2.1 documentation</a> &#187;</li>
297+
<li class="nav-item nav-item-0"><a href="index.html">matminer 0.2.2 documentation</a> &#187;</li>
298298
</ul>
299299
</div>
300300

docs/matminer.datasets.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
<html xmlns="http://www.w3.org/1999/xhtml">
66
<head>
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
8-
<title>matminer.datasets package &#8212; matminer 0.2.1 documentation</title>
8+
<title>matminer.datasets package &#8212; matminer 0.2.2 documentation</title>
99
<link rel="stylesheet" href="_static/nature.css" type="text/css" />
1010
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
1111
<script type="text/javascript">
1212
var DOCUMENTATION_OPTIONS = {
1313
URL_ROOT: './',
14-
VERSION: '0.2.1',
14+
VERSION: '0.2.2',
1515
COLLAPSE_INDEX: false,
1616
FILE_SUFFIX: '.html',
1717
HAS_SOURCE: true,
@@ -37,7 +37,7 @@ <h3>Navigation</h3>
3737
<li class="right" >
3838
<a href="py-modindex.html" title="Python Module Index"
3939
>modules</a> |</li>
40-
<li class="nav-item nav-item-0"><a href="index.html">matminer 0.2.1 documentation</a> &#187;</li>
40+
<li class="nav-item nav-item-0"><a href="index.html">matminer 0.2.2 documentation</a> &#187;</li>
4141
</ul>
4242
</div>
4343

@@ -134,7 +134,7 @@ <h3>Navigation</h3>
134134
<li class="right" >
135135
<a href="py-modindex.html" title="Python Module Index"
136136
>modules</a> |</li>
137-
<li class="nav-item nav-item-0"><a href="index.html">matminer 0.2.1 documentation</a> &#187;</li>
137+
<li class="nav-item nav-item-0"><a href="index.html">matminer 0.2.2 documentation</a> &#187;</li>
138138
</ul>
139139
</div>
140140

docs/matminer.datasets.test_datasets.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
<html xmlns="http://www.w3.org/1999/xhtml">
66
<head>
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
8-
<title>matminer.datasets.test_datasets package &#8212; matminer 0.2.1 documentation</title>
8+
<title>matminer.datasets.test_datasets package &#8212; matminer 0.2.2 documentation</title>
99
<link rel="stylesheet" href="_static/nature.css" type="text/css" />
1010
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
1111
<script type="text/javascript">
1212
var DOCUMENTATION_OPTIONS = {
1313
URL_ROOT: './',
14-
VERSION: '0.2.1',
14+
VERSION: '0.2.2',
1515
COLLAPSE_INDEX: false,
1616
FILE_SUFFIX: '.html',
1717
HAS_SOURCE: true,
@@ -37,7 +37,7 @@ <h3>Navigation</h3>
3737
<li class="right" >
3838
<a href="py-modindex.html" title="Python Module Index"
3939
>modules</a> |</li>
40-
<li class="nav-item nav-item-0"><a href="index.html">matminer 0.2.1 documentation</a> &#187;</li>
40+
<li class="nav-item nav-item-0"><a href="index.html">matminer 0.2.2 documentation</a> &#187;</li>
4141
</ul>
4242
</div>
4343

@@ -126,7 +126,7 @@ <h3>Navigation</h3>
126126
<li class="right" >
127127
<a href="py-modindex.html" title="Python Module Index"
128128
>modules</a> |</li>
129-
<li class="nav-item nav-item-0"><a href="index.html">matminer 0.2.1 documentation</a> &#187;</li>
129+
<li class="nav-item nav-item-0"><a href="index.html">matminer 0.2.2 documentation</a> &#187;</li>
130130
</ul>
131131
</div>
132132

docs/matminer.descriptors.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
<html xmlns="http://www.w3.org/1999/xhtml">
66
<head>
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
8-
<title>matminer.descriptors package &#8212; matminer 0.2.1 documentation</title>
8+
<title>matminer.descriptors package &#8212; matminer 0.2.2 documentation</title>
99
<link rel="stylesheet" href="_static/nature.css" type="text/css" />
1010
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
1111
<script type="text/javascript">
1212
var DOCUMENTATION_OPTIONS = {
1313
URL_ROOT: './',
14-
VERSION: '0.2.1',
14+
VERSION: '0.2.2',
1515
COLLAPSE_INDEX: false,
1616
FILE_SUFFIX: '.html',
1717
HAS_SOURCE: true,
@@ -37,7 +37,7 @@ <h3>Navigation</h3>
3737
<li class="right" >
3838
<a href="py-modindex.html" title="Python Module Index"
3939
>modules</a> |</li>
40-
<li class="nav-item nav-item-0"><a href="index.html">matminer 0.2.1 documentation</a> &#187;</li>
40+
<li class="nav-item nav-item-0"><a href="index.html">matminer 0.2.2 documentation</a> &#187;</li>
4141
</ul>
4242
</div>
4343

@@ -117,7 +117,7 @@ <h3>Navigation</h3>
117117
<li class="right" >
118118
<a href="py-modindex.html" title="Python Module Index"
119119
>modules</a> |</li>
120-
<li class="nav-item nav-item-0"><a href="index.html">matminer 0.2.1 documentation</a> &#187;</li>
120+
<li class="nav-item nav-item-0"><a href="index.html">matminer 0.2.2 documentation</a> &#187;</li>
121121
</ul>
122122
</div>
123123

0 commit comments

Comments
 (0)