Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Li <adam2392@gmail.com>
  • Loading branch information
adam2392 committed Feb 24, 2024
1 parent 3938e98 commit 083e3d3
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 6 deletions.
11 changes: 8 additions & 3 deletions doc/_static/versions.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
[
{
"name": "0.7 (devel)",
"name": "0.8 (devel)",
"version": "dev",
"url": "https://docs.neurodata.io/scikit-tree/dev/"
},
{
"name": "0.6",
"name": "0.7",
"version": "stable",
"url": "https://docs.neurodata.io/scikit-tree/dev/"
"url": "https://docs.neurodata.io/scikit-tree/stable/"
},
{
"name": "0.6",
"version": "0.6",
"url": "https://docs.neurodata.io/scikit-tree/v0.6/"
},
{
"name": "0.5",
Expand Down
3 changes: 2 additions & 1 deletion doc/whats_new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@ on libraries.io to be notified when new versions are released.
Version 0.4 <whats_new/v0.4.rst>
Version 0.5 <whats_new/v0.5.rst>
Version 0.6 <whats_new/v0.6.rst>
Version 0.7 (Unreleased) <whats_new/v0.7.rst>
Version 0.7 <whats_new/v0.7.rst>
Version 0.8 (Unreleased) <whats_new/v0.8.rst>

9 changes: 7 additions & 2 deletions doc/whats_new/v0.7.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,17 @@
.. include:: _contributors.rst
.. currentmodule:: sktree

.. _current:
.. _v0_7:

Version 0.7
===========

**In Development**
This release adds the ability to separate in-bag and out-of-bag samples for
any forest model. We also introduce a new class for fitting honest forests while
permuting the covariate index, and a new set of simulations based on Marron and Wand 1992.

In addition, various patches were made in terms of how to use scikit-tree for hypothesis
testing of feature sets.

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

.. include:: _contributors.rst
.. currentmodule:: sktree

.. _current:

Version 0.8
===========

**In Development**

Changelog
---------

Code and Documentation Contributors
-----------------------------------

Thanks to everyone who has contributed to the maintenance and improvement of
the project since version inception, including:

* `Adam Li`_

0 comments on commit 083e3d3

Please sign in to comment.