This new version adds support for NetworkX 2.6+, introduces a new network model, improves IO and plotting modules, and extends the list of functions that are supported by the default backend (if networkx, igraph, and graph-tool are not installed on the system).
**New features**
* ``sparse_clustered``: it is now possible to generate sparse graphs with a desired clustering coefficient, this comes with an associated rewiring scheme ([f45d0a9b](https://git.sr.ht/~tfardet/NNGT/commit/f45d0a9b8c895066bb59b2d1ee150b452fb7cfd5))
* support for GraphML file format ([a9f8710d](https://git.sr.ht/~tfardet/NNGT/commit/a9f8710da727dd51fdc01a31e7b8a2dc7d13188a))
* support for NetworkX 2.6+ ([f4e5002e](https://git.sr.ht/~tfardet/NNGT/commit/f4e5002ec6f409eb8f2b1af4f70ba8e49877650c))
**Enhancements**
* More efficient edge attribute access (speed and memory improvements, [c8f29951](https://git.sr.ht/~tfardet/NNGT/commit/c8f29951207274ba830d490e0ebc1361540a5eec))
* Improved plots (color and size support for nodes and edges, visible arrows for directed networks..., [7f5340b8](https://git.sr.ht/~tfardet/NNGT/commit/7f5340b8dbd20789d47a8e6a58a80a3cf026a921) & [ccdd627f](https://git.sr.ht/~tfardet/NNGT/commit/ccdd627f240b43e32ffe8cbce409186fddfc4865))
* Add connectedness test with nngt default backend ([d3979a15](https://git.sr.ht/~tfardet/NNGT/commit/d3979a1526793df2419368675f3f21a1e7556938))
**Bugfixes**
Correct delete_edges for nngt backend that did not update the node degrees ([b1ca08df](https://git.sr.ht/~tfardet/NNGT/commit/b1ca08dfa968978a022026c413382b287bf723aa)).