New features
* `map_measurements_on_labels()` function for generating parametric map images from unsorted tables and non-sequential label images. (thanks to romainGuiet and lazigu for raising the issue and zoccoler for fixing it)
* The `load_csv` function/menu now has a parameter/checkbox `show_table` for optionally not showing the table in the user interface. This solves issues with processing large tables (thanks to thorstenwagner for proposing this)
Potentially backwards compatibility breaking changes
* Support for unsorted, non-sequential measurement tables was added. Thus, when double-clicking a table column header, the results may be different compared to older versions. This is technically a bugfix.
Deprecated functions
* `visualize_measurement_on_labels()` is deprecated. Use `map_measurements_on_labels()` instead.
* `relabel()` is deprecated. Use `skimage.util.map_array()` instead.
**Full Changelog**: https://github.com/haesleinhuepf/napari-skimage-regionprops/compare/0.8.2...0.9.0