0.7.0
New Features
- Add method for computing the adjacency matrix of the lattice graph
- Split the lattice structure into separate object
LatticeStructure
and use it as base class forLattice
- Split the lattice basis into separate object
LatticeBasis
and use it as base class forLattice
Code Refactoring
- use black code formatter
Documentation
- add inheritance diagram to
LatticeStructure
and fix some docstrings - add inheritance diagram to
Lattice
- add example to
LatticeBasis
docstring - add attributes to docstring of
LatticeBasis
- improve docstring of
Lattice
class
Full Changelog: 0.6.7...0.7.0