Releases: ivmartel/dwv
Annotations as DICOM SR
This release changes drastically the way annotations are handled. They used to be tied to Konva from their handling to saving them. Their storage is now a DICOM SR, their internal representation are Annotation
and AnnotationGroup
. The DrawLayer
is the one responsible for creating the Konva representation of the annotations. Previous versions would create a DrawLayer
for each view, now the draw layer is only created when needed. This version supports the old state but this support will be removed in the next version.
See milestone 0.34.0 for details.
First patch for v0.33
This quick patch fixes an issue with DICOM seg loading. See milestone 0.33.1 for details.
Some features and a lot of stability
This release brings features such as the ability to write DICOM seg files, support for PET SUV and a lot of small improvements and bug fixes. See milestone 0.33.0 for details.
Sixth patch for v0.32
This release fixes a wrong content publish. See milestone 0.32.6 for details.
Fifth patch for v0.32
This release fixes images not filling the container div. See milestone 0.32.5 for details.
Fourth patch for v0.32
This release fixes wheel scroll triggering page scroll. See milestone 0.32.4 for details.
Fourth patch for v0.31
Relax loader tests. See milestone 0.31.4 for details.
Third patch for v0.31
Add smoothing to the app. See milestone 0.31.3 for details.
Third patch for v0.32
This release fixes writing of data with non official VR. See milestone 0.32.3 for details.
Second patch for v0.32
This release adds more types to the api of v0.32.0. See milestone 0.32.2 for details.