Recent Releases of dendextend
dendextend - 1.19.1
What's Changed
- Removed deprecated with_mock() from tests by @alecbuetow in https://github.com/talgalili/dendextend/pull/153
- Fixed Issue #154 - Debian error in untangle_DendSer by @alecbuetow in https://github.com/talgalili/dendextend/pull/155
- Fixed test-ggdend warning by @alecbuetow in https://github.com/talgalili/dendextend/pull/157
Full Changelog: https://github.com/talgalili/dendextend/compare/1.19.0...1.19.1
- R
Published by talgalili 11 months ago
dendextend - 1.19.0
What's Changed
- Fix roxygen2 issue with all/all.equal ambiguity by @MichaelChirico in https://github.com/talgalili/dendextend/pull/127
- Added Tests for Untangle.R by @alecbuetow in https://github.com/talgalili/dendextend/pull/128
- Added tests for cutree.dendrogram by @alecbuetow in https://github.com/talgalili/dendextend/pull/129
- Test Cases Added by @alecbuetow in https://github.com/talgalili/dendextend/pull/130
- Tests for rotate.R by @alecbuetow in https://github.com/talgalili/dendextend/pull/132
- Added tests for bk_method by @alecbuetow in https://github.com/talgalili/dendextend/pull/133
- Tests for color_branches by @alecbuetow in https://github.com/talgalili/dendextend/pull/134
- Added tests for branchesattrby.R by @alecbuetow in https://github.com/talgalili/dendextend/pull/135
- Added tests for common_subtrees.R by @alecbuetow in https://github.com/talgalili/dendextend/pull/136
- Added tests for pvclust.R by @alecbuetow in https://github.com/talgalili/dendextend/pull/137
- Adding Tests for tanglegram.R by @alecbuetow in https://github.com/talgalili/dendextend/pull/138
- Additional coverage for tanglegram.R by @alecbuetow in https://github.com/talgalili/dendextend/pull/139
- Added tests for rect.dendrogram by @alecbuetow in https://github.com/talgalili/dendextend/pull/140
- Tests for find_k added by @alecbuetow in https://github.com/talgalili/dendextend/pull/141
- Added tests for sample.dendrogram.R, coloreddots.R and coloredbars.R by @alecbuetow in https://github.com/talgalili/dendextend/pull/142
- Added tests for all files with no coverage by @alecbuetow in https://github.com/talgalili/dendextend/pull/143
- Added tests for stats_imports.R by @alecbuetow in https://github.com/talgalili/dendextend/pull/144
- Added tests for 10 files by @alecbuetow in https://github.com/talgalili/dendextend/pull/145
- Added / corrected tests for 9 files by @alecbuetow in https://github.com/talgalili/dendextend/pull/147
- Added tests by @alecbuetow in https://github.com/talgalili/dendextend/pull/148
New Contributors
- @MichaelChirico made their first contribution in https://github.com/talgalili/dendextend/pull/127
Full Changelog: https://github.com/talgalili/dendextend/compare/1.18.1...1.19.0
- R
Published by talgalili over 1 year ago
dendextend - 1.18.1
Full Changelog: https://github.com/talgalili/dendextend/compare/1.18.0...1.18.1
- R
Published by talgalili over 1 year ago
dendextend - 1.18.0
What's Changed
- Adding function reindex_dendro to resolve problems with as.hclust by @JohnMCMa in https://github.com/talgalili/dendextend/pull/39
- Bugfix seriate_dendrogram by @alanocallaghan in https://github.com/talgalili/dendextend/pull/58
- Functions that help to extract subdendrogram structures by @storaged in https://github.com/talgalili/dendextend/pull/62
- Inner nodes by @hummelma in https://github.com/talgalili/dendextend/pull/70
- Create colored_Dots.R by @chasemc in https://github.com/talgalili/dendextend/pull/60
- Changed prune_leaf() to prune non-binary trees by @hypercompetent in https://github.com/talgalili/dendextend/pull/76
- Update distinct_edges.R by @jdetribol in https://github.com/talgalili/dendextend/pull/80
- added function that extract au/bp info from pvclust obj (refer to Issues #83) by @SplitInf in https://github.com/talgalili/dendextend/pull/91
- Unbranch keep original ordering by @samperochkin in https://github.com/talgalili/dendextend/pull/87
- style package using styler::style_pkg by @alanocallaghan in https://github.com/talgalili/dendextend/pull/95
- Update tanglegram.R by @DBradley27 in https://github.com/talgalili/dendextend/pull/96
- fixed 'type = "triangle"' error in https://github.com/talgalili/dendextend/pull/99
- Update get_subdendrograms.R by @chasemc in https://github.com/talgalili/dendextend/pull/105
- Add argument coloreddots(dotsize) by @chasemc in https://github.com/talgalili/dendextend/pull/100
- Replace FALSE with "none" in ggplot2::guides() to prevent warning by @juba in https://github.com/talgalili/dendextend/pull/107
- added support for "bg" attribute for nodes and leaves by @pschupp in https://github.com/talgalili/dendextend/pull/109
- Added stepBothSides algorithm to untangle methods by @alecbuetow in https://github.com/talgalili/dendextend/pull/122
- Added 2 Tests for Untangle.R by @alecbuetow in https://github.com/talgalili/dendextend/pull/123
- Fixed rect.dendogram 2 rectangle bug by @alecbuetow in https://github.com/talgalili/dendextend/pull/124
New Contributors
- @JohnMCMa made their first contribution in https://github.com/talgalili/dendextend/pull/39
- @alanocallaghan made their first contribution in https://github.com/talgalili/dendextend/pull/58
- @storaged made their first contribution in https://github.com/talgalili/dendextend/pull/62
- @hummelma made their first contribution in https://github.com/talgalili/dendextend/pull/70
- @chasemc made their first contribution in https://github.com/talgalili/dendextend/pull/60
- @hypercompetent made their first contribution in https://github.com/talgalili/dendextend/pull/76
- @jdetribol made their first contribution in https://github.com/talgalili/dendextend/pull/80
- @SplitInf made their first contribution in https://github.com/talgalili/dendextend/pull/91
- @samperochkin made their first contribution in https://github.com/talgalili/dendextend/pull/87
- @DBradley27 made their first contribution in https://github.com/talgalili/dendextend/pull/96
- @juba made their first contribution in https://github.com/talgalili/dendextend/pull/107
- @pschupp made their first contribution in https://github.com/talgalili/dendextend/pull/109
- @alecbuetow made their first contribution in https://github.com/talgalili/dendextend/pull/122
Full Changelog: https://github.com/talgalili/dendextend/compare/1.5.0...1.18.0
- R
Published by talgalili over 1 year ago