Skip to content

Commit

Permalink
Fix issues with docs for v0.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Li <[email protected]>
  • Loading branch information
adam2392 committed Oct 5, 2023
1 parent d88e9e4 commit 28db0fd
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 169 deletions.
162 changes: 33 additions & 129 deletions benchmarks_nonasv/notebooks/forest_ht_independent_data.ipynb

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,9 @@
"pygment_light_style": "tango",
"pygment_dark_style": "native",
"versions_dropdown": {
"dev": "v0.2 (devel)",
"stable": "v0.1",
"v0.3": "v0.3 (development)",
"v0.2": "v0.2",
"v0.1": "v0.1",
},
}

Expand Down
12 changes: 0 additions & 12 deletions doc/whats_new/v0.1.rst
Original file line number Diff line number Diff line change
@@ -1,18 +1,6 @@
:orphan:

.. include:: _contributors.rst

.. _changes_0_1:

What's new?
===========

Here we list a changelog of scikit-tree.

.. contents:: Contents
:local:
:depth: 3

.. currentmodule:: sktree

.. _v0_1:
Expand Down
16 changes: 2 additions & 14 deletions doc/whats_new/v0.2.rst
Original file line number Diff line number Diff line change
@@ -1,21 +1,9 @@
:orphan:

.. include:: _contributors.rst

.. _changes_0_2:

What's new?
===========

Here we list a changelog of scikit-tree.

.. contents:: Contents
:local:
:depth: 3

.. currentmodule:: sktree

.. _current:
.. _v0_2:

Version 0.2
===========
Expand All @@ -36,7 +24,7 @@ Changelog
- |API| Allow ``sqrt`` and ``log2`` keywords to be used for ``min_samples_split`` parameter in unsupervised forests, by `Adam Li`_ (:pr:`114`)
- |Feature| Implement extended isolation forest, by `Adam Li`_ (:pr:`101`)
- |Feature| Implementation of StreamDecisionForest, by `Haoyin Xu`_ and `Adam Li`_ (:pr:`116`)
- |Feature| Implementation of Permutation forests and a feature importance testing forest, by `Haoyin Xu`_, `Adam Li`_, `Sambit Panda` (:pr:`125`)
- |Feature| Implementation of Permutation forests and a feature importance testing forest, by `Haoyin Xu`_, `Adam Li`_, `Sambit Panda`_ (:pr:`125`)

Code and Documentation Contributors
-----------------------------------
Expand Down
12 changes: 0 additions & 12 deletions doc/whats_new/v0.3.rst
Original file line number Diff line number Diff line change
@@ -1,18 +1,6 @@
:orphan:

.. include:: _contributors.rst

.. _changes_0_3:

What's new?
===========

Here we list a changelog of scikit-tree.

.. contents:: Contents
:local:
:depth: 3

.. currentmodule:: sktree

.. _current:
Expand Down

0 comments on commit 28db0fd

Please sign in to comment.