From d8018939faebc59121b2136d4ffaa25de82bebd4 Mon Sep 17 00:00:00 2001 From: Alejandro-Vega Date: Wed, 11 Mar 2026 10:50:42 -0400 Subject: [PATCH 1/2] add software release notes for 4.7.0 --- SoftwareReleaseNotes.json | 46 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) diff --git a/SoftwareReleaseNotes.json b/SoftwareReleaseNotes.json index c67f65b..f443f4d 100644 --- a/SoftwareReleaseNotes.json +++ b/SoftwareReleaseNotes.json @@ -1,6 +1,52 @@ { "HEADING": "Release Notes", "VERSIONS": [ + { + "id": "GC 4.7.0", + "versionNumber": "v4.7.0", + "heading": "Software Release: GC 4.7.0", + "releaseDate": "March 11, 2026", + "subHeadings": [ + "Release Notes - General Commons – Version GC FE Version: 4.7.0", + "Build Details:", + "FE Version: 4.7.0.24", + "BE Version: 4.7.0.24" + ], + "content": [ + { + "paragraph": "New Supported Features:", + "list": [ + "Integrated cancer Nanotechnology data into the General Commons - 10.17917", + "Implemented study accession to DOI-based identifiers for open access data", + { + "paragraph": "Nanotechnology Categories & Advanced Filtering", + "list": [ + { + "paragraph": "Introduced structured Nanotechnology Categories", + "list": [ + "Protocols", + "Publications", + "Characterizations", + "Composition" + ] + }, + "Added advanced sub-filters for improved data refinement for nanotechnology", + "Implemented custom donut chart behavior for enhanced visualization and interaction." + ] + }, + "Backend Query Updates for Nano Categories Updated backend queries to fully support new nanotechnology categories and advanced filters.", + "Implemented Protocol tab that resolves DOIs on the DOI site" + ] + }, + { + "paragraph": "Bug Fixes:", + "list": [ + "Query logic updated to accurately reflect the relationship between samples and diagnoses, improving data accuracy and reporting consistency.", + "Updated participant file processing to use study_participant_id, improving data consistency and traceability." + ] + } + ] + }, { "id": "GC 4.6.0", "versionNumber": "v4.6.0", From c5f10f6b5c3484120616669805d48122f2140091 Mon Sep 17 00:00:00 2001 From: Alejandro-Vega Date: Thu, 12 Mar 2026 10:44:30 -0400 Subject: [PATCH 2/2] fix: remove periods --- SoftwareReleaseNotes.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/SoftwareReleaseNotes.json b/SoftwareReleaseNotes.json index f443f4d..5730e70 100644 --- a/SoftwareReleaseNotes.json +++ b/SoftwareReleaseNotes.json @@ -31,18 +31,18 @@ ] }, "Added advanced sub-filters for improved data refinement for nanotechnology", - "Implemented custom donut chart behavior for enhanced visualization and interaction." + "Implemented custom donut chart behavior for enhanced visualization and interaction" ] }, - "Backend Query Updates for Nano Categories Updated backend queries to fully support new nanotechnology categories and advanced filters.", + "Backend Query Updates for Nano Categories Updated backend queries to fully support new nanotechnology categories and advanced filters", "Implemented Protocol tab that resolves DOIs on the DOI site" ] }, { "paragraph": "Bug Fixes:", "list": [ - "Query logic updated to accurately reflect the relationship between samples and diagnoses, improving data accuracy and reporting consistency.", - "Updated participant file processing to use study_participant_id, improving data consistency and traceability." + "Query logic updated to accurately reflect the relationship between samples and diagnoses, improving data accuracy and reporting consistency", + "Updated participant file processing to use study_participant_id, improving data consistency and traceability" ] } ]