-
Notifications
You must be signed in to change notification settings - Fork 156
/
NEWS
172 lines (111 loc) · 4.88 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
Release v1.4.0
- Allow custom y-axis label and scale
- Keep spaces in set names when filling empty intersections
- fixed bug for single set (degree of 1) intersection query when using fromExpression
- Changed point shape to 16
- Include set_size.show paramter and added documentation
-----------------
Release v1.3.3
- Made element query compatible with check.names
- Removed border from active query bars
- Adjusted metadata heatmap and text title positions (centered title and removed 90 degree rotation)
-----------------
Release v1.3.2
- Update logarithmic axis and bar labels
- Allow decimal values for log scales
- Set intersection size axis min to 0 for log scales
-----------------
Release v1.3.1
- Fixed log scale bugs
- Allow users to label their own queries, which can be displayed in query legend
- Fixed query legend positioning bug. Allows query legend to be placed on top or bottom of plot grid
- Fixed warnings and notes from new ggplot2 release
- Updated plot margin of intersection size bar plot
-----------------
Release v1.3.0
- Introduced text scales for all plot axis labels, tick labels, set names, and numbers above the bars
- Removed names.size parameter and replaced it with a text scale
- Fixed vignettes so plot size and text is appropriately scaled
-----------------
Release v1.2.4
- Fixed check.names bug so that it reorders the set size bar plot, not just the set labels
- Show all intersections when nintersects is set to NA
-----------------
Release v1.2.3
- Allow user to keep order of sets entered when using sets parameter
- Updated Basic Usage vignette with example on how to do this
-----------------
Release v1.2.2
- Support for log10 and log2 scale transformations
-----------------
Release v1.2.1
- Updated vignettes
- Adjusted metadata plot text size for ggplot2 update
- Default gray88 color if matrix_rows metadata attribute used and no colors supplied
- Fixed metadata error so that matrix_rows may be used alone
- New link to UpSetR Shiny app in README
-----------------
Release v1.2.0
- Options for set metadata heat map, boolean heat map, text, and bar plot
- Allow for multiple set metadata plots
- Option to color matrix background using metadata
- Created set.metadata.plots vignette
- Removed set metadata example from attribute.plots vignette
- Size adjustment of geoms for ggplot2 version 2.1.0
-----------------
Release v1.1.1
- Added selective import from plyr package to avoid warning from gridExtra package update (Requested by CRAN)
-----------------
Release v1.1.0
- Added set metadata plot feature
- Added intersections parameter to include only intersections specified
- Reorder sets when using `sets` or `intersections` parameter
- Add label option for intersection size and set size bar plots
- Include boxplot summary example in attribute vignette
- Added set metadata example in attribute vignette and label parameter examples to basic usage vignette
-----------------
Release v1.0.3
- Fixed overlapping between matrix and intersection size bar plot (caused by late changes to ggplot2 update)
- Updated vignettes to regenerate plots from new code
-----------------
Release v1.0.2
- Updated vignettes to include examples of the fromExpression and fromList functions
- Changed to selective imports from grid package
-----------------
Release v1.0.1
- Fixed matrix plot to correctly work with new ggplot2 update
-----------------
Release v1.0.0
- Added directionality when choosing sets (-1,0,+1)
- Allowed for NA's in non-set columns
- Added increasing/decreasing options for ordering intersections
- Added fromList to convert a list of named vectors to an UpSetR data frame
- Added fromExpression to convert a vector acting as an expression to an UpSetR data frame
- Updated vignette for alternative input formats (list & expression)
-----------------
Release v.0.0.5
- Now plotting using the base grid package to make compatible with all versions of gridExtra package
- Allowed for element query overlay of intersection size bars
- Added vignettes of basic usage, queries, and attribute plots
- Matched set size font with intersection size font
- Added utils, stats, methods, grDevices to imports to be safe (usually pre-installed)
- Added badges
- Updated README
- Bumped required R version up to 3.0
-----------------
Release v.0.0.4
- changed aes to aes_string for ggplot2 aesthetics
-----------------
Release v0.0.3
- Fixed all CRAN issues
- changed all ggplot2 aesthetics to aes_string() to resort from using "hacky" methods to get around CRAN issues
-----------------
Release v0.0.2
- Renamed custom.plots as attribute.plots to better fit its purpose.
- Re-added query legend option when user selects for attribute plots
- Lowered minimum required R version.
- Allowed for 360 degree rotation of intersection size bar labels
- Changed default color of matrix shaing from dodgerblue to light gray
-----------------
Release v0.0.1
- First public release.