Skip to content

v0.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Oct 08:50
· 71 commits to main since this release
5d9ae36

CrystallographyCore v0.4.0

Diff since v0.3.2

Merged pull requests:

  • Redefine Cell using CrystalCoordinates & @computed (#16) (@singularitti)
  • Compute number of atoms in Cell constructor (#17) (@singularitti)
  • Deprecate AbstractLattice subtyping from AbstractMatrix (#18) (@singularitti)
  • Implement inv & Inverted in src/transform.jl for coordinate transformation between reduced & Cartesian (#19) (@singularitti)
  • Use StaticVectors.Values to replace StaticArrays.SVector in Cell (#20) (@singularitti)
  • Remove StaticVectors.Values with Vector in Cell, make Cell mutable (#21) (@singularitti)