Version 0.2.0 with several updates, one minor API change and significant performance improvements.
API changes:
- `AverageCharacter` allows calculation of multiple modes (mean, median, mode) at the same time. Each can be accessed via its own attribute. Apart from `mean`, none is accessible using `.series` anymore. (147)
Enhancements:
- `Shannon` index (158)
- `Simpson` allows Gini-Simpson and Inverse Simpson index modes (157)
- Diversity classes support categorical values (159)
- `SegmentsLength` allows sum and mean at the same time (146)
- `AverageCharacter` allows calculation of multiple modes (mean, median, mode) at the same time (147)
- Better compatibility with OSMnx Graphs (149)
- `Orientation` support LineString geometry (156)
- `AreaRatio` for uneven number of features (135)
- Performance improvements (144, 145, 152, 155)
Bugfixes:
- float precision errors in `network_false_nodes` (133)
- `network_false_nodes` for multiindex (136)
- `BlocksCount` no neighbors error (139, 140)
- LineString Z support in `nx_to_gdf` (148)
- accidental 'rtd' print (150)
- `CentroidCorner` may fail for Polygon Z (151)