-
Notifications
You must be signed in to change notification settings - Fork 64
/
7_ReleaseNotes.txt
176 lines (138 loc) · 5.75 KB
/
7_ReleaseNotes.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
/**
\page ReleaseNotes Changelog: Release Notes
- New training module
- Updated documentation
- Miscellaneous bug fixes
For a full list, please see https://github.com/CBICA/CaPTk/issues?q=is%3Aissue+is%3Aclosed
\subsection Known Issues
https://github.com/CBICA/CaPTk/issues
\subsection Older Versions
\subsubsection 1.8.0
- Fixes to Preprocessing
- NIfTI to DICOM writing improvements
- Registration improvements (rigid and deformable added to CLI and GUI)
- Bias correction improvements
- Added functionality in Utilities
- Label statistics (generic and BraTS-specific)
- Casting fixes
- BVEC reorientation
- Fixes to Feature Extraction
- Fixes to a lot of brain-cancer applications:
- PCA calculation
- Perfusion derivatives fixes
- Diffusion derivatives
- Survival fixes
- Recurrence fixes
- Pseudoprogression fixes
- Generic GUI bug fixes and improvements
- Added apply mask functionality from drawing panel
- Headers added to csv features files for multiple applications
- Fixed application font mismatch on GUI
- Fixed mask opacity change functionality from comparison mode
- Added Collage radiomic features to Feature Extraction module
- Documentation updates
\subsubsection 1.7.6
- New model and data for Pseudo-Progression Estimator
- Generic bug fixes and improvements
- Documentation updates
\subsubsection 1.7.5
- GUI improvements
- Algorithmic fixes for Neuro applications
- Better error handling added all around
- Linux installation updates
- Generic bug fixes and improvements
\subsubsection 1.7.3
- Light/Dark mode and font switcher
- Lots of new Utilities (NIfTI to DICOM & DICOM-Seg object conversion, Orientation change, Thresholding, File format conversion)
- New functions to deal with image "series" (extraction and joining)
- Automated Docker builds
- Generic bug fixes and improvements
\subsubsection 1.7.2
- Preferences dialog added (see File > Preferences)
- DICOM reading updates on the GUI
- DeepMedic runtime fixes
- Comparison mode works on 2 images
- Generic bug fixes and improvements
\subsubsection 1.7.1
- Better high DPI support for all supported platforms
- Updated documentation for whole package
- Generic bug fixes and improvements
\subsubsection 1.7.0
- New Applications and Tools
- Perfusion Alignment
- Deep Learning Inference Engine based on DeepMedic
- Native DICOM ingestion
- Preprocessing and Utilities added to create pipelines
- Spherical drawing
- Updates
- New Feature Families and image resampling added to Feature Extraction Panel
- Packaging improvements for macOS and Linux
- Updated "--help" for CLI applications
- CI/CD integration
- Comparison mode view
- Training Module improvements
- Annotation visualization improvements (single/multiple label view)
\subsubsection 1.6.1
- Generic bug fixes in several applications
- Feature Extraction fixes on par with IBSI
- OpenGL rendering added to better handle scaling issues
- New "Preprocessing" executable added which has a bunch of generic functionality
\subsubsection 1.6.0
- New applications have been added: Lung Cancer Segmentation/Analysis, Pseudo-Progression, EGFRvIII-SVM, Training Module, DeepMedic Segmentation, Greedy Registration
- Updates to Feature Extraction Panel (Lattice-based computation, new feature families)
- macOS package has been added
- Lots of bug-fixes and improvements
\subsubsection 1.5.0
- New applications added: Perfusion derivatives (ap-rCBV, PSR, PH), Diffusion derivatives (FA, AX, RAD, TR), PCA Volume Extraction, GBM Molecular Subtype Prediction, GBM Population Atlas
- Performance and UI improvements
- New user-centric documentation & intro, based on NIH/ITCR guidelines
- DICOM to NIfTI conversion
- Complete integration of WhiteStripe in the CaPTk UI (batch via CLI)
- Updated implementation of Directionality Estimation
\subsubsection 1.3.0
- Labels updated to support GLISTR and GLISTRboost outputs
- Added a way to invoke CaPTk from the command line to make QC of multiple subjects easier
- Double click to add tissue points and tumor point centers
- New applications added
- Performance and UI improvements
\subsubsection 1.2.0
- New applications added
- Interactive functionality updated
- Added central core for statistical analyses
- Bug fixes
\subsubsection 1.1.0
- Added functionality to drawing
- Documentation updated with more illustrative screenshots
\subsubsection 1.0.1
- Updated documentation outside and inside the application
- Random bug-fixes
\subsubsection 2017.02.01
- First public release of CaPTk_Full (version 1.0.0)
- Applications populated using highlighted algorithms from CBICA
- Feature Panel added to generate a comprehensive radiomic feature set for training
- More optimizations and bug-fixes in interaction
\subsubsection 2016.10.14
- Release for MICCAI 2016
- UI optimizations
- Seed point selector updated
\subsubsection 2016.09.05
- Move to a date-based versioning system for more clarity and coherence
- SeedSelector version for GLISTR, GLISTRboost, PORTR added to compilation
- Major UI overhaul with more dynamic elements
\subsubsection 0.0.2
- Bug fixes in the seed points are saved
- Generic interactive improvements
\subsubsection 0.0.1
- First (internal) release of CaPTk
- Mostly a prototype at this stage
- Interactive elements (seed-point initialization, ROI drawing) work properly
- Image loading for NIfTI and DICOM works
- Some applications have been added to the compilation for testing
Contact <a href="mailto:[email protected]">[email protected]</a> for questions, etc.
--------------------------------------------------------------------
--------------------------------------------------------------------
\htmlonly
<div align="right"><a href="People.html"><b>Next (People)<b></a>
\endhtmlonly
--------------------------------------------------------------------
*/