From 5c711e23c545b1beeaf9ed7c6dce9cbf6884d5c8 Mon Sep 17 00:00:00 2001 From: Haoyin Xu Date: Sun, 7 Feb 2021 23:10:51 -0500 Subject: [PATCH 1/4] Update forest.rst --- docs/reference/forest.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/reference/forest.rst b/docs/reference/forest.rst index 02b94ac125..adb9dc2da1 100644 --- a/docs/reference/forest.rst +++ b/docs/reference/forest.rst @@ -8,4 +8,7 @@ Lifelong Classification Forest .. autoclass:: LifelongClassificationForest +Uncertainty Forest +------------------------------ + .. autoclass:: UncertaintyForest From 7730ee54413f822209f01696cd971bff8323ce07 Mon Sep 17 00:00:00 2001 From: Haoyin Xu Date: Mon, 8 Feb 2021 10:16:56 -0500 Subject: [PATCH 2/4] Update config.yml --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index fa9157446e..2d60c34293 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -2,7 +2,7 @@ version: 2.1 orbs: codecov: codecov/codecov@1.0.2 - + jobs: build: parameters: @@ -130,4 +130,4 @@ workflows: tags: only: /[0-9]+(\.[0-9]+)*/ branches: - ignore: /.*/ \ No newline at end of file + ignore: /.*/ From bc074827c234b1c8636cb2648fd46e1faa72f0a6 Mon Sep 17 00:00:00 2001 From: Haoyin Xu Date: Mon, 8 Feb 2021 22:16:55 -0500 Subject: [PATCH 3/4] Update DOI badge to cite all versions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index afb2fb0676..f74b673394 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # ProgLearn -[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.4276573.svg)](https://doi.org/10.5281/zenodo.4276573) +[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.4060264.svg)](https://doi.org/10.5281/zenodo.4060264) [![Build Status](https://circleci.com/gh/neurodata/ProgLearn/tree/main.svg?style=shield&circle-token=:circle-token)](https://app.circleci.com/pipelines/github/neurodata/ProgLearn) [![Codecov](https://codecov.io/gh/neurodata/ProgLearn/branches/main/graph/badge.svg)](https://codecov.io/gh/neurodata/ProgLearn) [![PyPI version](https://img.shields.io/pypi/v/proglearn.svg)](https://pypi.org/project/proglearn/) From 4048ff0c064762bad6faf7c3b49fdda6ffabc51d Mon Sep 17 00:00:00 2001 From: Haoyin Xu Date: Mon, 8 Feb 2021 22:17:41 -0500 Subject: [PATCH 4/4] Update DOI badge to cite all versions --- docs/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index b3e125f53a..37ffd91e41 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -7,8 +7,8 @@ Overview of ProgLearn_ .. _proglearn: https://proglearn.neurodata.io/ -.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.4276573.svg - :target: https://doi.org/10.5281/zenodo.4276573 +.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.4060264.svg + :target: https://doi.org/10.5281/zenodo.4060264 .. image:: https://circleci.com/gh/neurodata/ProgLearn/tree/main.svg?style=shield&circle-token=:circle-token :target: https://app.circleci.com/pipelines/github/neurodata/ProgLearn .. image:: https://codecov.io/gh/neurodata/ProgLearn/branches/main/graph/badge.svg