Changes in version 1.0-3 (2025-04-14) - Update function names to catch-up on deprecations in igraph 2.0.0 Changes in version 1.0-2 (2023-07-01) - Fix bug in symmetrize (#14) for rule="upper" and rule="lower" reported by @krisher1. - Fix typo in CITATION. - SSI() relies on integer vertex IDs rather than vertex sequences - Resave the datasets into a new igraph object structure (triggered CRAN errors) Changes in version 1.0-1 (2022-08-25) Code: - Use Re() inside ssi() to compute on real parts of eigenvalues. - Package scales is now Suggested. Documentation and website: - Set VignetteBuilder properly. - Vignettes produce figures in PNG rather than SVG. - Rerun Roxygen to fix HTML help problems (#12). - Add website favicons. - Add CITATION. - Cosmetic README updates. Changes in version 1.0-0 (2021-02-17) - Publishing to CRAN