|
| 1 | +# dendroNetwork: news {#dendroNetwork} |
| 2 | + |
| 3 | +## dendroNetwork 0.5.2 (development) |
| 4 | + |
| 5 | +### New features |
| 6 | + |
| 7 | +### Minor improvements |
| 8 | + |
| 9 | +- added a CONTRIBUTING.md file for contribution guidelines |
| 10 | + |
| 11 | +### Bug Fixes |
| 12 | + |
| 13 | +- corrected bug in cyto_clean_styles() |
| 14 | +- corrected error in wuchwerte(). It is not using the anos1 dataset from dplR anymore |
| 15 | +- corrected error in cyto_create_gn_style and cyto_create_cpm_style |
| 16 | + |
| 17 | +### Deprecated and defunct |
| 18 | + |
| 19 | +- dev-folder removed, since this was not needed (created by biocthis) |
| 20 | + |
| 21 | +### Documentation fixes |
| 22 | + |
| 23 | +- update acknowledgements in readme and paper |
| 24 | +- corrected text of documentation in cor_mat_overlap() |
| 25 | +- added pkgdown site: <https://ronaldvisser.github.io/dendroNetwork/> |
| 26 | +- moved some images to man/figures |
| 27 | +- added Vignette on Cytoscape use |
| 28 | +- moved information for using big datasett to seperate vignette |
| 29 | +- updated README: added more installion instructions |
| 30 | +- corrected examples in cyto_create_gn_style and cyto_create_cpm_style |
| 31 | + |
| 32 | +### Continous integration |
| 33 | + |
| 34 | +# dendroNetwork 0.5.1 (2024-02-10) |
| 35 | + |
| 36 | +### New features |
| 37 | + |
| 38 | +### Minor improvements |
| 39 | + |
| 40 | +- replaced igraph::graph.data.frame() with igraph::graph_from_data_frame(), since the former is deprecated in igraph 2.0.0 |
| 41 | +- replaced igraph::is.simple with igraph::is_simple |
| 42 | +- replaced igraph::decompose.graph with igraph::decompose |
| 43 | +- correction to calls to functions grDevices::colorRampPalette and stats::pnorm |
| 44 | + |
| 45 | +### Bug Fixes |
| 46 | + |
| 47 | +### Deprecated and defunct |
| 48 | + |
| 49 | +### Documentation fixes |
| 50 | + |
| 51 | +- minor corrections to README |
| 52 | +- added codemeta.json using codemetar::write_codemeta() |
| 53 | +- added .github/CONTRIBUTING.md using usethis::use_tidy_contributing() |
| 54 | +- DESCRIPTION: added URL and BugReports to DESCRIPTION + package checks |
| 55 | +- correction in clique_community_names(\_par) functions, due to [k] seen as link |
| 56 | +- added \dontrun{} to cytoscape functions |
| 57 | + |
| 58 | +### Continous integration |
| 59 | + |
| 60 | +- added GitHub Action for BiocMananager (<https://lcolladotor.github.io/biocthis/index.html>) |
| 61 | +- added more tests |
| 62 | +- excluded Cytoscape-functions from testing |
| 63 | + |
| 64 | +# dendroNetwork 0.5.0 (2024-02-08) |
| 65 | + |
| 66 | +### New features |
| 67 | + |
| 68 | +- First public release \### Minor improvements \### Bug Fixes \### Deprecated and defunct \### Documentation fixes \### Continous integration |
0 commit comments