Skip to content

Commit f1d607c

Browse files
authored
0.8 release (#585)
* updated changelog * Rebuilding package with updated version and changelog
1 parent 9f98b22 commit f1d607c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+125
-225
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Unreleased - ???
3+
## [0.8.0] - 2021-09-27
44

55
### Fixed
66
* [#576](https://github.com/plotly/dash-bio/pull/576) Fixed abnormal memory consumption with Molecule3dViewer component when selecting residues or rotating the molecule (for more info see [#511](https://github.com/plotly/dash-bio/issues/511)).
@@ -9,6 +9,8 @@
99
### Added
1010
* [#567](https://github.com/plotly/dash-bio/pull/567) Added VariantMap component (see [#504](https://github.com/plotly/dash-bio/pull/504) for original PR).
1111
* [#573](https://github.com/plotly/dash-bio/pull/573) Added the ability to configure the FornaContainer hover info with `hoverPattern` prop and interpolated node keys (for more info see [#519](https://github.com/plotly/dash-bio/issues/519)).
12+
* [#579](https://github.com/plotly/dash-bio/pull/579) Added ability to resize the NeedlePlot component (for more info see [#545](https://github.com/plotly/dash-bio/issues/545)).
13+
* [#583](https://github.com/plotly/dash-bio/pull/583) Added the ability to manually set Sequence ID's for AlignmentChart component (for more info see [#421](https://github.com/plotly/dash-bio/issues/421)).
1214

1315
## [0.7.1] - 2021-07-26
1416

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: dashBio
22
Title: Open-source Bioinformatics Components for Dash
3-
Version: 0.7.1
3+
Version: 0.8.0
44
Description: A suite of components that makes it simpler to analyze and visualize bioinformatics data and interact with them in a Dash application.
55
Depends: R (>= 3.0.2), manhattanly
66
Imports: dash

NAMESPACE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ export(dashbioOncoPrint)
1313
export(dashbioPileup)
1414
export(dashbioSequenceViewer)
1515
export(dashbioSpeck)
16-
export(dashbioManhattan)
1716
export(dashbioVolcano)
17+
export(dashbioManhattan)
1818
import(manhattanly)
1919

2020
import(dash)

R/internal.R

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,168 +1,168 @@
11
.dashBio_js_metadata <- function() {
22
deps_metadata <- list(`dash_bio` = structure(list(name = "dash_bio",
3-
version = "0.7.1", src = list(href = NULL,
3+
version = "0.8.0", src = list(href = NULL,
44
file = "deps"), meta = NULL,
55
script = 'async-alignment.js',
66
stylesheet = NULL, head = NULL, attachment = NULL, package = "dashBio",
77
all_files = FALSE, async = TRUE), class = "html_dependency"),
88
`dash_bio` = structure(list(name = "dash_bio",
9-
version = "0.7.1", src = list(href = NULL,
9+
version = "0.8.0", src = list(href = NULL,
1010
file = "deps"), meta = NULL,
1111
script = 'async-circos.js',
1212
stylesheet = NULL, head = NULL, attachment = NULL, package = "dashBio",
1313
all_files = FALSE, async = TRUE), class = "html_dependency"),
1414
`dash_bio` = structure(list(name = "dash_bio",
15-
version = "0.7.1", src = list(href = NULL,
15+
version = "0.8.0", src = list(href = NULL,
1616
file = "deps"), meta = NULL,
1717
script = 'async-ideogram.js',
1818
stylesheet = NULL, head = NULL, attachment = NULL, package = "dashBio",
1919
all_files = FALSE, async = TRUE), class = "html_dependency"),
2020
`dash_bio` = structure(list(name = "dash_bio",
21-
version = "0.7.1", src = list(href = NULL,
21+
version = "0.8.0", src = list(href = NULL,
2222
file = "deps"), meta = NULL,
2323
script = 'async-igv.js',
2424
stylesheet = NULL, head = NULL, attachment = NULL, package = "dashBio",
2525
all_files = FALSE, async = TRUE), class = "html_dependency"),
2626
`dash_bio` = structure(list(name = "dash_bio",
27-
version = "0.7.1", src = list(href = NULL,
27+
version = "0.8.0", src = list(href = NULL,
2828
file = "deps"), meta = NULL,
2929
script = 'async-pileup.js',
3030
stylesheet = NULL, head = NULL, attachment = NULL, package = "dashBio",
3131
all_files = FALSE, async = TRUE), class = "html_dependency"),
3232
`dash_bio` = structure(list(name = "dash_bio",
33-
version = "0.7.1", src = list(href = NULL,
33+
version = "0.8.0", src = list(href = NULL,
3434
file = "deps"), meta = NULL,
3535
script = 'async-moleculeviewer2.js',
3636
stylesheet = NULL, head = NULL, attachment = NULL, package = "dashBio",
3737
all_files = FALSE, async = TRUE), class = "html_dependency"),
3838
`dash_bio` = structure(list(name = "dash_bio",
39-
version = "0.7.1", src = list(href = NULL,
39+
version = "0.8.0", src = list(href = NULL,
4040
file = "deps"), meta = NULL,
4141
script = 'async-moleculeviewer3.js',
4242
stylesheet = NULL, head = NULL, attachment = NULL, package = "dashBio",
4343
all_files = FALSE, async = TRUE), class = "html_dependency"),
4444
`dash_bio` = structure(list(name = "dash_bio",
45-
version = "0.7.1", src = list(href = NULL,
45+
version = "0.8.0", src = list(href = NULL,
4646
file = "deps"), meta = NULL,
4747
script = 'async-needle.js',
4848
stylesheet = NULL, head = NULL, attachment = NULL, package = "dashBio",
4949
all_files = FALSE, async = TRUE), class = "html_dependency"),
5050
`dash_bio` = structure(list(name = "dash_bio",
51-
version = "0.7.1", src = list(href = NULL,
51+
version = "0.8.0", src = list(href = NULL,
5252
file = "deps"), meta = NULL,
5353
script = 'async-nglmoleculeviewer.js',
5454
stylesheet = NULL, head = NULL, attachment = NULL, package = "dashBio",
5555
all_files = FALSE, async = TRUE), class = "html_dependency"),
5656
`dash_bio` = structure(list(name = "dash_bio",
57-
version = "0.7.1", src = list(href = NULL,
57+
version = "0.8.0", src = list(href = NULL,
5858
file = "deps"), meta = NULL,
5959
script = 'async-onco.js',
6060
stylesheet = NULL, head = NULL, attachment = NULL, package = "dashBio",
6161
all_files = FALSE, async = TRUE), class = "html_dependency"),
6262
`dash_bio` = structure(list(name = "dash_bio",
63-
version = "0.7.1", src = list(href = NULL,
63+
version = "0.8.0", src = list(href = NULL,
6464
file = "deps"), meta = NULL,
6565
script = 'async-sequence.js',
6666
stylesheet = NULL, head = NULL, attachment = NULL, package = "dashBio",
6767
all_files = FALSE, async = TRUE), class = "html_dependency"),
6868
`dash_bio` = structure(list(name = "dash_bio",
69-
version = "0.7.1", src = list(href = NULL,
69+
version = "0.8.0", src = list(href = NULL,
7070
file = "deps"), meta = NULL,
7171
script = 'async-speck.js',
7272
stylesheet = NULL, head = NULL, attachment = NULL, package = "dashBio",
7373
all_files = FALSE, async = TRUE), class = "html_dependency"),
7474
`dash_bio` = structure(list(name = "dash_bio",
75-
version = "0.7.1", src = list(href = NULL,
75+
version = "0.8.0", src = list(href = NULL,
7676
file = "deps"), meta = NULL,
7777
script = 'async-alignment.js.map',
7878
stylesheet = NULL, head = NULL, attachment = NULL, package = "dashBio",
7979
all_files = FALSE, dynamic = TRUE), class = "html_dependency"),
8080
`dash_bio` = structure(list(name = "dash_bio",
81-
version = "0.7.1", src = list(href = NULL,
81+
version = "0.8.0", src = list(href = NULL,
8282
file = "deps"), meta = NULL,
8383
script = 'async-circos.js.map',
8484
stylesheet = NULL, head = NULL, attachment = NULL, package = "dashBio",
8585
all_files = FALSE, dynamic = TRUE), class = "html_dependency"),
8686
`dash_bio` = structure(list(name = "dash_bio",
87-
version = "0.7.1", src = list(href = NULL,
87+
version = "0.8.0", src = list(href = NULL,
8888
file = "deps"), meta = NULL,
8989
script = 'async-ideogram.js.map',
9090
stylesheet = NULL, head = NULL, attachment = NULL, package = "dashBio",
9191
all_files = FALSE, dynamic = TRUE), class = "html_dependency"),
9292
`dash_bio` = structure(list(name = "dash_bio",
93-
version = "0.7.1", src = list(href = NULL,
93+
version = "0.8.0", src = list(href = NULL,
9494
file = "deps"), meta = NULL,
9595
script = 'async-igv.js.map',
9696
stylesheet = NULL, head = NULL, attachment = NULL, package = "dashBio",
9797
all_files = FALSE, dynamic = TRUE), class = "html_dependency"),
9898
`dash_bio` = structure(list(name = "dash_bio",
99-
version = "0.7.1", src = list(href = NULL,
99+
version = "0.8.0", src = list(href = NULL,
100100
file = "deps"), meta = NULL,
101101
script = 'async-pileup.js.map',
102102
stylesheet = NULL, head = NULL, attachment = NULL, package = "dashBio",
103103
all_files = FALSE, dynamic = TRUE), class = "html_dependency"),
104104
`dash_bio` = structure(list(name = "dash_bio",
105-
version = "0.7.1", src = list(href = NULL,
105+
version = "0.8.0", src = list(href = NULL,
106106
file = "deps"), meta = NULL,
107107
script = 'async-moleculeviewer2.js.map',
108108
stylesheet = NULL, head = NULL, attachment = NULL, package = "dashBio",
109109
all_files = FALSE, dynamic = TRUE), class = "html_dependency"),
110110
`dash_bio` = structure(list(name = "dash_bio",
111-
version = "0.7.1", src = list(href = NULL,
111+
version = "0.8.0", src = list(href = NULL,
112112
file = "deps"), meta = NULL,
113113
script = 'async-moleculeviewer3.js.map',
114114
stylesheet = NULL, head = NULL, attachment = NULL, package = "dashBio",
115115
all_files = FALSE, dynamic = TRUE), class = "html_dependency"),
116116
`dash_bio` = structure(list(name = "dash_bio",
117-
version = "0.7.1", src = list(href = NULL,
117+
version = "0.8.0", src = list(href = NULL,
118118
file = "deps"), meta = NULL,
119119
script = 'async-needle.js.map',
120120
stylesheet = NULL, head = NULL, attachment = NULL, package = "dashBio",
121121
all_files = FALSE, dynamic = TRUE), class = "html_dependency"),
122122
`dash_bio` = structure(list(name = "dash_bio",
123-
version = "0.7.1", src = list(href = NULL,
123+
version = "0.8.0", src = list(href = NULL,
124124
file = "deps"), meta = NULL,
125125
script = 'async-nglmoleculeviewer.js.map',
126126
stylesheet = NULL, head = NULL, attachment = NULL, package = "dashBio",
127127
all_files = FALSE, dynamic = TRUE), class = "html_dependency"),
128128
`dash_bio` = structure(list(name = "dash_bio",
129-
version = "0.7.1", src = list(href = NULL,
129+
version = "0.8.0", src = list(href = NULL,
130130
file = "deps"), meta = NULL,
131131
script = 'async-onco.js.map',
132132
stylesheet = NULL, head = NULL, attachment = NULL, package = "dashBio",
133133
all_files = FALSE, dynamic = TRUE), class = "html_dependency"),
134134
`dash_bio` = structure(list(name = "dash_bio",
135-
version = "0.7.1", src = list(href = NULL,
135+
version = "0.8.0", src = list(href = NULL,
136136
file = "deps"), meta = NULL,
137137
script = 'async-sequence.js.map',
138138
stylesheet = NULL, head = NULL, attachment = NULL, package = "dashBio",
139139
all_files = FALSE, dynamic = TRUE), class = "html_dependency"),
140140
`dash_bio` = structure(list(name = "dash_bio",
141-
version = "0.7.1", src = list(href = NULL,
141+
version = "0.8.0", src = list(href = NULL,
142142
file = "deps"), meta = NULL,
143143
script = 'async-speck.js.map',
144144
stylesheet = NULL, head = NULL, attachment = NULL, package = "dashBio",
145145
all_files = FALSE, dynamic = TRUE), class = "html_dependency"),
146146
`dash_bio` = structure(list(name = "dash_bio",
147-
version = "0.7.1", src = list(href = NULL,
147+
version = "0.8.0", src = list(href = NULL,
148148
file = "deps"), meta = NULL,
149149
script = 'bundle.js',
150150
stylesheet = NULL, head = NULL, attachment = NULL, package = "dashBio",
151151
all_files = FALSE), class = "html_dependency"),
152152
`dash_bio` = structure(list(name = "dash_bio",
153-
version = "0.7.1", src = list(href = NULL,
153+
version = "0.8.0", src = list(href = NULL,
154154
file = "deps"), meta = NULL,
155155
script = 'bundle.js.map',
156156
stylesheet = NULL, head = NULL, attachment = NULL, package = "dashBio",
157157
all_files = FALSE, dynamic = TRUE), class = "html_dependency"),
158158
`dash_bio-shared` = structure(list(name = "dash_bio-shared",
159-
version = "0.7.1", src = list(href = NULL,
159+
version = "0.8.0", src = list(href = NULL,
160160
file = "deps"), meta = NULL,
161161
script = 'dash_bio-shared.js',
162162
stylesheet = NULL, head = NULL, attachment = NULL, package = "dashBio",
163163
all_files = FALSE, async = TRUE), class = "html_dependency"),
164164
`dash_bio-shared` = structure(list(name = "dash_bio-shared",
165-
version = "0.7.1", src = list(href = NULL,
165+
version = "0.8.0", src = list(href = NULL,
166166
file = "deps"), meta = NULL,
167167
script = 'dash_bio-shared.js.map',
168168
stylesheet = NULL, head = NULL, attachment = NULL, package = "dashBio",

dash_bio/async-alignment.js

Lines changed: 17 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dash_bio/async-alignment.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dash_bio/async-circos.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dash_bio/async-circos.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dash_bio/async-ideogram.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dash_bio/async-igv.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)