Skip to content

0.7.0

Compare
Choose a tag to compare
@dylanljones dylanljones released this 21 Feb 18:35
· 239 commits to master since this release

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 for Lattice
  • Split the lattice basis into separate object LatticeBasis and use it as base class for Lattice

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