Skip to content

Minor release

Compare
Choose a tag to compare
@gbene gbene released this 21 Nov 10:01
· 72 commits to main since this 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