Skip to content

0.7.6

Compare
Choose a tag to compare
@dylanljones dylanljones released this 12 Jun 12:15
· 56 commits to master since this release

New Features

  • add method for getting limits of unit cells to LatticeData object
  • add conversion methods between cell index and super index for regular shapes to LatticeBasis
  • add hypercubic constructor to LatticeBasis object.
  • add np.zeros wrapper to DataMap

Improvements/Bug Fixes

  • rename index methods of Lattice object to use superindex naming convention
  • cast distidx to full numpy array instead of list of arrays
  • replace deprecated np.bool type with the builtin bool
  • add endpoint argument to WignerSeitzCell meshgrid method
  • add endpoint argument to linspace of WignerSeitzCell

Full Changelog: 0.7.5...0.7.6