Skip to content

Commit df1bd76

Browse files
Merge releases/1.5.0-rc into main
2 parents 66d5630 + 7f34ac7 commit df1bd76

File tree

76 files changed

+3516
-64
lines changed

Some content is hidden

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

76 files changed

+3516
-64
lines changed

CHANGELOG.MD

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,33 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.5.0] - 2025-12-4
9+
10+
This release includes ability to:
11+
12+
- import BioDistribution datatype
13+
14+
- ability to generate Statistics Summary for the BioDistribution data [Statistics Dashboard Plugin](https://bitbucket.org/xnatx/statisticsdashboard_plugin)
15+
16+
- integration of Contrast Data implementation within PIXI which was added to core XNAT in version 1.9.3
17+
18+
- bug fixes relating to PDX and cell line datatypes
19+
20+
21+
### Added
22+
- [PIXI-159](https://radiologics.atlassian.net/browse/PIXI-159): Add a Biodistribution subject assessor
23+
- [PIXI-163](https://radiologics.atlassian.net/browse/PIXI-163): Create importer for Biodistribution data from CSV input
24+
- [PIXI-164](https://radiologics.atlassian.net/browse/PIXI-164): Create Biodistribution Report with Summary Statistics
25+
26+
### Fixed
27+
- [PIXI-197](https://radiologics.atlassian.net/browse/PIXI-197): BLI Session and Scans do not contain the modality field
28+
- [PIXI-215](https://radiologics.atlassian.net/browse/PIXI-215): Editing of PDX and removing passage number does not work via the Action -> Edit
29+
- [PIXI-228](https://radiologics.atlassian.net/browse/PIXI-228): XFT cast error when saving cell line
30+
31+
### Changed
32+
- [PIXI-204](https://radiologics.atlassian.net/browse/PIXI-204): Remove Statistics Dashboard files from Pixi Plugin. This is now located in the dedicated [Statistics Dashboard Plugin](https://bitbucket.org/xnatx/statisticsdashboard_plugin)
33+
- [PIXI-217](https://radiologics.atlassian.net/browse/PIXI-217): Tumor data model should be handled by Data Manager Role rather than the site admin
34+
835
## [1.4.0] - 2024-12-19
936

1037
This release mainly addresses compatibility issues with XNAT 1.9. Prior releases may not work with XNAT 1.9.

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ This is the repository for the PIXI XNAT plugin. PIXI is designed to help manage
44

55
For detailed information, installation instructions, and usage guidelines, please visit [pixi.org](https://pixi.org).
66

7+
This plugin depends on the statisticsdashboard_plugin from XNAT
8+
79
## Build
810

911
To build the PIXI XNAT plugin, run the following command:

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
}
99

1010
group "org.nrg.xnatx.plugins"
11-
version "1.4.0"
11+
version "1.5.0"
1212
description "PIXI Plugin for XNAT."
1313

1414
repositories {
@@ -105,6 +105,7 @@ java {
105105
}
106106

107107
jar {
108+
duplicatesStrategy = DuplicatesStrategy.EXCLUDE
108109
manifest = project.manifest {
109110
from gitManifest
110111
}
52.5 KB
Loading
9.48 KB
Loading
10.2 KB
Loading
9.2 KB
Loading
26.7 KB
Loading
15.7 KB
Loading
43.6 KB
Loading

0 commit comments

Comments
 (0)