Skip to content

Commit 94cb6c4

Browse files
luffmarkml-ebs-ext
andauthored
Release v1.2.0 to main (#15)
* Update shared code snippets. * Update shared code snippet. * #271640 [dv.edish] Feature requests - User-controlled axes ranges (#14) * Update version number to 1.2.0 --------- Co-authored-by: zxBIB Lechón,Miguel (MED BDS) EXTERNAL <miguel.lechon.ext@boehringer-ingelheim.com> Co-authored-by: ml-ebs-ext <157474668+ml-ebs-ext@users.noreply.github.com>
1 parent 9c893f6 commit 94cb6c4

15 files changed

Lines changed: 537 additions & 156 deletions

File tree

DESCRIPTION

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
Package: dv.edish
22
Type: Package
33
Title: eDISH Plot Module for DILI assessment
4-
Version: 1.1.0
4+
Version: 1.2.0
55
Authors@R:
66
c(
77
person("Boehringer-Ingelheim Pharma GmbH & Co.KG", role = c("cph", "fnd")),
8-
person("Isabel", "Glauss", email = "isabel.glauss@boehringer-ingelheim.com", role = c("aut", "cre"))
8+
person("Isabel", "Glauss", email = "isabel.glauss@boehringer-ingelheim.com", role = c("aut", "cre")),
9+
person("Mark", "Luff", email = "mark.luff.ext@boehringer-ingelheim.com", role = "aut")
910
)
1011
Description: This DaVinci package contains a module which is meant to support the assessment of drug-induced liver
1112
injury by means of the (modified) evaluation of Drug-Induced Serious Hepatotoxicity plot.

NEWS.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# dv.edish 1.2.0
2+
3+
- The user can now specify the x- and y-axis range limits, or go with the default `{plotly}` ranges.
4+
15
# dv.edish 1.1.0
26

37
- Remove support for data dispatchers.
@@ -18,7 +22,6 @@
1822
- When there is no data to display, e.g., due to filter settings, the module will provide a meaningful output.
1923
- The module has been updated to show commonly used default values for reference lines. For the x-axis, the default value is 3, and for the y-axis, the default value is 2.
2024

21-
2225
# dv.edish 1.0.1
2326

2427
- Bugfix: Bookmarking the app's state failed for arm and parameter selection but is fixed now.

0 commit comments

Comments
 (0)