* fix: fix list index out of range error caused by calling LayoutElements.from_list() with empty list
0.8.0
* fix: fix missing source after cleaning layout elements * **BREAKING** Remove chipper model
0.7.41
* fix: fix incorrect type casting with higher versions of `numpy` when substracting a `float` from an `int` array * fix: fix a bug where class id 0 becomes class type `None` when calling `LayoutElements.as_list()`
0.7.40
* fix: store probabilities with `float` data type instead of `int`
0.7.39
* fix: Correctly assign mutable default value to variable in `LayoutElements` class
0.7.38
* fix: Correctly assign mutable default value to variable in `TextRegions` class