Treeple

Latest version: v0.9.1

Safety actively analyzes 706267 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 3

0.10.0

What's Changed
* [MNT] updates for release by SUKI-O in https://github.com/neurodata/treeple/pull/297
* MAINT Fix meson build options by adam2392 in https://github.com/neurodata/treeple/pull/307
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/neurodata/treeple/pull/304
* added bottleneck for nan calculations by ryanhausen in https://github.com/neurodata/treeple/pull/306
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/neurodata/treeple/pull/308
* Bump pypa/cibuildwheel from 2.19.2 to 2.20.0 by dependabot in https://github.com/neurodata/treeple/pull/309
* MAINT Remove irrelevant files by adam2392 in https://github.com/neurodata/treeple/pull/312
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/neurodata/treeple/pull/313
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/neurodata/treeple/pull/315
* MAINT Remove NPY deprecated api warnings during meson build by adam2392 in https://github.com/neurodata/treeple/pull/318
* Update developer docs to ensure compatibility with latest scikit-learn. by ryanhausen in https://github.com/neurodata/treeple/pull/319
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/neurodata/treeple/pull/320
* MAINT Clean up Cython files by adam2392 in https://github.com/neurodata/treeple/pull/321
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/neurodata/treeple/pull/324
* FEA Add warning to control against runtime might when wanting to run comight by adam2392 in https://github.com/neurodata/treeple/pull/323
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/neurodata/treeple/pull/325
* Bump pypa/cibuildwheel from 2.20.0 to 2.21.2 by dependabot in https://github.com/neurodata/treeple/pull/332
* Sparse Implementation of `build_coleman_forest` plus a fix for bottleneck import by ryanhausen in https://github.com/neurodata/treeple/pull/317
* FEA Implement pruning using honest subsample data to fit the leaves by adam2392 in https://github.com/neurodata/treeple/pull/286

New Contributors
* ryanhausen made their first contribution in https://github.com/neurodata/treeple/pull/306

**Full Changelog**: https://github.com/neurodata/treeple/compare/v0.9.1...v0.10.0

0.9.1

What's Changed

0.8.0

What's Changed

0.7.1

* MAINT Remove requirements files by adam2392 in https://github.com/neurodata/scikit-tree/pull/240
* Bump softprops/action-gh-release from 1 to 2 by dependabot in https://github.com/neurodata/scikit-tree/pull/243
* Bump pypa/cibuildwheel from 2.16.5 to 2.17.0 by dependabot in https://github.com/neurodata/scikit-tree/pull/244
* MAINT Adding meson compiler directives by adam2392 in https://github.com/neurodata/scikit-tree/pull/242
* MAINT Update submodule commit and remove cnp imports where possible by adam2392 in https://github.com/neurodata/scikit-tree/pull/249
* DOC Fix docs by adam2392 in https://github.com/neurodata/scikit-tree/pull/252
* FIX correct simulation class label for linear by PSSF23 in https://github.com/neurodata/scikit-tree/pull/254
* ENH add treeple tutorials to website by PSSF23 in https://github.com/neurodata/scikit-tree/pull/256
* FIX reverse simulation labels by PSSF23 in https://github.com/neurodata/scikit-tree/pull/258
* FIX correct bug for tree posteriors by PSSF23 in https://github.com/neurodata/scikit-tree/pull/259
* ENH optimize & add treeple tutorial figures by PSSF23 in https://github.com/neurodata/scikit-tree/pull/260
* FIX Raise error when missing-values encountered in scikit-tree trees by adam2392 in https://github.com/neurodata/scikit-tree/pull/264
* DOC update tutorial figure & format & ENH optimize p value calculation by PSSF23 in https://github.com/neurodata/scikit-tree/pull/273
* change `ValueError` to `RuntimeWarning` when `n_dim < n_informative` by sampan501 in https://github.com/neurodata/scikit-tree/pull/279
* DOC optimize documentation & change function name by PSSF23 in https://github.com/neurodata/scikit-tree/pull/280
* MAINT Fix CI by adam2392 in https://github.com/neurodata/scikit-tree/pull/281
* Bump pypa/cibuildwheel from 2.17.0 to 2.18.1 by dependabot in https://github.com/neurodata/scikit-tree/pull/277
* MAINT `HonestForestClassifier` now has `bootstrap=True` as the default. And removing old MIGHT code by adam2392 in https://github.com/neurodata/scikit-tree/pull/274
* MAINT Try coverage config specify pyproject.toml by adam2392 in https://github.com/neurodata/scikit-tree/pull/285
* Bump pypa/cibuildwheel from 2.18.1 to 2.19.1 by dependabot in https://github.com/neurodata/scikit-tree/pull/284
* ENH, FIX i) `build_oob_forest` backwards compatiblility with sklearn and ii) HonestForest stratification during bootstrap by adam2392 in https://github.com/neurodata/scikit-tree/pull/283


**Full Changelog**: https://github.com/neurodata/scikit-tree/compare/v0.7.0...v0.8.0

0.7.0

What's Changed
* Bump actions/setup-python from 4 to 5 by dependabot in https://github.com/neurodata/scikit-tree/pull/189
* Bump actions/upload-artifact from 3 to 4 by dependabot in https://github.com/neurodata/scikit-tree/pull/190
* Bump actions/download-artifact from 3 to 4 by dependabot in https://github.com/neurodata/scikit-tree/pull/191
* ENH add MI simulations by PSSF23 in https://github.com/neurodata/scikit-tree/pull/199
* [ENH] Efficient out-of-bag computation per honest tree by adam2392 in https://github.com/neurodata/scikit-tree/pull/200
* Bump actions/cache from 3 to 4 by dependabot in https://github.com/neurodata/scikit-tree/pull/202
* Bump pypa/cibuildwheel from 2.16.2 to 2.16.4 by dependabot in https://github.com/neurodata/scikit-tree/pull/205
* [ENH] Allow HonestForest to sample higher than max_samples of bootstraps by adam2392 in https://github.com/neurodata/scikit-tree/pull/206

0.6.1

What's Changed

Page 1 of 3

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.