Skip to content

Releases: ivmartel/dwv

Annotations as DICOM SR

14 Nov 17:52
Compare
Choose a tag to compare

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.

⚠️ Massive API change regarding now deprecated state and new annotation classes.

First patch for v0.33

13 Jun 10:08
Compare
Choose a tag to compare

This quick patch fixes an issue with DICOM seg loading. See milestone 0.33.1 for details.

Some features and a lot of stability

06 Jun 17:13
Compare
Choose a tag to compare

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.

⚠️ I'm trying to make some efforts to include as few as possible API changes, but some maybe slipped in...

Sixth patch for v0.32

17 Apr 17:49
Compare
Choose a tag to compare

This release fixes a wrong content publish. See milestone 0.32.6 for details.

Fifth patch for v0.32

17 Apr 17:36
Compare
Choose a tag to compare

This release fixes images not filling the container div. See milestone 0.32.5 for details.

Fourth patch for v0.32

18 Mar 11:31
Compare
Choose a tag to compare

This release fixes wheel scroll triggering page scroll. See milestone 0.32.4 for details.

Fourth patch for v0.31

20 Feb 11:31
Compare
Choose a tag to compare

Relax loader tests. See milestone 0.31.4 for details.

Third patch for v0.31

19 Feb 18:01
Compare
Choose a tag to compare

Add smoothing to the app. See milestone 0.31.3 for details.

Third patch for v0.32

22 Sep 08:18
Compare
Choose a tag to compare

This release fixes writing of data with non official VR. See milestone 0.32.3 for details.

Second patch for v0.32

04 Sep 10:24
Compare
Choose a tag to compare

This release adds more types to the api of v0.32.0. See milestone 0.32.2 for details.

⚠️ More API changes...