Minor release
This release includes some minor changes on the API and some general refactoring. In particular:
- tidy_intersection is now a method of fracture_networks (the function is still accessible separately).
- nodes_conn is now a method of fracture_networks (the function is still accessible separately).
The nodes_conn function now returns a dict {point_geometry: (class, origin)}
Full Changelog: v1.0.0...v1.1.0