Changed * RGB-image representation. Use NumPy structured dtype to represent color data. Simplify index calculations when color is not a dimension. * fuse_mask(): Accept variable mask, rendered in a specified colormap. * fuse_mask(): Save color map for later viewing. * Viewer: Display color map when this exists.
3.4.0rc2
* fuse_mask(): Accept variable mask, rendered in a specified colormap. * fuse_mask(): Save color map for later viewing. * Viewer: Display color map when this exists.
3.4.0rc0
* Release candidate rc0
3.4.0dev0
Changed * RGB-image representation. Use NumPy structured dtype to represent color data. Simplify index calculations when color is not a dimension.
3.3.3
Added * Series.get_roi() will now accept an existing Series grid as roi, in addition to a `vertices` dict. * Added Series.vertices_from_grid() * Moved get_slice_axis() and get_tag_axis from viewer.py to series.py.