Skip to content

Releases: fmenardo/Treemmer

Treemmer_v0.3.py

13 Jun 15:15
Compare
Choose a tag to compare

Compatible with python 2 and python 3
Rewrote --prune_random to fix bug
Now works also if a tag present in -lm is not present in -lmc

Treemmer_v0.2.py

19 Feb 11:17
69e1dde
Compare
Choose a tag to compare
  • Update compatibility to joblib v.0.13.1
  • Add two options (-sX and -sRTL) to switch the pruning algorithm during a run

Treemmer_v0.1_beta

19 Sep 12:30
cd8f405
Compare
Choose a tag to compare
Treemmer_v0.1_beta Pre-release
Pre-release
  • Update compatibility to Joblib 0.12
  • Changed the call of the stop options, now it is possible to call -X and -RTL multiple times in the same run. For example "-X 100 50 -RTL .95" will output a reduced tree with 100 leaves, one with 50 leaves and one with 95% of the original tree length in the same run