This version includes:

- a new special macro-category name "Excluded" to exclude certain categories from the scale complexity computation;
- more brief functions for reduced output noise;
- extended valid names for macro-categories;
- an implementation of C-Score rewritten from the ground up;
- a new visualisation showing both categories and macro-categories together for better understanding scale complexity results;
- zooming synced through all subplots;
- a new implementation of count and size granularities;
- various quality of life improvements.

Fixes:

- fix alpha_per_image not being computed if De = 0.0 (a8c9a470)
- scale complexity was not being computed for single images (07eb52ed)
- the biggest bounding box was not being counted (ffcef802)

Breaking changes:

- functions marked as deprecated in previous versions have been removed.