3-manifolds / Spherogram

Spherogram is a Python module for dealing with the kind of planar diagrams that arise in 3-dimensional topology, such as link and Heegaard diagrams. It a component of the larger SnapPy project.
https://snappy.math.uic.edu/spherogram.html
19 stars 8 forks source link

in spherogram_src, no longer use object, use set comprehensions #26

Closed fchapoton closed 2 years ago

fchapoton commented 2 years ago

in python3, classes no longer need to subclass object

other fixes: