KitwareMedical / tensorboard-plugin-3d

https://tensorboardplugin3d.readthedocs.io/en/latest/
33 stars 4 forks source link

Bump deps #54

Closed bnmajor closed 2 years ago

bnmajor commented 2 years ago

This bumps the itk-vtk-viewer CDN to 11.12.4 and the itk-viewer-material-ui to 0.2.0 which resolves the array buffer error that I was seeing on data toggle. Tested against the cached spleen notebook, the unet notebook, and the example notebook that I had previously created with the reproducible errors.

This also fixes a bug with the color range that always set the range from the previous dataset without accounting for the new data range. The range is now computed from the max of both range min values and the min of both range max values.

The plugin will be ready to be bumped to v1.0.0 after these changes are merged in.

thewtex commented 2 years ago

Wooooohoooo!! Mint that 1.0.0!

CC @aylward