v0.2.0 implement a new method for more accurate network reconstruction, makes the `build_contacting` method faster, and add the first functions to help using Napari as an ineractive tool to add and modify network annotations (tutorial coming soon).
**New features**
- The `build_contacting` method is 19 times faster thanks to OpenCV!
- New `percentile_size` method to find the optimal trimming distance for Delaunay triangulation. It is based on the proportion of border edges given the number of nodes, and the proportion of artifactual edges in these border nodes. It was shown to perform very well on realistic simulated images, and it was the best performing method on a real bioimage, see the [publcation](https://doi.org/10.1093/bioinformatics/btab490)
- Add a set of utilities to help using the Napari interactive image visualization library to add and modify nodes and edges annotations, clean edges data while being able to pan, zoom and hide or vary image channels intensities.
**Fixed bugs:**
- The `build_contacting` method was not compatibe with images with some missing objects, like segmented objects deleted after filtering by size or other criteria. Now it's solved.