From 5ede591520a0946d0b9d9534eced2274b2343b37 Mon Sep 17 00:00:00 2001 From: lshep Date: Tue, 15 Apr 2025 10:23:24 -0400 Subject: [PATCH 1/4] bump x.y.z version to even y prior to creation of RELEASE_3_21 branch --- DESCRIPTION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index 7a0eba2..bc34cee 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: gDRtestData Title: gDRtestData - R data package with testing dose response data -Version: 1.5.1 +Version: 1.6.0 Date: 2024-11-05 Description: R package with internal dose-response test data. Package provides functions to generate input testing data that can be used as the input for gDR pipeline. It also contains qs files From 10a5dc76b863f394e2955053ada3841db61118df Mon Sep 17 00:00:00 2001 From: lshep Date: Tue, 15 Apr 2025 10:23:24 -0400 Subject: [PATCH 2/4] bump x.y.z version to odd y following creation of RELEASE_3_21 branch --- DESCRIPTION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index bc34cee..7411bbb 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: gDRtestData Title: gDRtestData - R data package with testing dose response data -Version: 1.6.0 +Version: 1.7.0 Date: 2024-11-05 Description: R package with internal dose-response test data. Package provides functions to generate input testing data that can be used as the input for gDR pipeline. It also contains qs files From b92f420db906cce8ccf8b7ceab9d094699991fe1 Mon Sep 17 00:00:00 2001 From: Arkadiusz Gladki Date: Wed, 16 Apr 2025 08:30:00 +0200 Subject: [PATCH 3/4] chore: sync with BioC --- DESCRIPTION | 4 ++-- NEWS.md | 5 ++++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 7411bbb..5d3db9a 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: gDRtestData Title: gDRtestData - R data package with testing dose response data -Version: 1.7.0 -Date: 2024-11-05 +Version: 1.7.1 +Date: 2024-04-16 Description: R package with internal dose-response test data. Package provides functions to generate input testing data that can be used as the input for gDR pipeline. It also contains qs files with MAE data processed by gDR. diff --git a/NEWS.md b/NEWS.md index 1fcfb85..2586eeb 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,6 @@ +## gDRtestData 1.7.1 - 2025-04-16 +* synchronize Bioconductor and GitHub versioning + ## gDRtestData 1.5.1 - 2024-11-05 * synchronize Bioconductor and GitHub versioning @@ -117,4 +120,4 @@ ## gDRtestData 0.99.0 - 2023-03-31 * preparing package for Bioc submission * fix examples - \ No newline at end of file + From 59728d144b9350c6826c5dc2bc618fca5ca58256 Mon Sep 17 00:00:00 2001 From: Arkadiusz Gladki Date: Wed, 16 Apr 2025 09:52:59 +0200 Subject: [PATCH 4/4] chore: bump versions of gdrplatform reqs --- DESCRIPTION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index 5d3db9a..746cbf2 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -25,7 +25,7 @@ Imports: data.table Suggests: BiocStyle, - gDRstyle (>= 1.1.5), + gDRstyle (>= 1.7.1), knitr, qs, reshape2,