Releases: stemangiola/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 #142
- simplify README by @stemangiola in #143
- Fix sample swap by @stemangiola in #145
Full Changelog: v1.11.1...v1.11.5
Fix column/row ordering in edge cases
What's Changed
- Create rworkflows.yml by @stemangiola in #139
- replace spread for pivot_wider with sorting + tests by @stemangiola in #140
- version UP by @stemangiola in #141
Full Changelog: v1.11.0...v1.11.1
annotation_numeric
What's Changed
- add distance to README by @stemangiola in #120
- Fix factor colour by @william-hutchison in #131
- reference for exported func by @myushen in #130
- Add anno numeric by @stemangiola in #138
New Contributors
- @william-hutchison made their first contribution in #131
- @myushen made their first contribution in #130
Full Changelog: v1.10.1...v1.11.0
Add layer_point size argument
What's Changed
- Add layer size by @stemangiola in #121
- fix docs by @stemangiola in #122
Full Changelog: v1.10.0...v1.10.1
New layers
What's Changed
- Adding new symbols to layer_symbol by @mattgalbraith in #106
- update README and vignette by @stemangiola in #109
- update README and padding by @stemangiola in #110
- add text framework by @stemangiola in #111
- Dev by @stemangiola in #112
New Contributors
- @mattgalbraith made their first contribution in #106
Full Changelog: v1.9.0...v1.10.0
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 #102
- update framework by @stemangiola in #99
- Dev by @stemangiola in #103
Full Changelog: v1.8.1...v1.9.0
v1.8.1
What's Changed
- Plus operator by @stemangiola in #96
- add as_ComplexHeatmap for more unusual operations with draw by @stemangiola in #95
- Allow color ramp in annotation by @stemangiola in #98
- Dev by @stemangiola in #97
Full Changelog: v1.7.0...v1.8.1
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 #81
- Dev by @stemangiola in #82
- Update README.md by @liamfitzstevens in #85
- Add anno height by @stemangiola in #84
- Dev by @stemangiola in #87
- increase font size of grouping by @stemangiola in #88
- update tests by @stemangiola in #90
- Dev by @stemangiola in #91
- Scale none by @stemangiola in #92
- Dev by @stemangiola in #93
New Contributors
- @liamfitzstevens made their first contribution in #85
Full Changelog: v1.3.0...v1.7.0
Jul 2021
This release has new layer options, and the possibility of overriding any basic aesthetics with ComplexHeatmap functionality.
Version used for RPharma
v1.1.5 update README