⚠️ API changes
- Major Reorganization of the Network topology manipulations methods. There is now a topology class in the Utilities submodule, which houses all manipulation methods such as extend, trim, stitch and so on. Helper/wrapper methods are present on Network objects to maintain backwards compatibility.
- Added a `subdivide` method to the suite of topology manipulation tools, which allows single pores to be divided into many pores to produce hierarchical networks.
- New Network methods: `find_nearby_pores` and `find_clusters2`
- Vastly improved test coverage in the form of adding a unit test framework, TravisCI integration, Coveralls coverage checking, PEP8 compatibility
- Numerous bug fixes