- Removed
degrees
argument toBravaisLattice
constructor, since it doesn't do anything.
Sites
class used fromspatial-sites
package for internally storing lattice sites.
- To be consistent with the new
Sites
class, theBravaisLattice
attributerow_or_column
has changed tovector_direction
, and it now accepts "col" in addition to "column".
- Cubic lattices can now have the body-centred (I) centring type.
- Added an American-spelt version of the BravaisLattice attribute
centring_type
:centering_type
. - Lattice parameters
a
,b
,c
,alpha
/α
,beta
/β
andgamma
/γ
,lattice_system
andcentring_type
/centering_type
are now properties and therefore cannot be modified after instantiation.
row_or_column
attribute is now respected bylattice_sites
andlattice_sites_frac
attributes.- Deprecation warning from
pyyaml
has been resolved.
- This is the initial "complete" version; PyPI "development status" has been changed from "3 - Alpha" to "4 - Beta".