Skip to content

Commit

Permalink
Update to v0.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
computron committed Oct 27, 2020
1 parent 81aff0a commit b3134e4
Show file tree
Hide file tree
Showing 76 changed files with 14,973 additions and 2,858 deletions.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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.6.4**

* make BaseFeaturizer an ABC with abstractmethods (J. Riebesell)
* default ewald summation to be per atom; change default feature name to reflect this (A. Jain)
* add feature descriptions for magpie (A. Dunn)
* correct yield strengths being accidentally in GPa instead of MPa (A. Dunn)
* minor fixes / updates (B. Krull, A. Dunn, A. Ganose, A. Jain)

**v0.6.3**

* add IntersticeDistribution featurizer (Q. Wang)
Expand Down
2 changes: 2 additions & 0 deletions docs/_sources/contributors.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,5 @@ Other
* Daiki Nishikawa
* Nicholas Wagner (Northwestern University)
* Amalie Trewartha (LBNL)
* Janosh Riebesell
* Brandon Krull
331 changes: 302 additions & 29 deletions docs/_sources/dataset_summary.rst.txt

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/_sources/featurizer_summary.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,8 @@ Features from individual sites in a material's crystal structure.
- Determines the average bond length between one specific site
* - :code:`AverageBondAngle`
- Determines the average bond angles of a specific site with
* - :code:`SOAP`
- Smooth overlap of atomic positions (interface via DScribe).



Expand Down Expand Up @@ -295,8 +297,6 @@ Generating features based on a material's crystal structure.
- Features generated by training a Crystal Graph Convolutional Neural Network
* - :code:`JarvisCFID`
- Classical Force-Field Inspired Descriptors (CFID) from Jarvis-ML.
* - :code:`SOAP`
- Smooth overlap of atomic positions (interface via dscribe).
* - :code:`GlobalInstabilityIndex`
- The global instability index of a structure.
* - :code:`StructuralComplexity`
Expand Down
2 changes: 1 addition & 1 deletion docs/_sources/matminer.data_retrieval.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Subpackages
-----------

.. toctree::
:maxdepth: 4

matminer.data_retrieval.tests

Expand Down Expand Up @@ -67,7 +68,6 @@ matminer.data\_retrieval.retrieve\_base module
:undoc-members:
:show-inheritance:


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

Expand Down
1 change: 0 additions & 1 deletion docs/_sources/matminer.data_retrieval.tests.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ matminer.data\_retrieval.tests.test\_retrieve\_MongoDB module
:undoc-members:
:show-inheritance:


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

Expand Down
2 changes: 1 addition & 1 deletion docs/_sources/matminer.datasets.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Subpackages
-----------

.. toctree::
:maxdepth: 4

matminer.datasets.tests

Expand Down Expand Up @@ -35,7 +36,6 @@ matminer.datasets.utils module
:undoc-members:
:show-inheritance:


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

Expand Down
1 change: 0 additions & 1 deletion docs/_sources/matminer.datasets.tests.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ matminer.datasets.tests.test\_utils module
:undoc-members:
:show-inheritance:


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

Expand Down
2 changes: 1 addition & 1 deletion docs/_sources/matminer.featurizers.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Subpackages
-----------

.. toctree::
:maxdepth: 4

matminer.featurizers.tests
matminer.featurizers.utils
Expand Down Expand Up @@ -84,7 +85,6 @@ matminer.featurizers.structure module
:undoc-members:
:show-inheritance:


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

Expand Down
1 change: 0 additions & 1 deletion docs/_sources/matminer.featurizers.tests.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ matminer.featurizers.tests.test\_structure module
:undoc-members:
:show-inheritance:


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

Expand Down
2 changes: 1 addition & 1 deletion docs/_sources/matminer.featurizers.utils.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Subpackages
-----------

.. toctree::
:maxdepth: 4

matminer.featurizers.utils.tests

Expand Down Expand Up @@ -35,7 +36,6 @@ matminer.featurizers.utils.stats module
:undoc-members:
:show-inheritance:


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

Expand Down
1 change: 0 additions & 1 deletion docs/_sources/matminer.featurizers.utils.tests.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ matminer.featurizers.utils.tests.test\_stats module
:undoc-members:
:show-inheritance:


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

Expand Down
2 changes: 1 addition & 1 deletion docs/_sources/matminer.figrecipes.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Subpackages
-----------

.. toctree::
:maxdepth: 4

matminer.figrecipes.tests

Expand All @@ -19,7 +20,6 @@ matminer.figrecipes.plot module
:undoc-members:
:show-inheritance:


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

Expand Down
1 change: 0 additions & 1 deletion docs/_sources/matminer.figrecipes.tests.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ matminer.figrecipes.tests.test\_plots module
:undoc-members:
:show-inheritance:


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

Expand Down
1 change: 1 addition & 0 deletions docs/_sources/matminer.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Subpackages
-----------

.. toctree::
:maxdepth: 4

matminer.data_retrieval
matminer.datasets
Expand Down
1 change: 0 additions & 1 deletion docs/_sources/matminer.utils.data_files.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ matminer.utils.data\_files.deml\_elementdata module
:undoc-members:
:show-inheritance:


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

Expand Down
2 changes: 1 addition & 1 deletion docs/_sources/matminer.utils.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Subpackages
-----------

.. toctree::
:maxdepth: 4

matminer.utils.data_files
matminer.utils.tests
Expand Down Expand Up @@ -76,7 +77,6 @@ matminer.utils.utils module
:undoc-members:
:show-inheritance:


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

Expand Down
1 change: 0 additions & 1 deletion docs/_sources/matminer.utils.tests.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ matminer.utils.tests.test\_io module
:undoc-members:
:show-inheritance:


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

Expand Down

0 comments on commit b3134e4

Please sign in to comment.