Releases: raidionics/Raidionics
v1.1.0-alpha
Complete overhaul of the graphical user interface for better and more intuitive user experience.
The backend logic for automatic tumor segmentation, features computation, and standardized reporting have been left untouched.
PS: automatically attached source code is wrong, the current version corresponds to the design_update branch.
v1.0.0
This is the first official release of Raidionics, which is a software for automatic segmentation of brain tumors and computation of brain tumor features from MRIs.
The current version was the one used to conduct the experiments in the study "Preoperative brain tumor imaging: models and software for segmentation and standardized reporting" by Bouget et al. (2022).
The software and trained models are currently implemented for pre-operative MRIs and supports:
- Automatic extraction of brain tumor features presented in a standardized report
- Automatic segmentation of four different brain tumor types (high and low-grade gliomas, metastases, and meningiomas)
- Automatic brain extraction and atlas-based segmentation of other relevant structures
- Visualization of MRI together with (predicted) segmentations in 2D viewers
- Support for batch mode - ability to run analysis on a set of MRIs sequentially without user intervention
- Automatic logging and prompts for presenting analysis steps and final report
The release includes binary installers for Windows (>= v10, 64-bit), macOS (>= Catalina), and Ubuntu Linux (>= 18.04). Simply download the installer specific for your operating system.
To run the software, carefully read through the installation procedure before running (see here).
Full Changelog: https://github.com/dbouget/Raidionics/commits/v1.0.0
v1.0.0-rc2
First major release of Raidionics.
Full Changelog: v1.0.0-rc1...v1.0.0-rc2
v1.0.0-rc1
First major release of Raidionics.
What's Changed
- Added way to install binary releases using PyInstaller. by @andreped in #1
- Multi-OS build support by @andreped in #2
New Contributors
Full Changelog: https://github.com/dbouget/Raidionics/commits/v1.0.0-rc1