Skip to content

Releases: singularitti/Spglib.jl

v1.2.0

26 Feb 08:17
d7666d9

Choose a tag to compare

Spglib v1.2.0

Diff since v1.1.0

Merged pull requests:

v1.1.0

25 Feb 11:05
55a4000

Choose a tag to compare

Spglib v1.1.0

Diff since v1.0.1

Merged pull requests:

  • Bump actions/checkout from 5 to 6 (#202) (@dependabot[bot])
  • Remove StructEquality.jl, Replace it with StructEqualHash.jl (#203) (@singularitti)
  • Restrict compat for spglib_jll.jl to 2.2 - 2.5

v1.0.1

21 Sep 01:18
add74d4

Choose a tag to compare

Spglib v1.0.1

Diff since v1.0.0

Merged pull requests:

v1.0.0

20 Sep 18:01
2fe8c71

Choose a tag to compare

Breaking changes: Upgrading from v0.9+ to v1.0+

Spglib.jl relies on a JLL package wrapper (spglib_jll.jl).

  • Up to v0.9, Spglib.jl used spglib_jll.jl v2.1.0.
  • Starting with v1.0, it uses spglib_jll.jl v2.2+.

Between v2.1 and v2.2, spglib introduced some changes (see the official release notes).
As a result, code that worked with Spglib.jl v0.9+ may behave differently when upgraded to v1.0+.

The API itself has not changed, but some returned values may differ.

Please be aware of these differences. If you have already updated your code but still observe results that differ between the Julia API and the C/Python APIs, let me know so I can investigate.

Non-breaking changes

Add function is_spin_collinear

Full Changelog

v0.9.7...v1.0.0

v0.9.7

18 Sep 17:48
ec57cec

Choose a tag to compare

Spglib v0.9.7

Diff since v0.9.6

Merged pull requests:

Closed issues:

  • New version: 0.9.6 (#197)

What's Changed

Full Changelog: v0.9.6...v0.9.7

v0.9.6

17 Sep 20:53
685a72a

Choose a tag to compare

Spglib v0.9.6

Diff since v0.9.5

What's Changed

Full Changelog: v0.9.5...v0.9.6

v0.9.5

17 Sep 20:30

Choose a tag to compare

What's Changed

Full Changelog: v0.9.4...v0.9.5

v0.9.4

24 Jan 23:03
1969621

Choose a tag to compare

Spglib v0.9.4

Diff since v0.9.3

Merged pull requests:

Closed issues:

  • Spglib v2.2.0 has made changes that break some tests (#178)
  • Symmetry Operations on Cell not working (#182)
  • Memory corruption in 0.9.3 (#183)

v0.9.3

21 Jan 06:04

Choose a tag to compare

Spglib v0.9.3

Diff since v0.9.2

Merged pull requests:

  • Switch SpglibReturnCode from Enum to sum types (#179) (@singularitti)
  • CompatHelper: add new compat entry for SumTypes at version 0.5, (keep existing compat) (#180) (@github-actions[bot])

v0.9.2

19 Dec 23:44
6d7007e

Choose a tag to compare

Spglib v0.9.2

Diff since v0.9.1

Merged pull requests:

Closed issues:

  • BoundsError on get_dataset (#176)