From 21a2b191401bf54887a5c57d962099a23d52d705 Mon Sep 17 00:00:00 2001 From: Anubhav Jain Date: Fri, 23 Mar 2018 17:30:46 -0700 Subject: [PATCH] Update to v0.2.8 --- docs/_sources/changelog.rst.txt | 11 + docs/_sources/matminer.featurizers.rst.txt | 8 + docs/changelog.html | 19 +- docs/contributors.html | 8 +- docs/example_bulkmod.html | 8 +- docs/genindex.html | 40 +++- docs/index.html | 8 +- docs/installation.html | 8 +- docs/matminer.data_retrieval.html | 8 +- docs/matminer.datasets.html | 8 +- docs/matminer.datasets.test_datasets.html | 8 +- docs/matminer.descriptors.html | 8 +- docs/matminer.distance_metrics.html | 8 +- docs/matminer.featurizers.data_files.html | 8 +- docs/matminer.featurizers.html | 208 ++++++++++++++++-- docs/matminer.figrecipes.html | 8 +- ...tminer.figrecipes.matplotlib.examples.html | 8 +- docs/matminer.figrecipes.matplotlib.html | 8 +- docs/matminer.figrecipes.plotly.html | 8 +- docs/matminer.html | 9 +- docs/matminer.learners.html | 8 +- docs/matminer.learners.tests.html | 8 +- docs/matminer.models.html | 8 +- docs/matminer.utils.data_files.html | 8 +- docs/matminer.utils.html | 8 +- docs/matminer.utils.tests.html | 8 +- docs/modules.html | 9 +- docs/objects.inv | Bin 3525 -> 3610 bytes docs/py-modindex.html | 13 +- docs/search.html | 8 +- docs/searchindex.js | 2 +- docs_rst/changelog.rst | 11 + docs_rst/matminer.featurizers.rst | 8 + matminer/__init__.py | 2 +- setup.py | 2 +- 35 files changed, 384 insertions(+), 126 deletions(-) diff --git a/docs/_sources/changelog.rst.txt b/docs/_sources/changelog.rst.txt index a55c58e4e..bf6412844 100644 --- a/docs/_sources/changelog.rst.txt +++ b/docs/_sources/changelog.rst.txt @@ -5,6 +5,17 @@ matminer Changelog ================== +**v0.2.8** + +* new FunctionFeaturizer to combine features into mini functions (J. Montoya) +* updates to PlotlyFig (A. Dunn) +* Update default n_jobs to cpu_count() (A. Dunn) +* test fixes and updates (A. Dunn, N. Zimmermann, J. Montoya) +* move Jupyter notebooks to matminer_examples repo, separate from matminer (J. Montoya) +* add presets for AFS, GRDF featurizes (M. Dylla) +* update CircleCI testing (A. Dunn) +* code cleanups (A. Dunn, A. Jain, J. Montoya) + **v0.2.6** * modify ChemicalRSO to use fit() method (Q. Wang) diff --git a/docs/_sources/matminer.featurizers.rst.txt b/docs/_sources/matminer.featurizers.rst.txt index 5740ba59e..a3c983297 100644 --- a/docs/_sources/matminer.featurizers.rst.txt +++ b/docs/_sources/matminer.featurizers.rst.txt @@ -36,6 +36,14 @@ matminer\.featurizers\.dos module :undoc-members: :show-inheritance: +matminer\.featurizers\.function module +-------------------------------------- + +.. automodule:: matminer.featurizers.function + :members: + :undoc-members: + :show-inheritance: + matminer\.featurizers\.site module ---------------------------------- diff --git a/docs/changelog.html b/docs/changelog.html index 0184d9772..4276471f6 100644 --- a/docs/changelog.html +++ b/docs/changelog.html @@ -5,13 +5,13 @@ - MatMiner Changlog — matminer 0.2.6 documentation + MatMiner Changlog — matminer 0.2.8 documentation