Recent Releases of tidyHeatmap
tidyHeatmap - v1.12.0 New grouping style
What's Changed
- Address 3 way sum by @stemangiola in https://github.com/stemangiola/tidyHeatmap/pull/151
- Fix tidyHeatmap issue %23134 by @stemangiola in https://github.com/stemangiola/tidyHeatmap/pull/149
- Grouping style 2 by @stemangiola in https://github.com/stemangiola/tidyHeatmap/pull/148
- Na in annotations by @stemangiola in https://github.com/stemangiola/tidyHeatmap/pull/153
Full Changelog: https://github.com/stemangiola/tidyHeatmap/compare/v1.11.5...v1.11.8
What's Changed
- Address 3 way sum by @stemangiola in https://github.com/stemangiola/tidyHeatmap/pull/151
- Fix tidyHeatmap issue %23134 by @stemangiola in https://github.com/stemangiola/tidyHeatmap/pull/149
- Grouping style 2 by @stemangiola in https://github.com/stemangiola/tidyHeatmap/pull/148
- Na in annotations by @stemangiola in https://github.com/stemangiola/tidyHeatmap/pull/153
Full Changelog: https://github.com/stemangiola/tidyHeatmap/compare/v1.11.5...v1.12.0
Scientific Software - Peer-reviewed
- R
Published by stemangiola 9 months ago
tidyHeatmap - Fixed breaking change from pull/145
The main fix is the annotation ordering, that was broken when group ordering was fixed in the original pull/145
What's Changed
- vignettes build README.md by @stemangiola in https://github.com/stemangiola/tidyHeatmap/pull/142
- simplify README by @stemangiola in https://github.com/stemangiola/tidyHeatmap/pull/143
- Fix sample swap by @stemangiola in https://github.com/stemangiola/tidyHeatmap/pull/145
Full Changelog: https://github.com/stemangiola/tidyHeatmap/compare/v1.11.1...v1.11.5
Scientific Software - Peer-reviewed
- R
Published by stemangiola about 1 year ago
tidyHeatmap - Fix column/row ordering in edge cases
What's Changed
- Create rworkflows.yml by @stemangiola in https://github.com/stemangiola/tidyHeatmap/pull/139
- replace spread for pivot_wider with sorting + tests by @stemangiola in https://github.com/stemangiola/tidyHeatmap/pull/140
- version UP by @stemangiola in https://github.com/stemangiola/tidyHeatmap/pull/141
Full Changelog: https://github.com/stemangiola/tidyHeatmap/compare/v1.11.0...v1.11.1
Scientific Software - Peer-reviewed
- R
Published by stemangiola about 1 year ago
tidyHeatmap - annotation_numeric
What's Changed
- add distance to README by @stemangiola in https://github.com/stemangiola/tidyHeatmap/pull/120
- Fix factor colour by @william-hutchison in https://github.com/stemangiola/tidyHeatmap/pull/131
- reference for exported func by @myushen in https://github.com/stemangiola/tidyHeatmap/pull/130
- Add anno numeric by @stemangiola in https://github.com/stemangiola/tidyHeatmap/pull/138
New Contributors
- @william-hutchison made their first contribution in https://github.com/stemangiola/tidyHeatmap/pull/131
- @myushen made their first contribution in https://github.com/stemangiola/tidyHeatmap/pull/130
Full Changelog: https://github.com/stemangiola/tidyHeatmap/compare/v1.10.1...v1.11.0
Scientific Software - Peer-reviewed
- R
Published by stemangiola about 1 year ago
tidyHeatmap - Add layer_point size argument
What's Changed
- Add layer size by @stemangiola in https://github.com/stemangiola/tidyHeatmap/pull/121
- fix docs by @stemangiola in https://github.com/stemangiola/tidyHeatmap/pull/122
Full Changelog: https://github.com/stemangiola/tidyHeatmap/compare/v1.10.0...v1.10.1
Scientific Software - Peer-reviewed
- R
Published by stemangiola almost 3 years ago
tidyHeatmap - New layers
What's Changed
- Adding new symbols to layer_symbol by @mattgalbraith in https://github.com/stemangiola/tidyHeatmap/pull/106
- update README and vignette by @stemangiola in https://github.com/stemangiola/tidyHeatmap/pull/109
- update README and padding by @stemangiola in https://github.com/stemangiola/tidyHeatmap/pull/110
- add text framework by @stemangiola in https://github.com/stemangiola/tidyHeatmap/pull/111
- Dev by @stemangiola in https://github.com/stemangiola/tidyHeatmap/pull/112
New Contributors
- @mattgalbraith made their first contribution in https://github.com/stemangiola/tidyHeatmap/pull/106
Full Changelog: https://github.com/stemangiola/tidyHeatmap/compare/v1.9.0...v1.10.0
Scientific Software - Peer-reviewed
- R
Published by stemangiola about 3 years ago
tidyHeatmap - v1.9.0 Major release with grammar change
The main change in v1.9.0 is the soft deprecation of add* in favour of annotation*.
Other minor improvements are listed below.
What's Changed
- update tests and add padding by @stemangiola in https://github.com/stemangiola/tidyHeatmap/pull/102
- update framework by @stemangiola in https://github.com/stemangiola/tidyHeatmap/pull/99
- Dev by @stemangiola in https://github.com/stemangiola/tidyHeatmap/pull/103
Full Changelog: https://github.com/stemangiola/tidyHeatmap/compare/v1.8.1...v1.9.0
Scientific Software - Peer-reviewed
- R
Published by stemangiola over 3 years ago
tidyHeatmap - v1.8.1
What's Changed
- Plus operator by @stemangiola in https://github.com/stemangiola/tidyHeatmap/pull/96
- add as_ComplexHeatmap for more unusual operations with draw by @stemangiola in https://github.com/stemangiola/tidyHeatmap/pull/95
- Allow color ramp in annotation by @stemangiola in https://github.com/stemangiola/tidyHeatmap/pull/98
- Dev by @stemangiola in https://github.com/stemangiola/tidyHeatmap/pull/97
Full Changelog: https://github.com/stemangiola/tidyHeatmap/compare/v1.7.0...v1.8.1
Scientific Software - Peer-reviewed
- R
Published by stemangiola almost 4 years ago
tidyHeatmap - May 2022 - Scale none by default
The argument .scale is now deprecated in favour of scale, and it is non by default. After few requests from the user-base. This change change the meaning of old code! To help with this destructive behaviour we added a warning to inform the user. The application of such impactful change is an absolute exception, in the development of tdyHeatmap.
What's Changed
- Ellipse for annotation by @stemangiola in https://github.com/stemangiola/tidyHeatmap/pull/81
- Dev by @stemangiola in https://github.com/stemangiola/tidyHeatmap/pull/82
- Update README.md by @liamfitzstevens in https://github.com/stemangiola/tidyHeatmap/pull/85
- Add anno height by @stemangiola in https://github.com/stemangiola/tidyHeatmap/pull/84
- Dev by @stemangiola in https://github.com/stemangiola/tidyHeatmap/pull/87
- increase font size of grouping by @stemangiola in https://github.com/stemangiola/tidyHeatmap/pull/88
- update tests by @stemangiola in https://github.com/stemangiola/tidyHeatmap/pull/90
- Dev by @stemangiola in https://github.com/stemangiola/tidyHeatmap/pull/91
- Scale none by @stemangiola in https://github.com/stemangiola/tidyHeatmap/pull/92
- Dev by @stemangiola in https://github.com/stemangiola/tidyHeatmap/pull/93
New Contributors
- @liamfitzstevens made their first contribution in https://github.com/stemangiola/tidyHeatmap/pull/85
Full Changelog: https://github.com/stemangiola/tidyHeatmap/compare/v1.3.0...v1.7.0
Scientific Software - Peer-reviewed
- R
Published by stemangiola almost 4 years ago
tidyHeatmap - Jul 2021
This release has new layer options, and the possibility of overriding any basic aesthetics with ComplexHeatmap functionality.
Scientific Software - Peer-reviewed
- R
Published by stemangiola almost 5 years ago
tidyHeatmap - Version used for RPharma
Scientific Software - Peer-reviewed
- R
Published by stemangiola over 5 years ago
tidyHeatmap - CRAN release after publication
Scientific Software - Peer-reviewed
- R
Published by stemangiola over 5 years ago
tidyHeatmap - JOSS-publication-polished
Scientific Software - Peer-reviewed
- R
Published by stemangiola over 5 years ago
tidyHeatmap - JOSS-publication
Scientific Software - Peer-reviewed
- R
Published by stemangiola over 5 years ago
tidyHeatmap - Annotation types
Scientific Software - Peer-reviewed
- R
Published by stemangiola almost 6 years ago