Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add bug fixes in devel also to RELEASE 3_17 #21

Merged
merged 13 commits into from
Sep 12, 2023
Merged
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: cytoviewer
Version: 1.0.0
Version: 1.1.1
Title: An interactive multi-channel image viewer for R
Description:
This R package supports interactive visualization of multi-channel images
Expand Down
9 changes: 8 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,11 @@ Changes in version 0.99.2 (2023-04-13):
+ image download fix

Changes in version 0.99.3 (2023-04-18):
+ add initial color control for cell-level
+ add initial color control for cell-level

Changes in version 1.0.0 (2023-05-26):
+ version bump for bioconductor and biorxiv release

Changes in version 1.0.1 (2023-07-27):
+ added validation messages and fixes for metadata overlay
+ added more tests and validation checks
2 changes: 1 addition & 1 deletion R/outputs_cytoviewer.R
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

### Marker inputs
.create_updateSelectizeInput(image, mask, input, session)

### Outline inputs
output$Outline_controls <- .create_outline_controls(object, mask, input,
session)
Expand Down
Loading
Loading