Skip to content

Releases: MineralsCloud/CrystallographyCore.jl

v0.6.3

14 Dec 02:24
2f11b36
Compare
Choose a tag to compare

CrystallographyCore v0.6.3

Diff since v0.6.2

Merged pull requests:

v0.6.2

14 Dec 00:37
371d04f
Compare
Choose a tag to compare

CrystallographyCore v0.6.2

Diff since v0.6.1

Merged pull requests:

v0.3.3

19 Nov 09:44
b4b74eb
Compare
Choose a tag to compare

Full Changelog: v0.3.2...v0.3.3

This is a backporting release!

Merged pull requests:

v0.6.1

30 Oct 20:55
06df323
Compare
Choose a tag to compare

CrystallographyCore v0.6.1

Diff since v0.6.0

Merged pull requests:

v0.6.0

18 Oct 01:29
adc3ea2
Compare
Choose a tag to compare

CrystallographyCore v0.6.0

Diff since v0.5.0

Merged pull requests:

v0.5.0

10 Oct 06:35
e951293
Compare
Choose a tag to compare

CrystallographyCore v0.5.0

Diff since v0.4.2

Merged pull requests:

  • Extend Base.convert, uconvert, ustrip for ReciprocalLattice & Lattice in ext/UnitfulExt.jl (#23) (@singularitti)
  • Implement UnitfulLinearAlgebraExt module for linear solving (#24) (@singularitti)

v0.4.2

08 Oct 01:53
0ad9f4d
Compare
Choose a tag to compare

CrystallographyCore v0.4.2

Diff since v0.4.1

Merged pull requests:

v0.4.1

07 Oct 23:47
b4bfd2d
Compare
Choose a tag to compare

CrystallographyCore v0.4.1

Diff since v0.4.0

v0.4.0

07 Oct 08:50
5d9ae36
Compare
Choose a tag to compare

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)

v0.3.2

18 Sep 07:41
114c321
Compare
Choose a tag to compare

CrystallographyCore v0.3.2

Diff since v0.3.1

Merged pull requests:

  • Remove EachAtom from Cell, that should only be done by eachatom (#14) (@singularitti)