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