Releases: aplowman/bravais
Releases · aplowman/bravais
v0.1.4
v0.1.3
[0.1.3] - 2019.09.01
Added
Sites
class used fromspatial-sites
package for internally storing lattice sites.
Changed
- 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".
Fixed
- Cubic lattices can now have the body-centred (I) centring type.
v0.1.2
[0.1.2] - 2019.06.08
Changed
- 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.
Fixed
row_or_column
attribute is now respected bylattice_sites
andlattice_sites_frac
attributes.- Deprecation warning from
pyyaml
has been resolved.