Changelog#

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

‘M’, ‘m’ and ‘p’ are respectively corresponding to major, minor and patch

[0.3.0] - 2023-02-01#

Added#

  • m: new Edges method Edges.biggest_edge_index

[0.2.0] - 2022-12-02#

Added#

  • Transitive reduction algorithm

  • use an integer identifier for edges

Changed#

  • don’t use object for connected component identifiers to simulate pointers, but use a list of identifiers couples instead

  • by default, removing a vertex implies shifting the vertex indices if the index of the removed vertex is not the biggest

Removed#

  • path utilities module

  • SimpleCnntedComp and DoubleCnntedComp